This file contains 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
const MTS_BL = {}, MTS_IL = {}; | |
const BL = localStorage.getItem(`scraper_ignore_list`).split(`^`); | |
const IL = localStorage.getItem(`scraper_include_list`).split(`^`); | |
for (let i = 0; i < BL.length; i ++) { | |
MTS_BL[BL[i]] = { | |
term: BL[i], | |
name: BL[i] | |
}; | |
} |
This file contains 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 Favicon Alert | |
// @namespace https://github.com/Kadauchi/ | |
// @version 1.0.2 | |
// @description blank | |
// @author Kadauchi | |
// @icon http://i.imgur.com/oGRQwPN.png | |
// @include http://www.mturkcrowd.com/* | |
// @include https://turkerhub.com/* | |
// @grant GM_log |
This file contains 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
const date = `MMDDYYYY`; | |
const fetchData = JSON.parse(localStorage.getItem(`hitdb_fetchData`) || `{}`); | |
fetchData[date] = {submitted: 1, pending: 1}; | |
localStorage.setItem(`hitdb_fetchData`, JSON.stringify(fetchData)); |
This file contains 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 HIT Export Mod for HIT Catcher | |
// @namespace https://gist.github.com/Kadauchi | |
// @version 1.0.1 | |
// @description Adds panda and once links to HIT exports | |
// @author Kadauchi | |
// @icon http://i.imgur.com/oGRQwPN.png | |
// @include https://turkerhub.com/threads/* | |
// @include http://www.mturkcrowd.com/threads/* | |
// ==/UserScript== |
This file contains 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 Enable Linkedin Copy | |
// @namespace https://github.com/Kadauchi | |
// @version 1.0.0 | |
// @description Allows you to copy and paste on linkedin.com | |
// @author Kadauchi | |
// @icon http://i.imgur.com/oGRQwPN.png | |
// @include https://www.linkedin.com/* | |
// ==/UserScript== |
This file contains 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 Slow or Just Me? | |
// @namespace salembeats | |
// @version 1.23 | |
// @description UPDATE: Better formatting for box+whisker plot area. NOTE: Requires Kadauchi's "MTurk Dashboard Enhancer" script to function properly. | |
// @author Cuyler Stuwe (salembeats) | |
// @include https://worker.mturk.com/dashboard* | |
// ==/UserScript== | |
// Minified, synchronous SHA-256 transform function copied from: http://geraintluff.github.io/sha256/ |
This file contains 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
const blForker = JSON.parse(localStorage.getItem('_finder_bl')); | |
const blFinder = Object.keys(blForker).reduce((acc, key) => ({ | |
...acc, | |
[key]: { | |
name: blForker[key].name, | |
match: blForker[key].term, | |
strict: true, | |
term: blForker[key].term, | |
} |
This file contains 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 A9 Crosshairs | |
// @version 1.0.0 | |
// @author Kadauchi | |
// @include requester_id:3R8NDUBSF6YFJ09L5IGKXETPSAB4KD | |
// //@include https://www.mturkcontent.com/dynamic/hit* | |
// //@include https://s3.amazonaws.com/mturk_bulk/hits/* | |
// ==/UserScript== | |
const color = 'red'; |
This file contains 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 JR Mturk Panda Crazy Helper | |
// @version 0.3.9-ourhitstop.com-c | |
// @namespace https://greasyfork.org/users/6406 | |
// @description A script add on for Panda Crazy sending commands to main script. | |
// @author (JohnnyRS on mturkcrowd.com and mturkgrind.com) [email protected] | |
// @include http*://worker.mturk.com/* | |
// @include http*://*mturkcrowd.com/threads/* | |
// @include http*://*turkerhub.com/threads/* | |
// @include http*://*mturkforum.com/showthread* |
This file contains 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 A9 - Are the items exact? - Keybinds | |
// @version 1.0.1 | |
// @include hit_set_id:3NE6EBGK58WRF4Y79I0YPEOFMAE3EQ | |
// ==/UserScript== | |
const settings = { | |
autoSubmit: false, | |
}; |
OlderNewer