Skip to content

Instantly share code, notes, and snippets.

@egorvinogradov
Created September 8, 2016 03:45
Show Gist options
  • Save egorvinogradov/3238236a33607e2b836b422bec75e5ea to your computer and use it in GitHub Desktop.
Save egorvinogradov/3238236a33607e2b836b422bec75e5ea to your computer and use it in GitHub Desktop.
Bookmark for dev/prod quick switch
javascript:(function(){ location.href = (location.hostname === 'localhost' ? 'https://paulcamper.com' : 'http://localhost:3000') + location.pathname; }()); void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment