Greasy Fork is available in English.

fuck zhihu 干知乎管理员

自动执行举报操作

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         fuck zhihu 干知乎管理员
// @namespace    http://tampermonkey.net/
// @version      0.8
// @description  自动执行举报操作
// @author       oldManInTangLangHill
// @match        https://www.zhihu.com/*
// @grant        none
//@require https://code.jquery.com/jquery-2.1.4.min.js
// ==/UserScript==

(function() {
    'use strict';
    /* globals jQuery, $, waitForKeyElements */

    var moreLength=$("[aria-label='更多']").length;
    var i=0;
    var s=setInterval(()=>{
        $("[aria-label='更多']")[i].click();
        if($(".AnswerItem-selfMenuItem").length>1){
            $(".AnswerItem-selfMenuItem")[1].click();
            $(".ReportMenu-itemValue")[2].click();
            $(".needsclick")[0].click();
            $(".ReportMenu-button").click();
            $(".AnswerItem-selfMenuItem")[1].click();
        }

        i++;
        if(j>=clientNum){
            clearInterval(s);
        }
    },5000)
    // Your code here...
})();