You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and filmy4wap.co.in#%#//scriptlet('prevent-refresh') breaks loading images (not always happen on my end, but if I enable "throttling" in network panel in devtools then it occurs every time).
The timer starts when the page is completely loaded, which is after the load and pageshow events have both fired.
So maybe we could change it, so window.stop will be called only after load event was fired.
Or just add additional option to delay argument, like for example load and window.stop() would be called when load event was fired.
The text was updated successfully, but these errors were encountered:
On this website
filmy4wap.co.in
there is (I have redacted URL toexample.org
):and
filmy4wap.co.in#%#//scriptlet('prevent-refresh')
breaks loading images (not always happen on my end, but if I enable "throttling" in network panel in devtools then it occurs every time).According to - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#refresh:
So maybe we could change it, so
window.stop
will be called only afterload
event was fired.Or just add additional option to
delay
argument, like for exampleload
andwindow.stop()
would be called whenload
event was fired.The text was updated successfully, but these errors were encountered: