I haven't used fb for years, but yesterday I was considering going there to only repost anti-meta news stories to try to get as many of my followers to quit as possible.
But I'm not convinced it will have an effect. And I'd have to use fb.
Blacklisting facebook.com at the DNS level has worked pretty well for me.
The approach they should have taken is to start whitelisting the components that are not ads.
Think of how the structure of Meta is gonna work, there's some team in charge of ads who has a sub team now in charge of messing with the ads to stop them being blocked.
If you start whitelisting everything that isn't an ad you move the problem into an area the team in charge of blocking the ads don't have control over.
Highly unlikely the team in charge of stopping ad blocking has swing to then start changing the code of every other element on the page to break your non-ad white listing.
I've tried to write a tampermonkey script to at least block the Reels, but even that's hella difficult.
The solution is truly to just never be on Facebook, but - our local PTA only distributes news via Facebook. (There may be a Whatsapp group I don't know about, which isn't better.) So does the local library. If the township publishes things elsewhere, I don't know about it.
I use a service to convert some pages' feeds to RSS, which is semi-reliable, but doesn't work well and is a paid service if you want more than two feeds - I wish I could hand-roll something myself.
I use a browser extension called F.B. Purity. It's worked across multiple browsers for years.
Facebook is trying so hard to defeat adblockers that the actual website is borderilne unusable. I have found in the past year or so that pages just get hung on "loading" transitional screens way more often, even in normal circumstances.
They need to surrender this whole anti-adblocker crusade because it will kill them in the long run (along with the billion other problems FB has)
Best solution is to never use any of those useless apps ever again.
Once LLMs get fast enough at processing real-time images Apple (or anybody really) can just roll out a browser rendering engine that just masks all ads. It will take a few years but the browser ad-business is in it's terminal phase.
Very simple: just block all Meta domains at your local DNS. Nobody needs Meta. And if there is something you desperately need to see on one of their platforms temporarily switch your DNS.
It would be fun to train a small vision neural network to recognize ads instead of relying on HTML or network requests. I don't know if anyone has done this yet.
Man, am I happy that I deleted my Facebook. No regrets.
I have to admit that I never got to visit facebook in all my life, since my browser add-ons made it so the site would never properly load. I'm not sure whether I've been missing out or dodging a bullet.
If anybody want to take a crack at fixing and maintaining the issue, while the team has been worn out to the treads, they are still open to pull requests [0], here is the statement that is alluded to in the article:
>paintboth1234 uBO Team wrote:
>The project is FOSS. Anyone else who wants to deal with this disgusting site is free to make pull requests with working solutions themselves.
[0] https://www.reddit.com/r/uBlockOrigin/comments/1vgcjg5/about...
The immediate fix to this is regulatory action.
Facebook has made itself indispensable in a number of areas that are in the public interest and should be treated as a public good for these purposes.
Ads are pollution, and Facebook is forcing people to choose between ingesting pollution and using facebook marketplace, or throwing their used but functional goods in the garbage.
This doesn't set a good precedent unfortunately... Hello to that Google guy that just got tasked to do the same with Youtube.
Hot take: uBlock origin could insert even MORE ads into Facebook? Discouraging people to use Facebook, and also make some money on the side.
(this is a joke obviously, but boy that would be fun and against the T&C)
My setup: separate profile for Facebook. Targeted advertising turned off. FB domains blocked on main profile.
Not perfect, but it works.
My solution to this was just to stop using Facebook.
Though evidently someone's cut a deal because Facebook groups is all over Google search results these days.
I'm not saying this is a rallying call to help but...
This is a perfect use case for AI, no?
Original reddit post: https://www.reddit.com/r/uBlockOrigin/comments/1vgcjg5/about...
The best way to do this is block Facebook entirely.
I use the “natural” method for blocking Facebook ads.
This barf bag of a company is making the internet a war zone. If at all possible, the best you can do is to never touch their toxic mess.
Assuming you insist on using facebook you can proxy it, using a simple script that removes all ads prior to serving. The problem of course is that this is not cheap. Easier to just not use facebook.
Blocking ads sounds like a job for AI
I don't understand why websites don't just take ownership of ads. Then it will be impossible to block them.
It's easy, just block every Facebook owned domain there is. Works for me.
I mean the ultimate solution is block fecebook entirely and any and all its other companies/domains, but I think the best approach is not to block ads, but to block everything and only let the text and other useable html code out, that can’t be countered as your filter is not going after specific match they try to hide behind some long tags, rather than blocking all and just pass the readable useful buttons.
[dead]
They do this by adding a ton of useless markup and splitting words like "ad" into single-letter spans with random class names and 8-layer deep nests of `<div>` so it's very hard to write selectors against. One has to wonder how that div soup affects accessibility as I find it very unlikely that this content is presented nicely to assistive tools. I hope they get all the ADA suits they deserve for this.