您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Auto select true
// ==UserScript== // @name Blackbird Technologies: Tag short text segments for a given characteristic // @namespace https://gf.qytechs.cn/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
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址