Closed xxcriticxx closed 7 years ago
OK, I'll have a look.
@jspenguin2017 please remove contribution tag no contribution from me i found this at adguard
filmyiseriale.net#%#AG_onLoad(function() { konik = 1; });
That's only supported in Adguard, not in uBO, will not work.
If you want to kill that timer then add - a.timewarp("setInterval", /^1000$/);
@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.
Yes, I forgot about that, indeed works as expected and is very fast and efficient.
Awesome. Fix added to Script.
Looks like this is fixed, I'll close this issue now, please let me know if something is wrong.
Domain died since March, dropping rule.
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; });