Skip to content

Instantly share code, notes, and snippets.

@skojin
Created September 26, 2017 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skojin/e65bbed94f9f87de66710309397d49cd to your computer and use it in GitHub Desktop.
Save skojin/e65bbed94f9f87de66710309397d49cd to your computer and use it in GitHub Desktop.
bookmarket that open production page on http://localhost:3000
javascript:(function()%7B(function()%7Bvar url %3D window.location.href.split('%2F')%3Burl%5B0%5D %3D 'http%3A'%3Burl%5B2%5D %3D 'localhost%3A3000'%3Bwindow.open(url.join('%2F'))%3B%7D)()%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment