Live data from Hacker News

Ask HN: Why do search engines not let you blacklist spam domains?

news.ycombinator.com

11–20 of 127 posts

Re: Ask HN: Why do search engines not let you blacklist spam domains?

#14
post #2

It'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.

Kagi will be paid when it exits beta and has this feature!

Re: Ask HN: Why do search engines not let you blacklist spam domains?

#15
post #9

Kagi 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 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?

#16
uBlock Origin static filters to the rescue!

Block 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?

#18
post #15
post #9

Kagi 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…

Ooh, interesting, how do you get an invite?
Post reply on HN