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