您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
majsoul for mahjong-helper
// ==UserScript== // @name mahjong-helper-majsoul // @namespace https://github.com/Avenshy // @version 20230611 // @description majsoul for mahjong-helper // @author Avenshy // @iconURL https://www.maj-soul.com/homepage/character/1/yiji_0.png // @homepageURL https://github.com/Avenshy/mahjong-helper-majsoul // @supportURL https://github.com/Avenshy/mahjong-helper-majsoul/issues // @match https://game.maj-soul.com/1/ // @match https://game.maj-soul.net/1/ // @match https://game.mahjongsoul.com/ // @match https://game.mahjongsoul.com/index.html // @match https://mahjongsoul.game.yo-star.com/ // @license GPL-3.0 // ==/UserScript== (function () { 'use strict'; for (let i = 0; i < 5; i++) { console.log('%c [mahjong-helper-majsoul] 此脚本已停止更新!!!\n%c由于种种原因,通过油猴脚本转发至小助手的方式已被弃用,请使用基于mitmproxy的中间人攻击方式。\n该脚本代码已清空,请在脚本管理器中删除。\n新项目地址:https://github.com/Avenshy/mahjong-helper-majsoul-mitmproxy\n%c ' + i, 'color:red;background:yellow;font-size:20px;', 'color:red;background:white;font-size:10px;', 'font-size:0px;'); } // Your code here... })();