Created
June 26, 2014 09:20
-
-
Save mozz100/91da4d5ef2e9c06a87b9 to your computer and use it in GitHub Desktop.
Bookmarklet: Jump between envisage staging/production
This file contains hidden or 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:(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