can someone make a scratch extension/userscript to autorefresh scratch comments please
oh also a wasteof one too
preferably a userscript
wdym by autorefresh comments?
I think it's like live comments, so if someone comments something while you are on that page you don't have to reload
how would this work? with some sort of websocket, or...
Probably just periodically fetching the comments API
I think that should be avoided
every couple of minutes it will refresh the comments
but what if you leave like 10 tabs open for 6 hours lol (would it not do too many requests)
who in their right mind
i have 16 wasteof tabs across three browsers rn (i'm testing wasteof.plus)
but does anyone else
idk but in general i would avoid polling the api every few minutes. maybe only when you actually activate the tab could work, though