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