Created
May 22, 2014 18:08
-
-
Save nastanford/d2a8dee4139385179292 to your computer and use it in GitHub Desktop.
Add Ajax CFDebug Bookmarklet
This file contains 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
u = window.location.href;t1 = u.indexOf("?");q="?";a="&";d="cfdebug=1";if(t1<=0){r=u.concat(q,d)}else{r=u.concat(a,d)};window.location=r; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment