Warning: fopen(/www/sites/update.greasyfork.icu/index/store/forever/0b4f7e9465664159ca363afe6e8c27dc.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name !rswks_Blackbird Technologies: Tag short text segments for a given characteristic
// @namespace https://greasyfork.org/en/users/13132-rosesword975
// @author rosesword975 help from ikarma
// @description Auto select "Does not describe chair"
// @version 1
// @include https://www.mturkcontent.com/dynamic/*
// @include https://tagger.search.blackbird.am/tagger/*
// @grant none
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @downloadURL none
// ==/UserScript==
// Just change 'true' to 'false' depending on the hit
$("input[value='true']").click();
// Enter will submit the HIT.
window.onkeydown = function(event) {
if (event.keyCode === 13) {
$("button[name='SubmitButton']" ).click();
};
};
//test page
//https://tagger.search.blackbird.am/tagger/hit_type/text/?assignmentId=ASSIGNMENT_ID_NOT_AVAILABLE&hitId=3HFWPF5AK9TCMVXON04NN6O8D9FS3I