Blacklisting facebook.com at the DNS level has worked pretty well for me.
uBlock Origin is giving up the fight to keep ads off Facebook
31–40 of 953 posts
Re: uBlock Origin is giving up the fight to keep ads off Facebook
#32Re: uBlock Origin is giving up the fight to keep ads off Facebook
#33Re: uBlock Origin is giving up the fight to keep ads off Facebook
#34My 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.
Re: uBlock Origin is giving up the fight to keep ads off Facebook
#35Re: uBlock Origin is giving up the fight to keep ads off Facebook
#36I don't understand why websites don't just take ownership of ads. Then it will be impossible to block them.
Most sites are not in business of running ad marketplace. They are in content production and SEO(as in pulling views). I don't think at scale they could operate it would be worth to be ad marketplace. Or would they get the customers(advertisers).
You don't have to run a marketplace. Back then, people were calling via phone to put an ad into the newspaper. The same concept can still apply today.
You can just place an ad _where you actually want it_ instead of having a shitty decision engine decide it for you. Marketing budgets are messed up all over the place since social media, because they're really inefficient in finding the customers that actually wants to buy their stuff.
If you don't believe me, just take a look at facebook, they're trying to shove ads up your feed 99% of the time. It's a feed of ads, not a feed of "friends" anymore. Good luck trying to catch the 1% of posts that were actually the reason why you used the platform in the first place.
Re: uBlock Origin is giving up the fight to keep ads off Facebook
#37They 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 ` ` 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.
facebook.com##span:has-text(Suggested for You):xpath(../../../../../../../../../../../../../../../../../..)
facebook.com##div[aria-label="Sponsored"] span[aria-label="Sponsored"]:xpath(../../../../../../../../../../../../../../../../../../../../..)
facebook.com##div[aria-label="Sponsored"]:xpath(../../../../../../../../../../../../../../../../../../../..)Re: uBlock Origin is giving up the fight to keep ads off Facebook
#38Re: uBlock Origin is giving up the fight to keep ads off Facebook
#39They 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 ` ` 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.
I tried to block this popup with uBlock Origin to no avail. No matter what element I selected, it was still there. Finally fixed the problem by deleting my Instagram account.
Re: uBlock Origin is giving up the fight to keep ads off Facebook
#40They 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 ` ` 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.
This sounds perfectly matched for an on-device LLM?