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
Yeah. I have to think about how to fix this. Tampermonkey detects that there is no script, blocks script detection and hands the URL over to Chrome, and unblocks script detection. Then after some (short) time Chrome retries to load the URL (like it does with all/many error pages) and Tampermonkey intercepts the request again. And in theory this is right, because on every Chrome-triggered reload a script could possibly appear.
With Tampermonkey for Chrome, visit https://thisdoesnot.exist/test.user.js
Expected Behavior
Just a normal Chrome error page.
Actual Behavior
Tampermonkey's "intermediate step" keeps opening and closing forever.
Specifications
The text was updated successfully, but these errors were encountered: