diff options
Diffstat (limited to '.config/qutebrowser/greasemonkey/scaleway-css.js')
-rwxr-xr-x | .config/qutebrowser/greasemonkey/scaleway-css.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/qutebrowser/greasemonkey/scaleway-css.js b/.config/qutebrowser/greasemonkey/scaleway-css.js deleted file mode 100755 index 99955ca..0000000 --- a/.config/qutebrowser/greasemonkey/scaleway-css.js +++ /dev/null @@ -1,11 +0,0 @@ -// ==UserScript== -// @name scaleway css -// @match *://*.scaleway.com/* -// @grant none -// ==/UserScript== - -GM_addStyle(` - #outdated { - visibility: hidden; - } -`) |