Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/e968ce8583fb47d3296d0210c8e14834.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript== // @name DCI New HIT Monitor for mturk (classic version) // @namespace wutevs // @description Monitors for new HITs from requesters on your list // @include https://www.mturk.com/mturk/searchbar?selectedSearchType=hitgroups&qualifiedFor=on&sortType=LastUpdatedTime%3A1 // @version 9000 // @grant none // @downloadURL https://update.greasyfork.icu/scripts/6195/DCI%20New%20HIT%20Monitor%20for%20mturk%20%28classic%20version%29.user.js // @updateURL https://update.greasyfork.icu/scripts/6195/DCI%20New%20HIT%20Monitor%20for%20mturk%20%28classic%20version%29.meta.js // ==/UserScript== var needles = new Array( //==[This is your requester list. Add or remove whatever you like]==\\ //==[If you make a typo and break it, you'll know, because it won't reload]==\\ "ACME Data Collection", "agent agent", "AJ Ghergich", "Andy K", "BICC", "Bluejay Labs", "carnegie mellon social computing group", "Christos Koritos", "Dan Shaffer", "David Mease", "Funicular Heavy Industries", "Gaddy", "Heather Walters", "JASON W GULLIFER", "Jeff Foster", "jesse egbert", "Jonathan Frates", "Leonid", "nabirds", "nlp", "OCMP", "Parisa", "Personagraph", "pickfu", "Procore", "Project Endor", "Project Gandolph", "Sergey Schmidt", "SIRIUSProject", "Smartsheet", "Spreecast", "Stiglitz", "Tag Requester", "Two Lakes", "User Manual", "vaplab", "Vesterman", "UW Social", "Wharton", "World Vision", "x8 data" //==[Be careful not to put a comma after the last item on your list]==\\ ); var haystack = document.body.innerHTML; var my_pattern, my_matches, found = ""; for (var i=0; i 0) setTimeout("location.reload(true);",StRefTime*1000); } else //===[Settings]===\\ var StRefTime = '5'; //==[This is the number of seconds between page reloads] //===[/Settings]===\\ if (StRefTime > 0) setTimeout("location.reload(true);",StRefTime*1000);