this post was submitted on 30 Jun 2023
424 points (100.0% liked)

Technology

37738 readers
48 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Whelp, here we go again

you are viewing a single comment's thread
view the rest of the comments
[–] aaron@lemm.ee 8 points 1 year ago (1 children)

I'm sure it hides the warnings, but it certainly doesn't prevent you from being blocked..

[–] Manticore 10 points 1 year ago

They're not just hiding the warning popup, they're updating the Javascript for the variables that trigger them. We're temporarily blocked from content if we continue to leave our adblocker on, which is why:

  • The first one disables the warning popup's trigger (view is false)
  • the second tells YT there are no adblockers (blocks found 0)
  • the third defines an array of where ads are placed in the video (at the following timestamps:      ...aka nowhere)
  • the fourth tells YT that instream ads have been allowed

These are the js variables that YT is using to tell if you're using an adblocker in the first place. When Youtube tells us we have to disable our adblocker or it will block us, we just put on Marx glasses and tell them we did.

Youtube's method will still work on the majority of adblocker users that just use the addon without customising it (or updating it for public filters), so it will work for them. But it doesn't have to work on us.