Blackbird Technologies: Tag short text segments for a given characteristic

Auto select true

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name        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 true
// @version     1.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
// ==/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