Sergey Schmidt - Labels YT

Hides instuctions, chooses off topic.

当前为 2015-10-02 提交的版本,查看 最新版本

// ==UserScript==
// @name         Sergey Schmidt - Labels YT
// @namespace    https://gist.github.com/Kadauchi/
// @version      1.1
// @description  Hides instuctions, chooses off topic.
// @author       Kadauchi
// @include      *s3.amazonaws.com/*
// @grant        GM_log
// @require      https://code.jquery.com/jquery-2.1.4.min.js
// ==/UserScript==

$("#instructions, #sample-task, #delete-history").hide();
$("input[value='OFF_TOPIC']").click();