Skip to content

Instantly share code, notes, and snippets.

@mozz100
Created June 26, 2014 09:20
Show Gist options
  • Save mozz100/91da4d5ef2e9c06a87b9 to your computer and use it in GitHub Desktop.
Save mozz100/91da4d5ef2e9c06a87b9 to your computer and use it in GitHub Desktop.
Bookmarklet: Jump between envisage staging/production
javascript:(function(){var where=document.location.toString();if(where.indexOf('envisage-system.co.uk')>=0){document.location=where.replace('envisage-system.co.uk','envisage-staging.co.uk');}if(where.indexOf('envisage-staging.co.uk')>=0){document.location=where.replace('envisage-staging.co.uk','envisage-system.co.uk');}})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment