Live data from Hacker News

uBlacklist: Blocks specific sites from appearing in Google search results

github.com

81–90 of 317 posts

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

#81

Earlier quoted context omitted.

You can do it without an add-on. https://www.google.com/search?q=hackernews+-site%3Anews.ycom...

They mean no way to have a persistent black list you don’t have to set every search.

Couldn't you do this with Chrome search engines?

https://zapier.com/blog/add-search-engine-to-chrome/

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

#83
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.

I didn't even think to try and do such with uBlock, and this precompiled list gives me all the more reason to do so. Thank you!

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

#84
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!

Thanks for the tip. That works well enough for me, and it saves having another browser extension to configure!

> it saves having another browser extension to configure!

Not just that, it saves having another browser extension to trust. A large number of the sites I get to are through search results. A malicious extension that has access to modify search results could do a lot of damage.

Hell, I know people who get to their bank and other sensitive sites by typing the name of the institution into Google, rather than typing the URL. Being able to modify search results would be great for phishing.

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

#85

Some basic filters for stuff that pops up all the time and is never what I'm looking for: /. pinterest. \.. / /. torrent. \.. / /. spankbang. \.. / /. mp3. \.. / /. proxy. \.. / /. block. \.. / /. addiction. \.. / /. recovery. \.. / /. detox. \.. / /. clinic. \.. / /. rehab. \.. / /. rarbg. \.. / /. hydra. \.. / /. 123. \.. / /. stock. \.. / /. linkedin. \.. / /. subtitle. \.. / /. shopify. \.. / /. dreamstime. \.. /…

[deleted]

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

#86
post #10

Can the title be changed to: Ublacklist - Blocks specific sites from appearing in Google search results

Changed now. Thanks!

Submitted title was "Ublacklist – the missing button on Google search, IMO". Submitters: please don't do that. It's against the site guidelines: "Please use the original title, unless it is misleading or linkbait; don't editorialize." - https://news.ycombinator.com/newsguidelines.html

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

#88
post #23

Too late to change name to "ublocklist"?

Non-creative name: "SearchDenylist"

Reasons:

* I think of the "u" prefix in this narrow technology niche (browser-based filtering) as almost a trademark of the great project now called "uBlock Origin".

* "Blacklist" isn't a term to be making new uses of in the US. (Given ongoing history of racial injustices, and how the terms "blacklist" and "whitelist" have been used in our field to designate "bad" and "good", respectively. Someone can try to argue the etymology, but we're beyond etymology in connotations of the terms now, and it's just insensitive to insist on saying "black" to mean "bad".)

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

#89
post #78
post #68

Earlier quoted context omitted.

They’re the best resource for learning web technologies. They’ll tell you in one plain sentence what you need to know, with simple, concrete examples, whereas MDN, on the other hand, is a baroque mess which, after paragraph upon paragraph of rambling legalize will often leave you more confused than when you started.

Yeah, as someone (re)learning modern CSS/HTML, I really don't understand the hate they get. For a beginner (at CSS/HTML anyway, I'm an HPC engineer otherwise with lots of low-level experience), I think it's a great resource, with good examples too. I can only assume they used to be different?

In terms of the site design itself, it's always been like that - the w3schools site has always had the clean, readable presentation (and it's a pretty easy argument to make that it's much more approachable for a newbie than MDN). The main complaint was with the content. In the past there were some pretty big problems with content on w3schools. Often common footguns (of which there are many in Javascript) were not covered and newbies were encouraged to do things that were bad in the short and long term. IIRC one of the more egregious examples of this was sample code that taught developers to write code vulnerable to SQL injection. Supposedly most of this has been fixed, though I don't really use w3schools that much so I can't really vouch for its integrity or lack thereof these days.

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

#90

Earlier quoted context omitted.

It's still a huge problem. Try searching for a product or product category. For example, search for "best winter coat" on Google. Half the sites are low quality affiliate link farms who don't know anything more about the product than what's in their Amazon description.

Those sites are so annoying. I want some know-it-all moms on a forum telling eachother what to buy - not scam sites pretending to review stuff. Some years ago I got moms. Nowadays Google seems to serve crap.

These days I just search Reddit to get real people's opinions on a product. Way more trustworthy than Amazon reviews or random blogs.
Post reply on HN