me🚫irl (files.catbox.moe)
submitted 2 years ago by to c/me_irl@lemmy.ml
 
you are viewing a single comment's thread
view the rest of the comments
[–] 55 points 2 years ago (6 children)

This already exists - @soatok@furry.engineer's blog already has a popup about not having an adblocker, although it is easy to dismiss. It's probably a bad idea to block content based on not having one, as detecting ad blockers is a losing battle (as YouTube is learning).

  • source
  • hideshow 12 child comments
  • [–] 30 points 2 years ago (2 children)

    i don’t really know what im talking about, but wouldn’t it be a bit easier in this case since the goal isn’t to evade the ad blocker? rather than try to detect the ad blocker, wouldn’t it be possible to design the pop up so that it’s easily detected by ad blockers (or annoyance blockers)?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 8 points 2 years ago* (1 child)

    If you're not serving data from a popular ad server like google/doubleclick there will always be a false positive or two, especially with things like hosts-based ad blockers that are extremely rudimentary but work ~60-70% of the time.

    And if you manage to serve data from doubleclick then either you're working for them or something has gone horribly wrong. In either case just putting up a script to say "please use an ad blocker" is the least of your concerns.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 2 years ago (1 child)

    Not all ad blockers remove elements from web pages, and if they acted that predictably you could detect the ad blocker by detecting whether an expected element is hidden.

    I have not looked through an ad blocker's code, but I don't believe it is that simple.

  • source
  • parent
  • hideshow 2 child comments