summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/github-css.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/qutebrowser/greasemonkey/github-css.js')
-rwxr-xr-x.config/qutebrowser/greasemonkey/github-css.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/qutebrowser/greasemonkey/github-css.js b/.config/qutebrowser/greasemonkey/github-css.js
new file mode 100755
index 0000000..7b32636
--- /dev/null
+++ b/.config/qutebrowser/greasemonkey/github-css.js
@@ -0,0 +1,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.