summaryrefslogtreecommitdiff
path: root/mac/.qutebrowser/greasemonkey/google.css.js
blob: eea39c211739ca4aeb979eca619195af29ce6f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ==UserScript==
// @name        Google
// @include     *://*.google.com/*
// ==/UserScript==

/* ~/.config/qutebrowser/greasemonkey/google.css.js :: */

GM_addStyle(`
    #tadsb, #taw, .cu-container {
        display: none !important;
    }
`);