I know a way you can never see a Facebook ad ever again.
I get the reasoning, but this is pretty sad. My older parents are frequently more and more fooled by sponsored Facebook posts with some fake product they want to buy, then all of a sudden they have “YOUR COMPUTER HAS BEEN HACKED” notification spam that takes up half their screen. It’s not to a ridiculous degree, maybe 3 times a year on average, but it’s happening more often recently.
I use uBlock Origin to keep them safe. If this starts not blocking any ads, I’m not sure what else to do. Is Brave going to keep up?
“Get them off Facebook” isn’t an option. They’re old, and it’s how they connect with their friends and get fulfilment. As disgusting as Facebook is, it’s too far gone at this point, I can’t take that away from them.
But if you block ads on Facebook, then what will you read? When I accidentally go to my profile, it’s a post from someone I actually follow for every 20 sponsored posts. It’s a website to watch ads, then every once of a while your ad viewing session is interrupted by some real content
This might lead some people to use the alternatives. I never had an account and I am just fine.
The dev comments say a lot:
https://old.reddit.com/user/paintboth1234
No one helping the project ever said “uBO is living on a secluded isle”. It’s a public community FOSS project, for over a decade, monitored and contributed by every user and volunteer. Every site has been watching uBO for years. It’s not new. And yes, if users do nothing to help, either on helping uBO’s side or leaving the trash sites, and just give snarky comments instead, this will happen.
The message is clear to me; UBO devs are sick of a sick of a sea of users constantly complaining about imperfect Facebook blocking, who won’t contribute anything nor lift a finger to limit their own usage. They’re sick of slaving away fighting six-figure-salary devs, who’s only job is to counter adblock, where their only compensation is more complaints.
It’s not a technical limitation. It kinda a “You know what? I’m sick of this. If you want to support Facebook, fine; we welcome PRs.”
Which is totally fair.
To me, it sounds like UBO could drop other overtly hostile sites.
correct link to comment: https://reddit.com/r/uBlockOrigin/comments/1vgcjg5/about_disgusting_facebook_devs/p34f5a6/
this shows a quite horrible example for the other tech big dogs. if they throw a small group of devs at the adblocker devs, eventually they might also win this.
a seperated closed source facebook oriented fork would be the best idea, since the enemy can see every bit of code of ublock.
Ad blocking is done client side in the browser, it’s impossible to hide.
You can obfuscate, but you can do that now.
Not that I use Facebook myself, but I think this was a misstep in the U block team.
All this did was tell the major companies out there that the only thing they have to do to make it so u block origins no longer works on their site is to make it extremely tedious for the team working on the project to make filters. So I expect that now that they’ve officially dropped support for Facebook, the other major sites are going to look at how Facebook is doing it, and they’re going to adopt a similar systems
I think too many sites run on Google AdSense (if it’s even still called that) for that to be a problem. If they give up on Google, there’s not much point.
Yep! I’ll admit, I haven’t read the news, but by what people keep talking about in comments, it seems that ublock said that the reason was how annoying it was to keep fighting against facebook, but if they had just said “yeah we’re dropping facebook’s priority, not enough ublock users go there for it to be useful to monitor their changes as frequently” it wouldn’t become that big of a sign for other companies to do the same thing that facebook is doing (also throws shade at how dead facebook is) but at the end of the day this has always been a fight of attrition and what fuels ublock is spite, and for people to have any of it they’d need to at least care about the product buried under the ads
Does this website prevent anyone else from using reader mode on Firefox mobile or Fennec?
here’s what that means for your feed.
Lol, big assumption author! I have spent maybe an hour on Facebook over the past few months, and only for the marketplace.
Let me preface this by saying that I am generally against AI and I hate LLMs being pushed everywhere, but I currently hate facebook and social media even more than AI.
I think that ad blocking might actually be a good use of a model trained to detect ads: AI models are “black boxes” and it would make it difficult for facebook to find out precisely how the detection works and workaround it. Imagine a tiny classifier running locally, whose only job is to look at a post html or resulting rendered pixels and detecting if it’s an ad or not, and then generating the blocking rules.
It would be quite cool, because it would work on any website without an explicit list of ad-blocking rules that somebody needs to maintain.
No need to be defensive about your ideas like that. The ai craziness came from generative models that create synthetic data. Good old machine learning models have been used a lot to solve many problems and are a perfectly fine tool, that usually doesn’t even need so much hardware resources
It would make a good second (or third) layer of defense. The problem with it is that it’s reactive not proactive, so you need to download the ad first before it can decide to block it or not. URL blacklists are the superior option, but hard to maintain. The ideal setup would be a URL blacklist that’s automatically updated on the fly by an AI classifier so anything that slips through the blacklist gets ban hammered by the AI and added to the blacklist to prevent future wasted bandwidth. If the blacklist updates were shared the same way some of the ad blockers do currently it could be incredibly effective as it would be essentially distributed realtime ad blocking.
This was a thing long before the AI craze: https://ieeexplore.ieee.org/document/9152669
AdGraph differs from existing approaches by building a graph representation of the HTML structure, network requests, and JavaScript behavior of a webpage, and using this unique representation to train a classifier for identifying advertising and tracking resources… We evaluate AdGraph on the Alexa top-10K websites, and find that it is highly accurate, able to replicate the labels of human-generated filter lists with 95.33% accuracy, and can even identify many mistakes in filter lists.
They made a Chrome extension, in 2020: https://github.com/uiowa-irl/AdGraph
But practically, it’s tricky because:
-
It still needs to load and render the ads. Not undoable; Adnauseum does this, but its a much more performance-intense approach.
-
There’s always the risk of unpredictably blocking legitimate elements.
-
Image/text classifiers aren’t actually black boxes. Hence there were also adversarial measures against this… before the AI craze: https://web.cs.ucdavis.edu/~zubair/files/a4-acsac2021.pdf
At the end of the day, the whole point of uBO is to be lightweight and fast. You aren’t wrong about a machine-learning based approach, but its not really a fit for them IMO.
But.
I think a reasonable approach would be to have bots and agents generate adblocking rules, to be tested by humans, then shipped to users of various adblocking engines.
The engineering is far easier. Performance/latency constraints are minimal, 1 bot can maintain thousands of rules for millions of users, and it isn’t necessarily availible to reverse engineer, either.
Some adblock lists must do this, already. I know they already use some automation, but I don’t know the details TBH.
Yeah, even a well built agent is pretty resource intensive. Your hybrid idea makes more sense. People underestimate just how resource intensive AI is. Anyone who has built their own AI rig can tell you it is NOT a lightweight process that can conveniently sit in a browser plugin without being its own annoying obstacle.
Yeah. I’m all for local inference, but to be clear, you can’t have a local agenic LLM as a Adblock browser plugin.
It’s also massively redundant. Why not just run the agent once and ship the rules to millions of users?
Text and image classification models are tiny, though. That’s definitely doable in an extension, albeit not worth the performance cost, IMO.
Also, there are already browser forks built for agenic usage.
If you want, say, generate UBO rules to use, this is the way to do it. Not hacked in as an extension.
-
facebook? is that still around?
yeah it’s where you coordinate with local groups and buy/sell things
fakebook? is that still around?
Who is still on Facebook anyways?
My entire small town exclusively uses Facebook for everything from local gossip, to selling stuff, to even hooking up. All the businesses use it and the only way to get updates on local power outages or emergency notices is through it as well. I don’t use Facebook so it is a bit annoying.
Our parents. My mom is addicted, spends every spare moment endlessly scrolling. I tried for a while to get her off but you can’t help someone who doesn’t want to be helped. No shit she spent 10 straight hours on it once. Didn’t move at all, she is their ideal consumer.
Most of the internet connected world. Allegedly they have 3 billion monthly active users.
Anything that has to do with local event information.
People selling lawnmowers and TVs from 2013 that still work.
Craigslist is still far superior
Craigslist hasn’t been relevant for years.
Ever since they tried charging for car listings they’ve been a barren wasteland compared to marketplace.
Businesses, so many businesses have just a facebook page, no website or anything else. Want to know what or when the next band is playing or the nightly special, check facebook. 🤷
I know you’re sounding edgy, but the answer is “a lot”. My entire family and I have probably a good 30+ friends that are active (weekly or more) on it.
I’ve considered containerizing it somewhere just for the sake of selling and buying car parts and ‘the like’, but I have no active intention to participate beyond that and family matters.
Fact is, I’d be fine if that was all Facebook was, that seems reasonable. It’s the endless patronizing propaganda, tracking, ads and arguing bots everyone takes issue with. If they just didn’t suck, they’d be fine.
That’s the only thing I use Facebook for. Ever since Craigslist decided to commit market share suicide Marketplace has been the go to place for buying used junk.
My family has learned that I am not on Facebook. I stay out of the loop. It’s nice and drafty.
I see several people claiming they just use it for marketplace, or whatever it’s called.
Senior citizens
Ads are more invasive than Zebra Mussels. We need to stop them completely! Is there even a gold standard anymore or is all economy everywhere resting on the wobbly foundation of advertising? That is, big guys making deals with other big guys to move their merch.
Another reason to give up facebook. I’ve been off it for a decade.
That’s awful! If I used Facebook I bet I’d be pretty upset.
I got the joke and upvoted.














