Copy Mturk ID to Clipboard Button

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

目前為 2023-05-25 提交的版本,檢視 最新版本

作者
MarkusRight
評價
0 0 0
版本
0.1
建立日期
2023-05-25
更新日期
2023-05-25
尺寸
1.4 KB
授權條款
MIT
腳本執行於
所有網站

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');