(no title)
doix
|
1 month ago
Unfortunately, nowadays writing userscripts is much harder than it used to be. Most websites are using some sort of reactive FE framework so you need to make extensive use of mutationObservers (or whatever the equivalent is in jQuery I guess).
ComputerGuru|1 month ago
egeozcan|1 month ago
Oh the horrible things I do with Instagram...
tensegrist|1 month ago
hebelehubele|1 month ago
Klaster_1|1 month ago
doix|1 month ago
I just try and get LLMs to do it for me because I'm lazy, and they like to use setInterval instead of mutationObservers and if it works, I just live with the inefficiency.