diff options
author | marlonivo <email@marlonivo.xyz> | 2025-05-26 09:57:07 +0200 |
---|---|---|
committer | marlonivo <email@marlonivo.xyz> | 2025-05-26 09:57:07 +0200 |
commit | fdc8d142c0b158412b0c42644d718cdcb0018abb (patch) | |
tree | e7b2e86d1649bcbe3fc91b12d6db83e6da053e23 /chrome/userChrome.js | |
parent | a911996472e6b08e963df229250d42015c9a481b (diff) |
Diffstat (limited to 'chrome/userChrome.js')
-rw-r--r-- | chrome/userChrome.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/userChrome.js b/chrome/userChrome.js deleted file mode 100644 index 659f9f5..0000000 --- a/chrome/userChrome.js +++ /dev/null @@ -1,5 +0,0 @@ -document.addEventListener('keydown', function(event) { - if (event.ctrlKey && event.shiftKey && event.key === 'V') { - document.documentElement.classList.toggle('hidden-toolbars'); - } -}); |