summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/stackoverflow-css.js
blob: 6c984666ba8ae7cde9dd625779065be852888e90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// ==UserScript==
// @name         stackoverflow css
// @match        *://*.stackoverflow.com/*
// @match        *://*.stackexchange.com/*
// @match        *://*.superuser.com/*
// @match        *://*.serverfault.com/*
// @grant        none
// ==/UserScript==

GM_addStyle(`
    .js-consent-banner,
    .js-freemium-cta {
        visibility: hidden;
    }
`)
remember that computers suck.