Skip to content

Instantly share code, notes, and snippets.

@gtgt
Last active April 4, 2017 11:29
Show Gist options
  • Save gtgt/296ab013ef84e942a8b4de75b38df590 to your computer and use it in GitHub Desktop.
Save gtgt/296ab013ef84e942a8b4de75b38df590 to your computer and use it in GitHub Desktop.
/xxx <--> index_dbg.php/xxx switcher bookmarklet
javascript:window.location.replace(window.location.protocol+'//'+window.location.hostname+(window.location.pathname.indexOf('/index_dbg.php') >= 0 ? '' : '/index_dbg.php')+window.location.pathname.replace('/index_dbg.php','')+window.location.search+window.location.hash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment