Skip to content

Instantly share code, notes, and snippets.

@mtandre
Created February 20, 2015 21:40
Show Gist options
  • Save mtandre/6e8bcc5bc92d3fadff71 to your computer and use it in GitHub Desktop.
Save mtandre/6e8bcc5bc92d3fadff71 to your computer and use it in GitHub Desktop.
Clickability Bookmarklet: toggle production/stage environment
//Clickability Bookmarklet: toggle production/stage environment
javascript:(function(){var a=window.location.host;window.location.host=-1<a.indexOf("stage.")||-1<a.indexOf("dev.")?a.replace(/^(stage|dev)\./,""):"stage."+a;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment