Created
October 5, 2023 14:08
-
-
Save Hri7566/fc79ad2b3b87302e63f25c9e98040d4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Jacored banned words fix | |
// @namespace Violentmonkey Scripts | |
// @match *://multiplayerpiano.com/* | |
// @match *://*.multiplayerpiano.com/* | |
// @grant none | |
// @version 1.0 | |
// @author Hri7566 | |
// @description 10/5/2023, 10:02:52 AM | |
// ==/UserScript== | |
window.MPP.chat.send = (text) => { | |
MPP.client.sendArray([{ | |
m: "a", | |
message: text.split("mppclone").join("mpp\u034fclone").split("amightywind").join("amighty\u034fwind").split("checklyhq").join("checkly\u034fhq") | |
}]); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment