[Greasemonkey] Problems with greasemonkey suggest

Jeremy Dunck jdunck at gmail.com
Sun Apr 16 12:15:18 EDT 2006


On 4/16/06, affzedeluis kraxxi <affzedelius at hotmail.com> wrote:
> I downloaded the script and installed it. So now it works on normal Google.
> That is good but when I add a page to in the manger they don't work. For
> example I added www.q4q.org to the list but the suggest won't integrate to
> it.

Right.  Greasemonkey scripts are sometimes pretty specific to the page
they were designed for.  In this case, it's not working because the
Google Suggest script is written to simply append a script tag
referencing google.com/ac.js.  To make it work, replace that approach
with a call to GM_xhr to ac.js, then place the contents of ac.js
within the script tag.


More information about the Greasemonkey mailing list