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