Live data from Hacker News

uBlacklist: Blocks specific sites from appearing in Google search results

github.com

181–190 of 317 posts

Re: uBlacklist: Blocks specific sites from appearing in Google search results

#181

This is such a great idea, and a mystery as to why no search engine has dared to put it on their engine. Care to enlighten me?

Google actually did use to have this functionality. They almost certainly removed it because it hurts profits (an advertising company that allows it's targets to define content?).

I've been using this extension for a good while now, and it's probably saved me a stroke or two.

Re: uBlacklist: Blocks specific sites from appearing in Google search results

#182
post #161
post #58

Earlier quoted context omitted.

My w3schools workaround is appending `mdn` to any search for something related to web standards

I have been part of the beta test for kagi search engine (kagi.com) and my favorite feature is you can prefer/mute websites. So for example I prefer MDN so the site is ranked higher if it shows in the search results. Note I’m unaffiliated with them but the product/team is great so rooting for them to succeed.

I love the preference idea... I'm going to implement that in my personal search engine.

Re: uBlacklist: Blocks specific sites from appearing in Google search results

#183
post #157
post #151

Earlier quoted context omitted.

Every time I accidentally click a Quora search result it makes me so unhappy. I must have missed the memo about Pinterest though. I always liked that site but haven't been on there in a while. I'm reading up on what's wrong and it sounds like a few years ago it started drowning in ads. Then this year they pushed an update that caused half their users to stop using the platform. Is that accurate?

What's wrong with Quora? Now I don't use Quora for any serious source of information, but it's just a site with lots of fun anecdotes. Reading these anecdotes isn't a bad way to pass the time; it's IMO much better than mindlessly watching videos on Instagram or TikTok (which I don't do at all).

Its just like reddit with no threading, more annoying site with unblockable ads.

>much better than mindlessly watching videos on Instagram or TikTok (which I don't do at all).

How can you definitively say that? If I said this thing I never tried is worst than what I do, wouldn't you at least suggest I try it? Good stuff you might really like exists too: https://www.tiktok.com/tag/programmerhumor?lang=en

Re: uBlacklist: Blocks specific sites from appearing in Google search results

#184

Earlier quoted context omitted.

My feeling is that by blacklisting like 100 sites you get 99% of the SEO spam. In practice it should be a winning battle, since it takes time and money to spam site up in ranking and low effort to blacklist it. I will try this out.

So you're saying Google could clean up the index by simply banning 100 sites?

I don't think it works at the provider level - one person's junk is another person's treasure, and there's always going to be content that could swing one way or the other.

Re: uBlacklist: Blocks specific sites from appearing in Google search results

#185
post #42

Earlier quoted context omitted.

Doubt it, it's more likely that they want to maintain full control over results. They likely have certain results they don't want you to filter. Also, relevance can change over time. You might filter out something now that made sense to filter out now but not in the future after the site changed and got reindexed.

right, their value proposition to you, as a user of their search engine, is that if you type in a few terms they'll present a carefully curated list of locations on the internet that are not only relevant to your search terms but also are useful to you, specifically, at that moment. supporting user controlled blocklists would implicitly acknowledge that their system can miss the mark. i suspect they focus on not miss…

'if it was as simple as "use google as an advertising partner on your site" i'm sure we'd be hearing about it'

There used to be the same kind of conspiracy theory around G analytics. Hey, guess what?

Re: uBlacklist: Blocks specific sites from appearing in Google search results

#186

This is such a great idea, and a mystery as to why no search engine has dared to put it on their engine. Care to enlighten me?

Are you paying for Google search? No. So, its not in Google's interest to do what's best for the enduser (to an extent, after which it hurts them as user engagement dwindles and people move to another search engine).

Yes, you are paying.

Re: uBlacklist: Blocks specific sites from appearing in Google search results

#188
post #3

For a quick and dirty DIY solution, add something like this to your uBlock filter list: google.*##.g:has(a[href*="thetopsites.com"]) duckduckgo.*##.results > div:has(a[href*="thetopsites.com"]) The linked project goes way beyond this though, very neat!

i tried pinterest and did not work for me google. ##.g:has(a[href ="pinterest.com"]) google. ##.g:has(a[href ="*.pinterest.com"]) dunno. i primarily use duck which apparently does not show that many pinterest results and even that one didn't work. i would have to investigate

try this:

google.##.g:has(a[href="pinterest.com"])

Re: uBlacklist: Blocks specific sites from appearing in Google search results

#189
post #157
post #151

Earlier quoted context omitted.

Every time I accidentally click a Quora search result it makes me so unhappy. I must have missed the memo about Pinterest though. I always liked that site but haven't been on there in a while. I'm reading up on what's wrong and it sounds like a few years ago it started drowning in ads. Then this year they pushed an update that caused half their users to stop using the platform. Is that accurate?

What's wrong with Quora? Now I don't use Quora for any serious source of information, but it's just a site with lots of fun anecdotes. Reading these anecdotes isn't a bad way to pass the time; it's IMO much better than mindlessly watching videos on Instagram or TikTok (which I don't do at all).

Maybe 1% of the time they're gossiping about people like Jeff. But the rest of the time Quora is like Stack Overflow except the top answer is unrelated promoted content which fools me every time and it makes me so unhappy to feel like a fool after reading several sentences into something I didn't intend to read. Usually when Quora does have answers they aren't very good. If Quora isn't intended as serious then it'd be the uncanny valley of knowledge, so I'd feel more comfortable sourcing from Uncyclopedia.

Re: uBlacklist: Blocks specific sites from appearing in Google search results

#190
post #80

As others have said, it can also be done with a uBlock filter. For example, here are my filters that block and remove terrible copycats/translations of StackOverflow https://gist.github.com/quenhus/6bd2c47e5780f726f0c96c0a2ee7... . I hate these copies that somehow manage to be better referenced than StackOverflow.

Thank you for this filter. Much appreciated!
Post reply on HN