Instead of using @require
(that is GM specific) or injecting a <script> element (e.g. for pre-0.8 GMs & other browsers), I'd like to use the jQuery
object that the target page already loads and uses.
Is that kind of situation feasible and how to get it working? I've tried just using the $
or jQuery
but it won't work. I've also tried the GM_wait
-timer-trick mentioned in the linked article, but with no go.
If it isn't going to work, why not?