Skip to content

Instantly share code, notes, and snippets.

@nastanford
Created May 22, 2014 18:08
Show Gist options
  • Save nastanford/d2a8dee4139385179292 to your computer and use it in GitHub Desktop.
Save nastanford/d2a8dee4139385179292 to your computer and use it in GitHub Desktop.
Add Ajax CFDebug Bookmarklet
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