summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/stackoverflow-css.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/qutebrowser/greasemonkey/stackoverflow-css.js')
-rwxr-xr-x.config/qutebrowser/greasemonkey/stackoverflow-css.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/qutebrowser/greasemonkey/stackoverflow-css.js b/.config/qutebrowser/greasemonkey/stackoverflow-css.js
new file mode 100755
index 0000000..6c98466
--- /dev/null
+++ b/.config/qutebrowser/greasemonkey/stackoverflow-css.js
@@ -0,0 +1,15 @@
+// ==UserScript==
+// @name stackoverflow css
+// @match *://*.stackoverflow.com/*
+// @match *://*.stackexchange.com/*
+// @match *://*.superuser.com/*
+// @match *://*.serverfault.com/*
+// @grant none
+// ==/UserScript==
+
+GM_addStyle(`
+ .js-consent-banner,
+ .js-freemium-cta {
+ visibility: hidden;
+ }
+`)
remember that computers suck.