To get rid of the annoying YouTube message (ad blocker are not allowed on Youtube) use this custom filter in uBlock extension
- Open uBlock extension dashboard
- Open my filters tab
- Copy & Paste this code into my filter
- Apply changes and close all tabs
via: enderman
They’re going to randomize all vars and function names, mark my words.
Yup. Ad blockers work on pattern matching rules. Countering them might take some work but it’s not impossible - make the URLs that do the bad shit indistinguishable from the ones that make the video works and likewise html elements. Randomise everything, make the paths to things unpredictable. I’m sure YouTube could even merge the ads into the content stream so they are unavoidable.
“I’m sure YouTube could even merge the ads into the content stream so they are unavoidable.”
Who is going to tell him?
Of course they are, for example when targeting HTML elements you generally need to target text not vars or function names.
At the end there will always be some way since to the user the text should be similar or the UI should be similar… So there will be always a way… But yeah it can get more complex.
The only exception is the case they implement the web integrity thing at browser level or equivalent.
deleted by creator
The point being that if one can find the domain through which they push said script/the script itself, they can disable it (I use NoScript).