Skip to content

Instantly share code, notes, and snippets.

@Gesugao-san
Last active October 29, 2021 09:47
Show Gist options
  • Save Gesugao-san/f23280907102d5a15aad908fc5f30e2f to your computer and use it in GitHub Desktop.
Save Gesugao-san/f23280907102d5a15aad908fc5f30e2f to your computer and use it in GitHub Desktop.
For recover with The Great Suspender Original
javascript: (function() {
var url = this.window.location.href;
if (url.startsWith("chrome-extension://")) {
this.window.location.href = url.split("&uri=")[0];
} else {
alert("This is not chrome extension page!");
};
void(0);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment