Copy Mturk ID to Clipboard Button

Adds a copy to clipboard button in the upper right corner of the page

As of 2023-05-25. See the latest version.

Author
MarkusRight
Ratings
0 0 0
Version
0.1
Created
2023-05-25
Updated
2023-05-25
Size
1.4 KB
License
MIT
Applies to
All sites

This script adds a red button in the upper right hand corner of the page that when hovered over will reveal itself and when clicked it will copy your Mturk ID to the clipboard allowing you to paste it. You must edit this script with your own unique Mturk ID. Replace the words "ENTERYOURIDHERE" with your own Mturk ID in the code. An example is shown below.

navigator.clipboard.writeText('ENTERYOURIDHERE');