Skip to content

Instantly share code, notes, and snippets.

@Hri7566
Created September 13, 2023 00:58
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/771894b39deb6beb6533ca1f695f2d16 to your computer and use it in GitHub Desktop.
Save Hri7566/771894b39deb6beb6533ca1f695f2d16 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Sideways Piano
// @namespace Violentmonkey Scripts
// @match https://mppclone.com/*
// @match https://multiplayerpiano.org/*
// @match https://smnmpp.hri7566.info/*
// @grant none
// @version 1.0
// @author Hri7566
// @description 9/12/2023, 8:55:33 PM
// @require https://mppclone.com/jquery.min.js
// ==/UserScript==
$("#piano").css("transform", "rotate(90deg)");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment