// ==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 https://greasyfork.org/scripts/376401-findandreplacedomtext/code/findAndReplaceDOMText.js?version=660038 // @require https://greasyfork.org/scripts/376402-ddxuf/code/ddxuf.js?version=661422 // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... })();