diff options
author | bd <bdunahu@operationnull.com> | 2025-02-04 16:52:48 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-02-04 16:52:48 -0500 |
commit | a2c04467caf56d1a4a63ed709f7b2abf7ed410ee (patch) | |
tree | e7690fb190ff44994e7a1a2a6c02de9c30f3c8a1 | |
parent | f9d34ac7e55b99aa91a6019d2809ef5fd7eb148e (diff) |
Remove reddit.com from every search result
-rw-r--r-- | .config/emacs/modules/bd--browse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--browse.el b/.config/emacs/modules/bd--browse.el index 2edb891..c534b32 100644 --- a/.config/emacs/modules/bd--browse.el +++ b/.config/emacs/modules/bd--browse.el @@ -40,7 +40,7 @@ icecat, or eww." (selector-source-create "Browser" :candidates - (list (bd/search-candidate "DuckDuckGo" "https://www.duckduckgo.com/?q=" 3) + (list (bd/search-candidate "DuckDuckGo" "https://www.duckduckgo.com/?q=-site:\"reddit.com\" " 3) (bd/search-candidate "Wikipedia" "https://en.wikipedia.org/w/index.php?search=" 3) (bd/search-candidate "Invidious" "https://yewtu.be/search?q=" 0) (bd/search-candidate "Urban Dictionary" "https://www.urbandictionary.com/define.php?term=" 2) |