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
doesn't check if it's not sandboxed before running the next line of code, it just checks to see if it's ran from the IDE. This could be done by adding && !GM_is_sandboxed to the end of the if statement.