thank you @ura-soul! out of all the issues I faced, injecting jquery wasn't one of them. not sure why you're missing it, but jquery's all over the place (starting with the @require line, and all the $() calls are jquery). When I mentioned conflicts, the problem was that the script was always loading before STEEMIT's jquery kicked in, and if "Hide Resteems" loaded after SPVS, it would overwrite the SPVS version which needed to link to jquery-ui. I tried encapsulating, but then (as I had expected) some of the events could no longer access that scope. Maybe I was missing something simple, but ideally I would have liked to use STEEMIT's jquery (tried various @run-at options, but it didn't help).
You are viewing a single comment's thread from:
Aha - I was using this completely different tampermonkey extension that also hides resteems - I wrongly assumed it was yours.
I've installed yours now and can see the require line.
When I required Jquery in my own code I got a browser error due to cross-domain access of the script file. Maybe I'll look at that again now I have your code. thanks!
Gotta love programming! Or should I say 'Problem Solving' lol