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