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