Last active
April 4, 2017 11:29
-
-
Save gtgt/296ab013ef84e942a8b4de75b38df590 to your computer and use it in GitHub Desktop.
/xxx <--> index_dbg.php/xxx switcher bookmarklet
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: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