<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Life is grand - Latest Comments in jQuery and GreaseMonkey</title><link>http://lifeisgrand.disqus.com/</link><description></description><atom:link href="https://lifeisgrand.disqus.com/jquery_and_greasemonkey/latest.rss" rel="self"></atom:link><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>&lt;p&gt;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 noopener" target="_blank" title="http://jquery.offput.ca/greasemonkey-0.6.4-fx.xpi"&gt;http://jquery.offput.ca/gre...&lt;/a&gt; for anyone willing to try.&lt;/p&gt;</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>&lt;p&gt;I tried that out Blair and it didn't work. Is there a special trick to getting it to work?&lt;/p&gt;&lt;p&gt;Good idea on the XPI though, I'll give that a bash and save the servers.&lt;/p&gt;</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>&lt;p&gt;Or... (duh) put a copy of jQuery inside a greasemonkey script set to run on all pages...&lt;/p&gt;&lt;p&gt;Install the user script and you're set...&lt;/p&gt;</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>&lt;p&gt;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.&lt;/p&gt;</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>&lt;p&gt;Yeah. That's actually a better idea. It was kinda late last night when I wrote that. ;)&lt;/p&gt;&lt;p&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.&lt;/p&gt;</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>&lt;p&gt;Hey David,&lt;/p&gt;&lt;p&gt;&amp;amp;gt; theScript.src = “&lt;a href="http://jquery.com/src/latest.js”;" rel="nofollow noopener" target="_blank" title="http://jquery.com/src/latest.js”;"&gt;http://jquery.com/src/lates...&lt;/a&gt;&lt;/p&gt;&lt;p&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;/p&gt;&lt;p&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.&lt;/p&gt;</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>&lt;p&gt;Same trick we use in CPhog:&lt;/p&gt;&lt;p&gt;var theScript = document.createElement("script");&lt;br&gt;theScript.src = "&lt;a href="http://jquery.com/src/latest.js" rel="nofollow noopener" target="_blank" title="http://jquery.com/src/latest.js"&gt;http://jquery.com/src/lates...&lt;/a&gt;";&lt;br&gt;theScript.language = "javascript";&lt;br&gt;document.body.insertBefore(theScript, document.body.firstChild);&lt;/p&gt;&lt;p&gt;:)&lt;/p&gt;&lt;p&gt;I even opened up Firebug to try it out...it works. :)&lt;/p&gt;</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>