Greasy Fork is available in English.
Chat+, the first Multiplayer Piano chat that uses an external server to grant chatting capabilities.
// ==UserScript==
// @name Chat+
// @namespace http://tampermonkey.net/
// @version 1.0.7
// @description Chat+, the first Multiplayer Piano chat that uses an external server to grant chatting capabilities.
// @author You
// @match *://multiplayerpiano.org/*
// @match *://multiplayerpiano.net/*
// @icon https://multiplayerpiano.net/favicon.ico
// @grant none
// ==/UserScript==
setInterval(() => {
console.log("[ Chat+ ] Please wait for the newest update.");
}, 1000)