On Mon, May 13, 2013 at 2:15 PM, Gary <[email protected]> wrote: > No I haven't tried even once, because let's say I go through the 38 > scripts, and on script 20 I bump into a problem with a specific script that > I can't fix. I can either leave that script broken, or roll back all my > fixes, making them pointless. >
I have not yet heard of a script that could not be made to work. Worst possible case, you need to add a handful of @grant lines for the APIs you call. > For the jQuery conflict problem, would I be better off just using the > website's jQuery, or rather just use my own and the noConflict fix? I guess > it depends on whether I don't mind using the version of jQuery that the > website provides, which might be older than I want? > You'd have to ask someone else. I don't personally use jQuery in user scripts. But I suspect knowing what version you're using, and keeping it in your script's scope only with that one line, is probably easiest. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/greasemonkey-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
