As some of you may know, Google Chrome has put some severe limitation on Greasemonkey scripts.
Chromium does not support
@require,@resource,unsafeWindow,GM_registerMenuCommand,GM_setValue, orGM_getValue.
Without require, I can't find a way to include the jQuery library in Greasemonkey script under Google Chrome.
Does anybody have some advice in this matter?