summaryrefslogtreecommitdiff
path: root/mac/.config/qutebrowser/greasemonkey/rarbg.css.js
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/qutebrowser/greasemonkey/rarbg.css.js')
-rw-r--r--mac/.config/qutebrowser/greasemonkey/rarbg.css.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/mac/.config/qutebrowser/greasemonkey/rarbg.css.js b/mac/.config/qutebrowser/greasemonkey/rarbg.css.js
new file mode 100644
index 0000000..16e4666
--- /dev/null
+++ b/mac/.config/qutebrowser/greasemonkey/rarbg.css.js
@@ -0,0 +1,12 @@
+// ==UserScript==
+// @name RARBG
+// @include *://rarbg.to/*
+// ==/UserScript==
+
+/* ~/.config/qutebrowser/greasemonkey/rarbg.css.js :: */
+
+GM_addStyle(`
+ body {
+ background: none !important;
+ }
+`);