Stories
Slash Boxes
Comments

SoylentNews is people

posted by janrinok on Monday August 15 2016, @05:35PM   Printer-friendly
from the whack-a-mole dept.

Don't want the new Facebook ads? In a brilliant demonstration of the arms race between ad companies and content filtering software, uBlock Origin already blocked them. This occurred hours after being introduced by Facebook.

The commit was here: https://github.com/uBlockOrigin/uAssets/commit/773512c844ab0e92e0dbb1fd9c00291d1ae0ba38

And from PC World:

Thursday morning, Adblock Plus announced that a new filter for banning Facebook's ads has been added to the main EasyList filter list used by the extension. Here's how to force Adblock Plus's filter list to update if you want in on the adblocking action.

Update: Facebook already rolled out new code to break Adblock Plus's workaround, according to Techcrunch. And then Adblock Plus rolled out a new filter to block the new workaround. And then Facebook released another patch to break the new Adblock Plus filter. Whack-a-mole indeed.

But you might not rush to do so. Adblock Plus's blog post warns that the new filter hasn't been heavily tested and may block additional content. An initial response sent out by Facebook suggests it may indeed be doing so.

"We're disappointed that ad blocking companies are punishing people on Facebook as these new attempts don't just block ads but also posts from friends and Pages," a spokesperson told AdAge. "This isn't a good experience for people and we plan to address the issue. Ad blockers are a blunt instrument, which is why we've instead focused on building tools like ad preferences to put control in people's hands."

[...] If you see an ad in your Facebook News Feed, click the drop-down arrow on the top left of the ad, and then choose "Manage your ad preferences." There, you'll be able to see which topics Facebook thinks you're into, and advertises against. Deleting them all should eliminate hyper-targeted ads—though not all ads, and Facebook will repopulate the list over time. Blocking ads via ad blockers isn't possible in Facebook's mobile apps, only in-browser.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by Capt. Obvious on Tuesday August 16 2016, @04:04AM

    by Capt. Obvious (6089) on Tuesday August 16 2016, @04:04AM (#388542)

    I understand what client-side code does. I don't follow why it's valuable. Refreshes don't happen randomly while reading. They happen in response to a user action. And, I don't even know why you would even need to refresh, absent user action. I like being able to read all the replies, and then see the new ones when I want, as opposed to having them slip in unnoticed.

    There is no reason to refresh background tabs, so 1 or 50 tabs shouldn't matter.

    P>It also breaks the back arrow functionality, which I like.

    But bottom line, there is no way to make a scripting system that enforces security or good practices. So I spend a while killing out of control JS processes, and 99% of sites are blacklisted by NoScript.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Insightful) by tibman on Tuesday August 16 2016, @04:52AM

    by tibman (134) Subscriber Badge on Tuesday August 16 2016, @04:52AM (#388567)

    If you want to expand some comments in a thread then that is a perfect use for AJAX. No need to fetch a whole page. If you want to moderate a post without full page changes (or iframe trickery) then AJAX is the way to go. Plenty of good reasons to use it.

    --
    SN won't survive on lurkers alone. Write comments.