Skip to content

Instantly share code, notes, and snippets.

@GeorgeErickson
Created March 13, 2013 21:07
Show Gist options
  • Save GeorgeErickson/5156218 to your computer and use it in GitHub Desktop.
Save GeorgeErickson/5156218 to your computer and use it in GitHub Desktop.
javascript:(function()%7Bfunction%20makeParam(key,value)%7Bkey%3Descape(key)%3Bvalue%3Descape(value)%3Bvar%20clean_url%3Ddocument.location.href.split(%22%3F%22)%5B0%5D%3Bdocument.location.search%3D%27%3F%27%2Bkey%2B%27%3D%27%2Bvalue%3B%7Dvar%20username%3Dprompt(%22username%20to%20impersonate%22)%3BmakeParam(%27__impersonate%27,username)%3B%7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment