Skip to content

Instantly share code, notes, and snippets.

@cori
Created May 17, 2019 19:01
Show Gist options
  • Save cori/faa9e47c7c0b63e9835ab0040aefa664 to your computer and use it in GitHub Desktop.
Save cori/faa9e47c7c0b63e9835ab0040aefa664 to your computer and use it in GitHub Desktop.
Glitch-y bookmarklets
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