This is a tampermonkey script written in JS. The purpose is to expand some features of the guitar score site.
You can access this website here.
-
Print score: You can print the complete guitar score directly by clicking the
Print
button. -
Play: You can play the music of guitar without time limitations.
-
Install Tampermonkey in your browser.
-
Install this script by Greasy Fork
If you have a problem that the content on the right cannot be completely printed when you print, please try to replace the
cdn
link ofPrintJS
.// @require https://unpkg.com/[email protected]/dist/print.js // change it to // @require https://printjs-4de6.kxcdn.com/print.min.js
Contributions are welcome! Please feel free to submit a pull request or open an issue if you find a bug or have a suggestion for a new feature.
This project is licensed under the MIT License.