Restores the subscriber count on Reddit subreddits.
< 腳本Restore Reddit subscriber count的回應
Thanks for the feedback, updated! You can tell this is my first userscript in a while :)
this broke the userscript on firefox, please revert to GM_xmlhttpRequest
this broke the userscript on firefox, please revert to GM_xmlhttpRequest
What userscript plugin (and version, and version of Firefox) are you using? I'm also on Firefox, with Violentmonkey. But VM and TamperMonkey both implement GM.xmlHttpRequest.
... wait, I think I see what's up, xmlhttpRequest vs xmlHttpRequest. Let me see if that's it.
Should be fixed in 0.5.2.
Glad the capitalization was worked out. I should have mentioned that it was working when I changed to .
instead of _
You may want to update your description a little since it looks like you're accounting for New Reddit as well now
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Thank you, this change is infuriating.
Doesn't lint (missing semicolon lines 20/39), but works well for now after those mods
Some concerns. Why using
GM_xmlhttpRequest
instead ofGM.xmlHttpRequest
? Probably no functional difference in this case either way, but odd. Also,*://*.reddit…
or*://www.reddit…
probably safer than*://*reddit…
syntax, even with@match
over@include
, no?