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
/:owner/:repo/issues/new is usually navigated to via pushState, which doesn't get picked up by TamperMonkey (because how could it?). This script should be rewritten to match all URLs on GitHub (assuming such a navigation could start from anywhere), and to somehow detect when a pushState-type event happens. (There doesn't seem to be a canonical event for this, so it'll have to be a bit of a pickle.)
The text was updated successfully, but these errors were encountered:
/:owner/:repo/issues/new is usually navigated to via pushState, which doesn't get picked up by TamperMonkey (because how could it?). This script should be rewritten to match all URLs on GitHub (assuming such a navigation could start from anywhere), and to somehow detect when a pushState-type event happens. (There doesn't seem to be a canonical event for this, so it'll have to be a bit of a pickle.)
The text was updated successfully, but these errors were encountered: