The filter I use to hide threads based on keywords doesn’t seem to work for urls but I’m sure this is possible aswell.
I am going to ask a stupid question here, in no stupid questions. I have never used an ad blocker. I’ve been on the internet since before the world wide web was invented. What, exactly, is the purpose of ad blockers?
It does what the name suggests: it blocks ads on web pages leaving you with a lot cleaner interface. On some pages the change is purely cosmetic but others like YouTube are completely unusable without one. Why don’t just give it a shot and see by yourself. Look for the uBlock Origin extension for your browser and see how you like it. You can easily toggle it on and off and see how different sites look. It takes literally 30 seconds to install.
Thanks, Thorny Insight. I’ve never felt the need to install an ad blocker, but perhaps I should, just to see the internet the way everyone else does these days.
Thanks for taking the time to help a fellow user!
Great explaination and straight to the point!
load ublock origin, then reload any website that had a lot of ads on it. huge difference
Are you a bot, or a troll? Or just not understand English? Because it’s in the name.
Regrettably I am neither.
Hope this helps!
Ad blocking or ad filtering is a software capability for blocking or altering online advertising in a web browser, an application or a network. This may be done using browser extensions or other methods.
My original question was badly framed. I know what ad blockers are. I just don’t know why people use them.
So you somehow have never noticed how miserable ads make life/the Internet? Even if you ignore all the privacy and overconsumption concerns, you still have the fact that ads slow down websites tremendously, and often literally obscure content from view. Somehow you’ve used the Internet for decades and that’s all lost on you. Trolldar is going off hard.
You should hope to never see an ad in your whole life. Obviously that’s impossible, but efforts should be taken to get there
I know you’ve asked for uBlock Origin instructions but I couldn’t find the RegEx option for uBlock. However the concept should be the same: https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters#regexps
Is UBlacklist what you’re looking for? I don’t fully get the question, but I know that blocks urls from search engines (it supports Google, duckduckgo and others, but you’d need to double check.)
I have custom rule for uBlock Origin that hides threads from my feed containing the specified keyword. In this case the word is “Elon”
lemm.ee##div.post-listing:has(span:has-text("/elon/i"))
I’m looking for a similar string of code(?) that will block threads with a link to specific web pages, for example motherjones.com
Oh, gotcha, my bad, I misread it.
I don’t have any coding knowledge, so I’m a bit useless here sorry.
Wouldn’t it be possible to just add the site like?
Lemme.ee##div.post-listing:has(span:has-text(“/motherjones.com/i”))
I’m assuming the code ignores hyperlinks and just looks at the code to find a certain string?
I tried but to no avail. Funnily enough though, it does trigger for usernames.
Well, hey, at least you know how to do that now!