Commit 97cafb4d authored by Tachibana's avatar Tachibana

tnndx

parent 91fe38d4
// ==UserScript==
// @name Riichi-Oh: The Story of Riichi
// @namespace NyaggerSquad
// @icon https://i.imgur.com/tKWKjza.jpg
// @version 1.0
// @description You're all free now!
// @author anon
// @include https://mahjongsoul.game.yo-star.com/
// @include https://game.mahjongsoul.com/
// @include https://game.maj-soul.com/1/
// ==/UserScript==
(function() {
'use strict';
const COWARD = false;
var LazyCheck = setInterval(function(){
if (GameMgr.prototype.EnterLobby){
GameMgr.prototype.EnterLobby = (function() {
var cacheF = GameMgr.prototype.EnterLobby;
return function(){
if (COWARD)
app.Taboo.test = (a) => null;
else
game.Tools.strWithoutForbidden = (a) => a;
var result = cacheF.apply(this, arguments);
return result;
};
})();
clearInterval(LazyCheck);
}
},2000);
})();
\ No newline at end of file
{
"id": "decensor",
"version": "1.0.0",
"name": "解除敏感词屏蔽",
"author": "anon",
"description": "这不比博人传燃?\n(至少目前于国服无用)",
"preview": "1.png",
"entry": ["decensor.js"]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment