Hey guys, I made something neat. It's a
bookmarklet, yeah. You make those by creating a new bookmark, and setting the URL to some code, yeah.
In chrome type ctrl+shift+O.
Click
Add Page
Paste the following (replacing MTURKIDHERE with your mturk ID) as the
page
Code:
javascript:(function () {var $temp=document.createElement('input');document.body.appendChild($temp);$temp.value='MTURKIDHERE';$temp.select();document.execCommand('copy');$temp.remove();})();
Then, when you click that button, your ID will be put on your clipboard:
No idea if it works for anything other than chrome, but it's kinda neat!