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

/*
GM_addStyle(`
    *, .BtnGroup-item {
        border-radius: 0px !important;
    }
`)
*/
remember that computers suck.