Skip to content

Instantly share code, notes, and snippets.

@deguchi
Created July 27, 2012 03:03
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 deguchi/3185964 to your computer and use it in GitHub Desktop.
Save deguchi/3185964 to your computer and use it in GitHub Desktop.
ローカル開発環境と本番サーバーを切り替えるbookmarklet(超適当)
javascript:var calil='calil.jp',local='127.0.0.1:8080',oldhost=calil,newhost=local;if(location.host!=calil){oldhost=local;newhost=calil;}location='http://'+newhost+location.pathname+location.search;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment