summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/duckduckgo.js
blob: d4d971f59147c1ac0b33d51aa2182358e238234f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// ==UserScript==
// @name         custom duckduckgo
// @match        https://duckduckgo.com/*
// @grant        none
// ==/UserScript==

GM_addStyle(`
    .result--ads {
        visibility: hidden !important;
        height: 0px !important;
    }
`)
remember that computers suck.