Skip to content

Instantly share code, notes, and snippets.

@Hri7566
Created October 5, 2023 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hri7566/fc79ad2b3b87302e63f25c9e98040d4a to your computer and use it in GitHub Desktop.
Save Hri7566/fc79ad2b3b87302e63f25c9e98040d4a to your computer and use it in GitHub Desktop.
// ==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