您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Fork of Hit Forker. Adds extra fields (e.g., requester rejection rate), simplifies others (realtime feed values are simplified to symbols in order to read them more quickly), adds new features (e.g., home-row key accept for realtime feed), makes feed more readable (low-rated HITs are semitransparent, "caveman-speak" for narrow windows to convey only important details).
当前为
// ==UserScript== // @name Hit Forker Fork - "Forking Over 9000" Installer // @namespace salembeats // @version 1 // @description Fork of Hit Forker. Adds extra fields (e.g., requester rejection rate), simplifies others (realtime feed values are simplified to symbols in order to read them more quickly), adds new features (e.g., home-row key accept for realtime feed), makes feed more readable (low-rated HITs are semitransparent, "caveman-speak" for narrow windows to convey only important details). // @author salembeats // @include https://worker.mturk.com/?over9000* // @include https://worker.mturk.com/?end_signin=1&over9000* // @noframes // @grant GM_setValue // @grant GM_getValue // ==/UserScript== if(!GM_getValue("runOnce")) { window.open("https://gist.github.com/salembeats/bcf6c091192c5adbd9b40011b40da0da/raw/forking-over-9000.user.js"); GM_setValue("runOnce", true); }