Removes the watermark when printing samples on musicnotes.com
// ==UserScript==
// @name Musicnotes Sample Watermark Remover
// @namespace http://tampermonkey.net/
// @version 1
// @description Removes the watermark when printing samples on musicnotes.com
// @author bvdeijzen
// @license MIT
// @match *://www.musicnotes.com/sheetmusic/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
/*global Mneme */
Mneme.Render.MtdInterp.prototype.Sample = () => {};
})();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址