Ask HN: Why do search engines not let you blacklist spam domains?
11–20 of 127 posts
Re: Ask HN: Why do search engines not let you blacklist spam domains?
#12Kagi allows you to weigh domains.
Re: Ask HN: Why do search engines not let you blacklist spam domains?
#13Kagi allows you to weigh domains.
I just started using Kagi, and they definitely seem to be doing a lot of stuff right.
Re: Ask HN: Why do search engines not let you blacklist spam domains?
#14It's a simple answer because you don't pay them for that. They run a balancing act of providing you useful results while also surreptitiously shoving trash, that they actually make money off of, at you and hoping you won't notice or complain.
Re: Ask HN: Why do search engines not let you blacklist spam domains?
#15Kagi allows you to weigh domains.
I did this search to answer another comment and later did the Google one:
https://kagi.com/search?q=What+does+that+site+make+you+drag+...
https://google.com/search?q=What+does+that+site+make+you+dra...
Kagi shows the exact answer in the first result. Google gives no relevant answers on the first five pages (did not go further). Probably because Google focusses on 'highlight' too much. Kagi seems very aware of the context.
Re: Ask HN: Why do search engines not let you blacklist spam domains?
#16Block results from specific domains on Google or DDG:
google.*##.g:has(a[href*="thetopsites.com"])
duckduckgo.*##.results > div:has(a[href*="thetopsites.com"])
And it's even possible to target element content with regex with the `:has-text(/regex/)` selector. google.*##.g:has(*:has-text(/bye topic of noninterest/i))
duckduckgo.*##.results > div:has(*:has-text(/bye topic of noninterest/i))
Bonus content: Ever tried getting rid of Medium's obnoxious cookie notification? Just nuke it from orbit on all domains: *##body>div:has(div:has-text(/To make Medium work.*Privacy Policy.*Cookie Policy/i))Re: Ask HN: Why do search engines not let you blacklist spam domains?
#17https://github.com/arosh/ublacklist-stackoverflow-translatio... https://github.com/arosh/ublacklist-github-translation
Re: Ask HN: Why do search engines not let you blacklist spam domains?
#18Kagi allows you to weigh domains.
I switched to Kagi yesterday and I am so far very impressed. I did this search to answer another comment and later did the Google one: https://kagi.com/search?q=What+does+that+site+make+you+drag+... https://google.com/search?q=What+does+that+site+make+you+dra... Kagi shows the exact answer in the first result. Google gives no relevant answers on the first five pages (did not go further). Probably because Google focus…
Re: Ask HN: Why do search engines not let you blacklist spam domains?
#19Kagi allows you to weigh domains.
Re: Ask HN: Why do search engines not let you blacklist spam domains?
#20Kagi allows you to weigh domains.