This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name mTurk Title Bar Timer / Wage | |
| // @author Cuyler Stuwe (salembeats) | |
| // @namespace salembeats | |
| // @version 54 | |
| // @description Title bar timer/counter. Latest updates: Dynamic favicon. Minor refactors, including removal of old WWW site code. Minor potential performance improvement from caching element selector calls in order to speed things up with minimal code structure changes. | |
| // @include https://worker.mturk.com/projects/* | |
| // @icon https://i.imgur.com/Y68Qxdd.png | |
| // @grant GM_setValue | |
| // @grant GM_getValue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name web+panda:// Metadata Inspector / Router | |
| // @namespace salembeats | |
| // @version 1.71 | |
| // @description Show all metadata for a web+panda:// link and choose a handler to use with it (if installed). | |
| // @author Cuyler Stuwe (salembeats) | |
| // @include https://worker.mturk.com/projects/registerWPMetadataInspector | |
| // @include https://worker.mturk.com/projects/handleWPMetadataInspector* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Auto-Return "Please Return" HITs | |
| // @namespace salembeats | |
| // @version 2 | |
| // @description Requires mTurk Parent Window Command Accepter installed. | |
| // @author Cuyler Stuwe (salembeats) | |
| // @include * | |
| // @require https://greasyfork.org/scripts/33041-mturk-frame-parent-interface-library/code/mTurk%20Frame-%3EParent%20Interface%20Library.js?version=239183 | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Qualtrics MK2 DEV SNAPSHOT 10-19-17 646pm | |
| // @namespace salembeats | |
| // @version 1 | |
| // @description . | |
| // @author Cuyler Stuwe (salembeats) | |
| // @include /\.qualtrics\./ | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Ultra Dangerous Radio Keybinds with Autosubmit | |
| // @namespace salembeats | |
| // @version 5 | |
| // @description Super-lean autosubmit script using number keys. Latest update: Updated for worker. | |
| // @author Cuyler Stuwe (salembeats) | |
| // @include * | |
| // @grant GM_setValue | |
| // @grant GM_getValue | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Qualtrics - Add Character Counters with Escape | |
| // @namespace salembeats | |
| // @version 1.5 | |
| // @description Press escape and all text fields and textareas get character counters beneath them. | |
| // @author Cuyler Stuwe (salembeats) | |
| // @include /.*qualtrics.*/ | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Emoji Time Previews | |
| // @namespace salembeats | |
| // @version 1.1 | |
| // @description . | |
| // @author Cuyler Stuwe (salembeats) | |
| // @include https://worker.mturk.com/* | |
| // @exclude https://worker.mturk.com/projects/* | |
| // @exclude https://worker.mturk.com/dashboard | |
| // @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Audiokite Word/Character Counter | |
| // @namespace salembeats | |
| // @version 2 | |
| // @description . | |
| // @author Cuyler Stuwe (salembeats) | |
| // @include /https://www.audiokite.com/survey/ | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Panda Crazy Enhancements - Droppable, Burn All Surveys, Etc. | |
| // @namespace cuyler_stuwe | |
| // @version 4.2 | |
| // @description Make links in Panda Crazy droppable. | |
| // @author Cuyler Stuwe | |
| // @include https://www.mturk.com/mturk/welcome?pandacrazy* | |
| // @include https://worker.mturk.com/?filters[search_term]=pandacrazy=on | |
| // @include https://worker.mturk.com/requesters/PandaCrazy/projects | |
| // @icon http://i.imgur.com/hLwZkUt.jpg |