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