Guess what? New update dropped! The sparkline on https://t.co/iK6qs7hDbT is visible again with an update to my old user script. Details here:
https://t.co/ok87qrlqLX
CSS variables are great, but they're not supported by IE11. Maybe the solution here is to just polyfill out the CSS variables on IE because it's way harder to rewrite the program without the variables.
This program was also written in ES5 to maintain IE11 compatibility and that's still a goal of the program today.
... But then four years into it, I added CSS variables.
That honestly reminds me a lot of myself since I also had a bit of a music hiatus for 5 years. Sometimes you just need a break from something before you can get back into it.
I completely missed this, but there was a new song by Oku Hanako released last month called Garakuta no Omoide / ガラクタの思い出 ("Reminiscing Odds and Ends"). I'll have to find some time to make a post about this.
#okuhanako
https://t.co/2sDuAzVi3e
Shower thought: If names of undeclared variables in #JavaScript are resolved as properties on the global object, then it's as if all JS code is wrapped in a giant `with (globalThis)` statement.