--- Dot Piano Midi Player ---
A script that allows you to play .mid files through dotpiano.com
Although no longer maintained, it deserves to still be here on my portfolio as it still works, and was one of my first ever public projects.
This is a script i made that once injected into the front end through the developer console, will play a custom .mid file on the site. Something in which is normally not possible.
I made this because i felt as if it should be a feature. So i made it one by reading the obfuscated front end code, finding endpoints, and making my own private documentation on their API.
From there, i learnt how to manipulate their API, but most importantly i saw how it loaded midi files from it, which led me eventually, to make this script.