Video Review MTurk None of the Above Selector

Automatically clicks "None of the above" for each video

目前為 2015-01-27 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Video Review MTurk None of the Above Selector
// @version      0.1
// @description  Automatically clicks "None of the above" for each video
// @author       You
// @match        https://www.mturkcontent.com/dynamic/hit*
// @require      http://code.jquery.com/jquery-git.js
// @grant        none
// @namespace https://gf.qytechs.cn/users/710
// ==/UserScript==

$("td[id$='answer_0'] label").each(function() { $(this).click();});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址