Doesn't lint (missing semicolon lines 20/39), but works well for now after those mods
Some concerns. Why using GM_xmlhttpRequest instead of GM.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?
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?