<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Life is grand - Latest Comments in jQuery and GreaseMonkey</title><link>http://lifeisgrand.disqus.com/</link><description></description><language>en</language><lastBuildDate>Wed, 26 Jul 2006 22:16:27 -0000</lastBuildDate><item><title>Re: jQuery and GreaseMonkey</title><link>http://paulmwatson.com/journal/2006/07/23/jquery-and-greasemonkey/#comment-1280753</link><description>In case you didn't get around to xpi fiddling, I just modified a greamonkey xpi to include a copy of jquery. I don't know if it works but I'll host it at &lt;a href="http://jquery.offput.ca/greasemonkey-0.6.4-fx.xpi" rel="nofollow"&gt;http://jquery.offput.ca/greasemonkey-0.6.4-fx.xpi&lt;/a&gt; for anyone willing to try.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Blair Mitchelmore</dc:creator><pubDate>Wed, 26 Jul 2006 22:16:27 -0000</pubDate></item><item><title>Re: jQuery and GreaseMonkey</title><link>http://paulmwatson.com/journal/2006/07/23/jquery-and-greasemonkey/#comment-1280752</link><description>I tried that out Blair and it didn't work. Is there a special trick to getting it to work?&lt;br&gt;&lt;br&gt;Good idea on the XPI though, I'll give that a bash and save the servers.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Watson</dc:creator><pubDate>Wed, 26 Jul 2006 03:37:41 -0000</pubDate></item><item><title>Re: jQuery and GreaseMonkey</title><link>http://paulmwatson.com/journal/2006/07/23/jquery-and-greasemonkey/#comment-1280751</link><description>Or... (duh) put a copy of jQuery inside a greasemonkey script set to run on all pages...&lt;br&gt;&lt;br&gt;Install the user script and you're set...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Blair Mitchelmore</dc:creator><pubDate>Tue, 25 Jul 2006 20:20:48 -0000</pubDate></item><item><title>Re: jQuery and GreaseMonkey</title><link>http://paulmwatson.com/journal/2006/07/23/jquery-and-greasemonkey/#comment-1280750</link><description>Or you could roll your own greasemonkey xpi with jquery added in. then you could reference it through the chrome:// interface afforded to firefox. Same technique you just don't have to rely on the jquery server.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Blair Mitchelmore</dc:creator><pubDate>Tue, 25 Jul 2006 20:13:22 -0000</pubDate></item><item><title>Re: jQuery and GreaseMonkey</title><link>http://paulmwatson.com/journal/2006/07/23/jquery-and-greasemonkey/#comment-1280749</link><description>Yeah. That's actually a better idea. It was kinda late last night when I wrote that. ;)&lt;br&gt;&lt;br&gt;Another thing that breaks-ish is that if you include all sites with that user script, then secure sites won't be marked as secure because some items aren't secured.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Stone</dc:creator><pubDate>Mon, 24 Jul 2006 13:42:28 -0000</pubDate></item><item><title>Re: jQuery and GreaseMonkey</title><link>http://paulmwatson.com/journal/2006/07/23/jquery-and-greasemonkey/#comment-1280748</link><description>Hey David,&lt;br&gt;&lt;br&gt;&amp;#38;gt; theScript.src = “http://jquery.com/src/latest.js”;&lt;br&gt;&lt;br&gt;including jQuery directly from John's server is something you should avoid. Though it was recommened in the jQuery tutorial, it could produce quite a lot of traffic and therefore costs for John.&lt;br&gt;&lt;br&gt;On the other hand, it should be no problem to simply include a local copy of jQuery. AFAIK the "lastest" version isn't currently updated anymore.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jörn</dc:creator><pubDate>Mon, 24 Jul 2006 13:33:48 -0000</pubDate></item><item><title>Re: jQuery and GreaseMonkey</title><link>http://paulmwatson.com/journal/2006/07/23/jquery-and-greasemonkey/#comment-1280747</link><description>Same trick we use in CPhog:&lt;br&gt;&lt;br&gt;var theScript = document.createElement("script");&lt;br&gt;theScript.src = "http://jquery.com/src/latest.js";&lt;br&gt;theScript.language = "javascript";&lt;br&gt;document.body.insertBefore(theScript, document.body.firstChild);&lt;br&gt;&lt;br&gt;:)&lt;br&gt;&lt;br&gt;I even opened up Firebug to try it out...it works. :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Stone</dc:creator><pubDate>Sun, 23 Jul 2006 19:33:51 -0000</pubDate></item></channel></rss>