Created
May 17, 2019 19:01
-
-
Save cori/faa9e47c7c0b63e9835ab0040aefa664 to your computer and use it in GitHub Desktop.
Glitch-y bookmarklets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:let domain = window.prompt('Domain?');window.location = `https://glitch.com/edit/#!/${domain}` | |
javascript:let domain = window.prompt('Domain?');window.location = `https://glitch.com/~${domain}`; | |
javascript:let domain = window.prompt('Domain?');window.location = `https://glitch.com/edit/#!/remix/${domain}` | |
javascript:let domain = window.prompt('Domain?');window.location = `https://glitch.com/edit/console.html?${domain}` | |
javascript:document.location = 'https://glitch.com/edit/#!/' + document.location.hostname.replace('.glitch.me',''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment