So I've got these nice script I've written, that I really want to turn into GreaseMonkey scripts. The problem is, I want to embed the jQuery code _in_ my GM script, so that they're easy to distribute, but I can't get it to work.
I've tried Sean Catchpole's GM script, and maybe I'm missing something, but regardless of what I do, I cannot execute jQuery code with it. If at all possible, I would really like to avoid loading the jQuery remotely. So, what to do?