// ==UserScript== // @name mTurk - Show Auto-App time & Link Turkopticon // @author antithought // @description Shows auto-approval time and links to requester on Turkopticon, on HIT preview pages. // @match https://www.mturk.com/mturk/accept* // @match https://www.mturk.com/mturk/preview* // @match https://www.mturk.com/mturk/continue* // @match https://www.mturk.com/mturk/submit // @match https://www.mturk.com/mturk/return* // @require http://code.jquery.com/jquery-latest.min.js // @version 1.01 // @namespace https://greasyfork.org/users/6438 // @downloadURL none // ==/UserScript== // Based off https://userscripts-mirror.org/scripts/show/130470 this.$ = this.jQuery = jQuery.noConflict(true); if ( document.forms[1] ) { if ( document.forms[1].action.search(/accept|submit/gi) != -1 ) { showAutoAppTime(); showRequesterID(); } } function showAutoAppTime() { var AutoAppTime = $('[name=hitAutoAppDelayInSeconds]').attr('value'); var top = $(document.getElementById("qualifications.tooltip")).parent().parent(); $(top).append($('
Auto-Approval Time: