Login As Bookmarklet


(Joel Porgand) #1

Here's a dumb little bookmarklet I knocked up earlier, might be handy to someone:

javascript:(function(){username=prompt();window.location=(window.location.href.split("?")[0]+"?SQ_ACTION=login_as&user="+username);})()