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