// ==UserScript== // @name PC sheet field // @namespace http://tampermonkey.net/ // @version 0.1 // @description Script for pc players // @author Hustandant#8787 // @match *://mppclone.com/* // @include *://www.multiplayerpiano.com/* // @include *://multiplayerpiano.com/* // @include *://piano.ourworldofpixels.com/* // @include *://mpp.terrium.net/* // @include *://mppfork.netlify.app/* // @match *.mpp.hri7566.info/* // @match *://mpp.autoplayer.space/* // @license MIT // @icon https://github.com/Hustoroff/mpp/blob/main/icon.png?raw=true // @grant none // @downloadURL none // ==/UserScript== $("#bottom .relative").append(`
PC field
`); $("#pc_btn").css({position: "absolute", left: "1020px", top: "4px"}).on("click", () => { MPP.client.emit("notification", { title: "PC sheet field (script by Hustandant#8787)", id:"area_notification", duration:-1, target:"#piano", html:` ` }); });