summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/rarbg.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/qutebrowser/greasemonkey/rarbg.js')
-rwxr-xr-x.config/qutebrowser/greasemonkey/rarbg.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/qutebrowser/greasemonkey/rarbg.js b/.config/qutebrowser/greasemonkey/rarbg.js
new file mode 100755
index 0000000..cb99969
--- /dev/null
+++ b/.config/qutebrowser/greasemonkey/rarbg.js
@@ -0,0 +1,12 @@
+// ==UserScript==
+// @name rarbg css
+// @match *://rarbg.to/*
+// @match *://rarbgaccessed.org/*
+// @grant none
+// ==/UserScript==
+
+GM_addStyle(`
+ div:last-of-type {
+ z-index: -1 !important;
+ }
+`)
remember that computers suck.