summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/minimal-css.js
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-23 18:28:03 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-23 18:28:03 +0000
commit0f08d04698c814955116b6bae50752e64b774d8f (patch)
tree8cf9a33557093eebfd25aab2872e97639c7e2f62 /.config/qutebrowser/greasemonkey/minimal-css.js
downloaddots-0f08d04698c814955116b6bae50752e64b774d8f.tar.gz
Thu Dec 23 06:28:03 PM UTC 2021
Diffstat (limited to '.config/qutebrowser/greasemonkey/minimal-css.js')
-rwxr-xr-x.config/qutebrowser/greasemonkey/minimal-css.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/qutebrowser/greasemonkey/minimal-css.js b/.config/qutebrowser/greasemonkey/minimal-css.js
new file mode 100755
index 0000000..1fe1414
--- /dev/null
+++ b/.config/qutebrowser/greasemonkey/minimal-css.js
@@ -0,0 +1,16 @@
+// ==UserScript==
+// @name minimal css
+// @match *://www.google.com
+// @match *://www.google.com/search*
+// @match *://cliq.zoho.eu/chats/*
+// @match *://www.pinterest.com/*
+// @grant none
+// ==/UserScript==
+
+GM_addStyle(`
+ * {
+ border-radius: 0px !important;
+ transition: none !important;
+ animation: none !important;
+ }
+`)
remember that computers suck.