summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/1337x.js
blob: e892ba969f3706a1e475a80b644571cbfa4fcdf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.