this post was submitted on 12 Dec 2023
1275 points (96.0% liked)

Technology

55884 readers
6994 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TrickDacy 2 points 7 months ago (2 children)

Discriminate against browsers.

And I did write that it would be too hard to enforce. I'm a software developer so I understand that it's more complicated than it sounds.

[–] QuaternionsRock 2 points 7 months ago

I agree with the spirit of what you’re saying, but they aren’t really discriminating against browsers at all. As far as I understand it, they pretty much have an

if (!adPageElement.isLoaded)
{
    showStupidPopup();
}

in there somewhere. It doesn’t rely on any nefarious browser implementation-specific extensions; everyone gets that same code and runs it. As for the 5 seconds thing, IIRC some FF configurations were triggering false positives, but I think it was patched. It does seem awfully convenient, and maybe they only patched it because they got caught, but they also must have been morons to think something that obvious wouldn’t be noticed immediately.

[–] [email protected] 1 points 7 months ago

I think they claimed they're not discriminating against browsers, they're just better at identifying adblockers on Firefox or something.