Hit Forker Fork - "Forking Over 9000" Installer

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).

当前为 2019-08-03 提交的版本,查看 最新版本

// ==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);
}

QingJ © 2025

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