您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
MRSHFU - 你的服务器发帖好助手
当前为
// ==UserScript== // @name McbbsReviewServerHelperForUser // @version 0.1.00 // @description MRSHFU - 你的服务器发帖好助手 // @author 萌萌哒丶九灬书 // @namespace https://space.bilibili.com/1501743 // @license GNU General Public License v3.0 // @create 2021-01-25 // @lastmodified 2021-01-25 // @note 0.1.00 更新: 1.发布了针对用户的版本; // @note 新增、更改、修复、移除、精简、*可能* // @match *://www.mcbbs.net/thread-* // @match *://www.mcbbs.net/forum.php?mod=viewthread* // @match *://www.mcbbs.net/forum-serverpending* // @match *://www.mcbbs.net/forum.php?mod=forumdisplay&fid=296* // @match *://www.mcbbs.net/forum-server* // @match *://www.mcbbs.net/forum.php?mod=forumdisplay&fid=179* // @match *://www.mcbbs.net/forum-362* // @match *://www.mcbbs.net/forum.php?mod=forumdisplay&fid=362* // @grant GM_xmlhttpRequest // @grant GM_getResourceText // @grant GM_getValue // @grant GM_setValue // @require https://cdn.staticfile.org/jquery/1.12.4/jquery.min.js // @require http://greasyfork.icu/scripts/376401-findandreplacedomtext/code/findAndReplaceDOMText.js?version=660038 // @require http://greasyfork.icu/scripts/376402-ddxuf/code/ddxuf.js?version=661422 // ==/UserScript== (function() { 'use strict'; // Your code here... })();