Include Jquery inside GreaseMonkey script under Google Chrome
Posted
by Alekc
on Stack Overflow
See other posts from Stack Overflow
or by Alekc
Published on 2010-02-11T18:57:15Z
Indexed on
2010/04/12
23:23 UTC
Read the original article
Hit count: 313
As maybe some of you know google chrome has put some severe limitation on greasemonkey scripts.
Chromium does not support @require, @resource, unsafeWindow, GM_registerMenuCommand, GM_setValue, or GM_getValue.
And without require, I can't find a way to include jquery library in Greasemonkey script under google chrome.
Does anybody have some advice for the matter?
Thanks in advance.
© Stack Overflow or respective owner