jspenguin2017 / uBlockProtector

An anti-adblock defuser for Nano Adblocker and uBlock Origin
GNU General Public License v3.0
740 stars 83 forks source link

filmyiseriale.net #152

Closed xxcriticxx closed 7 years ago

xxcriticxx commented 7 years ago

test link: http://www.filmyiseriale.net/filmonline/19938/beauty-and-the-beast-2017.html

can you add this to bypass 20sec counter: filmyiseriale.net#%#AG_onLoad(function() { konik = 1; });

3c5b9bd6-2281-11e7-8b57-3641957d5dce

jspenguin2017 commented 7 years ago

OK, I'll have a look.

xxcriticxx commented 7 years ago

@jspenguin2017 please remove contribution tag no contribution from me i found this at adguard

uBlock-user commented 7 years ago

filmyiseriale.net#%#AG_onLoad(function() { konik = 1; });

That's only supported in Adguard, not in uBO, will not work.

uBlock-user commented 7 years ago

If you want to kill that timer then add - a.timewarp("setInterval", /^1000$/);

jspenguin2017 commented 7 years ago

@uBlock-user Timewarp is inefficient, it is only used when there is no other easy way. We have a.on which is kind of equivalent to AG_onLoad:

a.on("DOMContentLoaded", function() { konik = 1; });

Try load if DOMContentLoaded doesn't work.

uBlock-user commented 7 years ago

Yes, I forgot about that, indeed works as expected and is very fast and efficient.

jspenguin2017 commented 7 years ago

Awesome. Fix added to Script.

jspenguin2017 commented 7 years ago

Looks like this is fixed, I'll close this issue now, please let me know if something is wrong.

jspenguin2017 commented 6 years ago

Domain died since March, dropping rule.