<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: WebRunner now Prism, Whatever - Here&#8217;s How To Make An Extension Compatible With At Least One&#8230;</title>
	<atom:link href="http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/</link>
	<description>How I stopped worrying and learned to love my karma.</description>
	<pubDate>Thu, 28 Aug 2008 08:01:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kris</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1092</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Thu, 12 Jun 2008 03:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1092</guid>
		<description>I've added a new post on this subject, just cause it's easier to update like that:
http://www.luckydisasters.com/2008/06/10/heres-how-to-make-an-extension-compatible-with-prism-two-ish/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added a new post on this subject, just cause it&#8217;s easier to update like that:<br />
<a href="http://www.luckydisasters.com/2008/06/10/heres-how-to-make-an-extension-compatible-with-prism-two-ish/" rel="nofollow">http://www.luckydisasters.com/2008/06/10/heres-how-to-make-an-extension-compatible-with-prism-two-ish/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jahvascriptmaniac</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1090</link>
		<dc:creator>jahvascriptmaniac</dc:creator>
		<pubDate>Wed, 04 Jun 2008 14:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1090</guid>
		<description>xau: maybe try to install them manually ? by installing them with firefox, and then copy the files that were added / changed. I remember the greasemonkey way of storing scripts is quite easy to understand...</description>
		<content:encoded><![CDATA[<p>xau: maybe try to install them manually ? by installing them with firefox, and then copy the files that were added / changed. I remember the greasemonkey way of storing scripts is quite easy to understand&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xau</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1089</link>
		<dc:creator>xau</dc:creator>
		<pubDate>Tue, 20 May 2008 05:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1089</guid>
		<description>I got greasemonkey to install on Prism .9, but how do I install scripts?</description>
		<content:encoded><![CDATA[<p>I got greasemonkey to install on Prism .9, but how do I install scripts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kris</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1049</link>
		<dc:creator>kris</dc:creator>
		<pubDate>Sat, 26 Apr 2008 23:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1049</guid>
		<description>Dov,
Try changing this (from the original rtm install.rdf file):
&lt;code&gt;&#160;&#160;&#60;em:targetApplication&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#60;Description&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:id&#62;{ec8030f7-c20a-464f-9b0e-13a3a9e97384}&#60;/em:id&#62;&lt;/code&gt; &lt;code&gt;&#60;!-- firefox --&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:minVersion&#62;2.0&#60;/em:minVersion&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:maxVersion&#62;3.0&#60;/em:maxVersion&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#60;/Description&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#60;/em:targetApplication&#62;&lt;/code&gt;
To:
&lt;code&gt;&#160;&#160;&#60;em:targetApplication&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#60;Description&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#60;!--Prism--&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:id&#62;prism@developer.mozilla.org&#60;/em:id&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:minVersion&#62;0.1&#60;/em:minVersion&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:maxVersion&#62;1.0&#60;/em:maxVersion&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#160;&#160;&#60;/Description&#62;&lt;/code&gt;
&lt;code&gt;&#160;&#160;&#60;/em:targetApplication&#62;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Dov,<br />
Try changing this (from the original rtm install.rdf file):<br />
<code>&nbsp;&nbsp;&lt;em:targetApplication&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&lt;Description&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:id&gt;{ec8030f7-c20a-464f-9b0e-13a3a9e97384}&lt;/em:id&gt;</code> <code>&lt;!-- firefox --&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:minVersion&gt;2.0&lt;/em:minVersion&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:maxVersion&gt;3.0&lt;/em:maxVersion&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Description&gt;</code><br />
<code>&nbsp;&nbsp;&lt;/em:targetApplication&gt;</code><br />
To:<br />
<code>&nbsp;&nbsp;&lt;em:targetApplication&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&lt;Description&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!--Prism--&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:id&gt;prism@developer.mozilla.org&lt;/em:id&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:minVersion&gt;0.1&lt;/em:minVersion&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:maxVersion&gt;1.0&lt;/em:maxVersion&gt;</code><br />
<code>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Description&gt;</code><br />
<code>&nbsp;&nbsp;&lt;/em:targetApplication&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dov Campbell</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1048</link>
		<dc:creator>Dov Campbell</dc:creator>
		<pubDate>Sat, 26 Apr 2008 14:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1048</guid>
		<description>I got around the last error, by removing the META-INF file, but now it says it's not compatible with Prism 0.8.  Is that the end of the line?

Thanks.</description>
		<content:encoded><![CDATA[<p>I got around the last error, by removing the META-INF file, but now it says it&#8217;s not compatible with Prism 0.8.  Is that the end of the line?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dov Campbell</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1047</link>
		<dc:creator>Dov Campbell</dc:creator>
		<pubDate>Sat, 26 Apr 2008 14:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1047</guid>
		<description>Sorry, I don't know how to properly put code into the comment.</description>
		<content:encoded><![CDATA[<p>Sorry, I don&#8217;t know how to properly put code into the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dov Campbell</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1046</link>
		<dc:creator>Dov Campbell</dc:creator>
		<pubDate>Sat, 26 Apr 2008 14:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-1046</guid>
		<description>I'm trying to install the Remember the Milk plugin add-on for gmail into Prism.  When using the following code, I get the error: Signing could not be verified. 
  
&lt;code&gt;    &#60;em&#62;rtmgmail@rememberthemilk.com&#60;/em&#62;&lt;/code&gt;
&lt;code&gt;    &#60;em&#62;Remember The Milk for Gmail&#60;/em&#62;&lt;/code&gt;
&lt;code&gt;    &#60;em&#62;1.0.1&#60;/em&#62;&lt;/code&gt;
&lt;code&gt;    &#60;em&#62;Remember The Milk Pty Ltd&#60;/em&#62;&lt;/code&gt;
&lt;code&gt;    &#60;em&#62;Task management goodness.&#60;/em&#62;&lt;/code&gt;
&lt;code&gt;    &#60;em&#62;http://www.rememberthemilk.com/services/gmail/&#60;/em&#62;&lt;/code&gt;
    &lt;code&gt;&#60;em&gt;https://www.rememberthemilk.com/services/gmail/update.rtm?uid=%ITEM_ID%&#38;version=%ITEM_VERSION%&#38;application=%APP_ID%&#38;appversion=%APP_VERSION%&#38;dist=rtmgmail &#60;/em&#62;&lt;/code&gt;
&lt;code&gt;    &#60;em&gt;chrome://rtmgmail/content/logo.png&#60;/em&gt;&lt;/code&gt;
&lt;code&gt;&#60;em&#62;&lt;/code&gt;
  
&lt;code&gt;    &#60;!--Prism--&#62;&lt;/code&gt;
&lt;code&gt;    &#60;em&#62;prism@developer.mozilla.org&#60;/em&#62;&lt;/code&gt;
&lt;code&gt;    &#60;em&gt;0.1&#60;/em&#62;&lt;/code&gt;
&lt;code&gt;    &#60;em&gt;10.0&#60;/em&#62;&lt;/code&gt;
    
&lt;code&gt;    &#60;/em&#62;    &lt;/code&gt;
  
</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to install the Remember the Milk plugin add-on for gmail into Prism.  When using the following code, I get the error: Signing could not be verified. </p>
<p><code>    &lt;em&gt;rtmgmail@rememberthemilk.com&lt;/em&gt;</code><br />
<code>    &lt;em&gt;Remember The Milk for Gmail&lt;/em&gt;</code><br />
<code>    &lt;em&gt;1.0.1&lt;/em&gt;</code><br />
<code>    &lt;em&gt;Remember The Milk Pty Ltd&lt;/em&gt;</code><br />
<code>    &lt;em&gt;Task management goodness.&lt;/em&gt;</code><br />
<code>    &lt;em&gt;http://www.rememberthemilk.com/services/gmail/&lt;/em&gt;</code><br />
    <code>&lt;em><a href="https://www.rememberthemilk.com/services/gmail/update.rtm?uid=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;application=%APP_ID%&amp;appversion=%APP_VERSION%&amp;dist=rtmgmail" rel="nofollow">https://www.rememberthemilk.com/services/gmail/update.rtm?uid=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;application=%APP_ID%&amp;appversion=%APP_VERSION%&amp;dist=rtmgmail</a> &lt;/em&gt;</code><br />
<code>    &lt;em>chrome://rtmgmail/content/logo.png&lt;/em></code><br />
<code>&lt;em&gt;</code></p>
<p><code>    &lt;!--Prism--&gt;</code><br />
<code>    &lt;em&gt;prism@developer.mozilla.org&lt;/em&gt;</code><br />
<code>    &lt;em>0.1&lt;/em&gt;</code><br />
<code>    &lt;em>10.0&lt;/em&gt;</code></p>
<p><code>    &lt;/em&gt;    </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-997</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 07 Apr 2008 13:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-997</guid>
		<description>tehmiller,
The only thing I can think of with regard to Greasemonkey scripts and keystrokes is try installing/defining the webapp with option of enabling navigation keys. The Prism team have future plans on enabling more Greasemonkey-like custom scripting support in the future, and they also want to make per/app css support a priority - so it makes sense that styling would work out of the box.

For now, you could always try working custom scripts into the webapp.js file included in the webapp bundle (&lt;a href="http://wiki.mozilla.org/Prism/Scripting" rel="nofollow"&gt;http://wiki.mozilla.org/Prism/Scripting&lt;/a&gt;)</description>
		<content:encoded><![CDATA[<p>tehmiller,<br />
The only thing I can think of with regard to Greasemonkey scripts and keystrokes is try installing/defining the webapp with option of enabling navigation keys. The Prism team have future plans on enabling more Greasemonkey-like custom scripting support in the future, and they also want to make per/app css support a priority - so it makes sense that styling would work out of the box.</p>
<p>For now, you could always try working custom scripts into the webapp.js file included in the webapp bundle (<a href="http://wiki.mozilla.org/Prism/Scripting" rel="nofollow">http://wiki.mozilla.org/Prism/Scripting</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-996</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 07 Apr 2008 12:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-996</guid>
		<description>&lt;blockquote&gt;&lt;code&gt;Wow that worked spectacularly badly.&lt;/code&gt;&lt;/blockquote&gt;

I'd have to wholeheartedly agree, sorry 'bout that. Wordpress isn't the greatest when it comes to handling "in-post" code...

Fixed it though!</description>
		<content:encoded><![CDATA[<blockquote><p><code>Wow that worked spectacularly badly.</code></p></blockquote>
<p>I&#8217;d have to wholeheartedly agree, sorry &#8217;bout that. Wordpress isn&#8217;t the greatest when it comes to handling &#8220;in-post&#8221; code&#8230;</p>
<p>Fixed it though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tehmiller</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-994</link>
		<dc:creator>tehmiller</dc:creator>
		<pubDate>Mon, 07 Apr 2008 02:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-994</guid>
		<description>It seems that addons that harvest keystrokes, such as Greasemonkey, won't perform this function in Prism currently, I've managed to get Stylish and Greasemonkey installed and running with little problem on Prism 0.9 (running nightlies of xulrunner), but things like the Modified Gmail Macros scripts won't work at all in Prism, even though page modification scripts work fine, anyone have any interesting tidbits on this?</description>
		<content:encoded><![CDATA[<p>It seems that addons that harvest keystrokes, such as Greasemonkey, won&#8217;t perform this function in Prism currently, I&#8217;ve managed to get Stylish and Greasemonkey installed and running with little problem on Prism 0.9 (running nightlies of xulrunner), but things like the Modified Gmail Macros scripts won&#8217;t work at all in Prism, even though page modification scripts work fine, anyone have any interesting tidbits on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bullock</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-992</link>
		<dc:creator>David Bullock</dc:creator>
		<pubDate>Sun, 06 Apr 2008 21:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-992</guid>
		<description>Wow that worked spectacularly badly.

	&#60;!-- Prism --&#62;
	&#60;em:targetApplication&#62;
		&#60;Description&#62;
		&#60;em:id&#62;prism@developer.mozilla.org&#60;/em:id&#62;
		&#60;em:minVersion&#62;0.1&#60;/em:minVersion&#62;
		&#60;em:maxVersion&#62;10.0&#60;/em:maxVersion&#62;
		&#60;/Description&#62;
	&#60;/em:targetApplication&#62;</description>
		<content:encoded><![CDATA[<p>Wow that worked spectacularly badly.</p>
<p>	&lt;!&#8211; Prism &#8211;&gt;<br />
	&lt;em:targetApplication&gt;<br />
		&lt;Description&gt;<br />
		&lt;em:id&gt;prism@developer.mozilla.org&lt;/em:id&gt;<br />
		&lt;em:minVersion&gt;0.1&lt;/em:minVersion&gt;<br />
		&lt;em:maxVersion&gt;10.0&lt;/em:maxVersion&gt;<br />
		&lt;/Description&gt;<br />
	&lt;/em:targetApplication&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bullock</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-991</link>
		<dc:creator>David Bullock</dc:creator>
		<pubDate>Sun, 06 Apr 2008 21:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-991</guid>
		<description>Your posting on April 4th got me set.

I didn't replace firefox however, I added a new entry on the latest install.rdf for Adblock Plus among the other entries for Flock, Sunbird, etc.

&#160;&#160;&#60;!-- Flock --&#62;
&#160;&#160;&#160;&#160;&#60;em&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;em&#62;{a463f10c-3994-11da-9945-000d60ca027b}&#60;/em&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;em&gt;0.5&#60;/em&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;em&gt;1.0+&#60;/em&#62;
&#160;&#160;&#160;&#160;&#60;/em&#62;
&#160;&#160;&#60;!-- Prism --&#62;
&#160;&#160;&#160;&#160;&#60;em&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;em&#62;prism@developer.mozilla.org&#60;/em&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;em&#62;0.1&#60;/em&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;em&#62;10.0&#60;/em&#62;
&#160;&#160;&#160;&#160;&#60;/em&#62;
&#160;&#160;&#60;!-- Songbird --&#62;
&#160;&#160;&#160;&#160;&#60;em&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;em&#62;songbird@songbirdnest.com&#60;/em&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;em&#62;0.2&#60;/em&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;em&#62;0.3&#60;/em&#62;
&#160;&#160;&#160;&#160;&#60;/em&#62;</description>
		<content:encoded><![CDATA[<p>Your posting on April 4th got me set.</p>
<p>I didn&#8217;t replace firefox however, I added a new entry on the latest install.rdf for Adblock Plus among the other entries for Flock, Sunbird, etc.</p>
<p>&nbsp;&nbsp;&lt;!&#8211; Flock &#8211;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;{a463f10c-3994-11da-9945-000d60ca027b}&lt;/em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em>0.5&lt;/em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em>1.0+&lt;/em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/em&gt;<br />
&nbsp;&nbsp;&lt;!&#8211; Prism &#8211;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;prism@developer.mozilla.org&lt;/em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;0.1&lt;/em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;10.0&lt;/em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/em&gt;<br />
&nbsp;&nbsp;&lt;!&#8211; Songbird &#8211;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;songbird@songbirdnest.com&lt;/em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;0.2&lt;/em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em&gt;0.3&lt;/em&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/em&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create Distraction-Free, Customized Webapps with Prism [Feature] &#183; TechBlogger</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-988</link>
		<dc:creator>Create Distraction-Free, Customized Webapps with Prism [Feature] &#183; TechBlogger</dc:creator>
		<pubDate>Sat, 05 Apr 2008 01:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-988</guid>
		<description>[...] are no official Prism-accepted extensions&#8212;but a few handy hackers have figured out how to make some Firefox add-ons work in Prism. The trick involves modifying a configuration file and seems to work mostly with smaller, [...]</description>
		<content:encoded><![CDATA[<p>[...] are no official Prism-accepted extensions&mdash;but a few handy hackers have figured out how to make some Firefox add-ons work in Prism. The trick involves modifying a configuration file and seems to work mostly with smaller, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kris</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-987</link>
		<dc:creator>kris</dc:creator>
		<pubDate>Sat, 05 Apr 2008 00:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-987</guid>
		<description>Ah HA! Caught with my pants down! I haven't been upgrading enough and it looks like I may have over looked updating this how to. Thanks for catching me!

OK, if you're an extension, the way you tell whatever your being used in (be it Firefox, Thunderbird, Prism, etc) about what you're intended to be used with is by setting:

&lt;code&gt;&#60;em:targetApplication RDF:resource="rdf:#$djS7s"/&#62;&lt;/code&gt;

So, you need to look for that in the install.rdf between the first RDF tags for both extensions and change it to:

&lt;code&gt;&#60;em:targetApplication RDF:resource="prism"/&#62;&lt;/code&gt;

Then under the second RDF section you'll see:

&lt;code&gt;   &#60;!--Firefox--&#62;&lt;/code&gt;
&lt;code&gt;  &#60;RDF:Description RDF:about="rdf:#$djS7s"&lt;/code&gt;
&lt;code&gt;                   em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"&lt;/code&gt;
&lt;code&gt;                   em:minVersion="0.8"&lt;/code&gt;
&lt;code&gt;                   em:maxVersion="2.0.0.*" /&#62;&lt;/code&gt;
&lt;code&gt;&#60;/RDF:RDF&#62;&lt;/code&gt;

Which should be changed to:

&lt;code&gt;   &#60;!--Prism--&#62;&lt;/code&gt;
&lt;code&gt;  &#60;RDF:Description RDF:about="prism"&lt;/code&gt;
&lt;code&gt;                   em:id="prism@developer.mozilla.org"&lt;/code&gt;
&lt;code&gt;                   em:minVersion="0.1"&lt;/code&gt;
&lt;code&gt;                   em:maxVersion="10.0" /&gt;&lt;/code&gt;
&lt;code&gt;&#60;/RDF:Description&#62;&lt;/code&gt;

&lt;a rel="lightbox" href="http://www.luckydisasters.com/wp-content/uploads/prismextensions.png" rel="nofollow"&gt; &lt;img src="http://www.luckydisasters.com/wp-content/uploads/prismextensions.png" alt="prism screen cap" style="width:200px;height:150px;" /&gt;&lt;/a&gt;

Hope that helps! Guess I'll have to update the post soon...</description>
		<content:encoded><![CDATA[<p>Ah HA! Caught with my pants down! I haven&#8217;t been upgrading enough and it looks like I may have over looked updating this how to. Thanks for catching me!</p>
<p>OK, if you&#8217;re an extension, the way you tell whatever your being used in (be it Firefox, Thunderbird, Prism, etc) about what you&#8217;re intended to be used with is by setting:</p>
<p><code>&lt;em:targetApplication RDF:resource="rdf:#$djS7s"/&gt;</code></p>
<p>So, you need to look for that in the install.rdf between the first RDF tags for both extensions and change it to:</p>
<p><code>&lt;em:targetApplication RDF:resource="prism"/&gt;</code></p>
<p>Then under the second RDF section you&#8217;ll see:</p>
<p><code>   &lt;!--Firefox--&gt;</code><br />
<code>  &lt;RDF:Description RDF:about="rdf:#$djS7s"</code><br />
<code>                   em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"</code><br />
<code>                   em:minVersion="0.8"</code><br />
<code>                   em:maxVersion="2.0.0.*" /&gt;</code><br />
<code>&lt;/RDF:RDF&gt;</code></p>
<p>Which should be changed to:</p>
<p><code>   &lt;!--Prism--&gt;</code><br />
<code>  &lt;RDF:Description RDF:about="prism"</code><br />
<code>                   em:id="prism@developer.mozilla.org"</code><br />
<code>                   em:minVersion="0.1"</code><br />
<code>                   em:maxVersion="10.0" /></code><br />
<code>&lt;/RDF:Description&gt;</code></p>
<p><a rel="lightbox" href="http://www.luckydisasters.com/wp-content/uploads/prismextensions.png" rel="nofollow"> <img src="http://www.luckydisasters.com/wp-content/uploads/prismextensions.png" alt="prism screen cap" style="width:200px;height:150px;" /></a></p>
<p>Hope that helps! Guess I&#8217;ll have to update the post soon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xxdesmus</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-986</link>
		<dc:creator>xxdesmus</dc:creator>
		<pubDate>Fri, 04 Apr 2008 23:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-986</guid>
		<description>Unless I am missing something very obvious, none of these tricks seem to be working with Prism v0.9

I can't seem to get Better GCal or Better Gmail 2 to load correctly. Any hints/ideas? 

Thanks so much.</description>
		<content:encoded><![CDATA[<p>Unless I am missing something very obvious, none of these tricks seem to be working with Prism v0.9</p>
<p>I can&#8217;t seem to get Better GCal or Better Gmail 2 to load correctly. Any hints/ideas? </p>
<p>Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-946</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Mon, 18 Feb 2008 13:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-946</guid>
		<description>Thanks for the tip hleen, you can also do something similar for webrunner and prism for the about:config page or any chrome element you know the chrome address for:

"PATH\TO\WEBRUNNER\webrunner.exe" -uri about:config

"PATH\TO\PRISM\prism.exe" -uri about:config</description>
		<content:encoded><![CDATA[<p>Thanks for the tip hleen, you can also do something similar for webrunner and prism for the about:config page or any chrome element you know the chrome address for:</p>
<p>&#8220;PATH\TO\WEBRUNNER\webrunner.exe&#8221; -uri about:config</p>
<p>&#8220;PATH\TO\PRISM\prism.exe&#8221; -uri about:config</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hleen</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-945</link>
		<dc:creator>hleen</dc:creator>
		<pubDate>Mon, 18 Feb 2008 09:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-945</guid>
		<description>Or use this command-line:
"prism.exe" -uri "chrome://mozapps/content/extensions/extensions.xul"</description>
		<content:encoded><![CDATA[<p>Or use this command-line:<br />
&#8220;prism.exe&#8221; -uri &#8220;chrome://mozapps/content/extensions/extensions.xul&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: realgt</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-737</link>
		<dc:creator>realgt</dc:creator>
		<pubDate>Mon, 17 Dec 2007 15:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-737</guid>
		<description>Hey, thanks for the info, i got adblock to work in prism (not adblock plus) with the filterset.g updater.

its actually pretty simple to expose the plugin/theme/extension interface within prism, you can do this by opening the DOM inspector, then in the address bar go to this URI: 

chrome://mozapps/content/extensions/extensions.xul</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the info, i got adblock to work in prism (not adblock plus) with the filterset.g updater.</p>
<p>its actually pretty simple to expose the plugin/theme/extension interface within prism, you can do this by opening the DOM inspector, then in the address bar go to this URI: </p>
<p>chrome://mozapps/content/extensions/extensions.xul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-254</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Thu, 01 Nov 2007 15:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-254</guid>
		<description>Hmm...

I've had problems doing this with some extensions. After experimenting with the Greasemonkey extension a bit I found this works:
Replace:
&#160;&#160;&#160;&#160;&#60;em:targetApplication&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;Description&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:id&#62;{ec8030f7-c20a-464f-9b0e-13a3a9e97384}&#60;/em:id&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:minVersion&#62;1.5&#60;/em:minVersion&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:maxVersion&#62;2.0.0.*&#60;/em:maxVersion&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;/Description&#62;
&#160;&#160;&#160;&#160;&#60;/em:targetApplication&#62;

with:
&#160;&#160;&#160;&#160;&#60;em:targetApplication&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;!&lt;code&gt;--&lt;/code&gt; WebRunner &lt;code&gt;--&lt;/code&gt;&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;Description&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:id&#62;webrunner@developer.mozilla.org&#60;/em:id&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:minVersion&#62;0.1&#60;/em:minVersion&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;em:maxVersion&#62;10.0&#60;/em:maxVersion&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;/Description&#62;
&#160;&#160;&#160;&#160;&#60;/em:targetApplication&#62;

I'm not sure what the problem was, but I just can't think that it was the commented "WebRunner" that fixed it. I'll do some more experimenting and if I find what exactly the problem was I'll edit the post. Till then, if anyone has a problem with the instructions in the post, just use the above code as the replacement...</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;</p>
<p>I&#8217;ve had problems doing this with some extensions. After experimenting with the Greasemonkey extension a bit I found this works:<br />
Replace:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:targetApplication&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Description&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:id&gt;{ec8030f7-c20a-464f-9b0e-13a3a9e97384}&lt;/em:id&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:minVersion&gt;1.5&lt;/em:minVersion&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:maxVersion&gt;2.0.0.*&lt;/em:maxVersion&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Description&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/em:targetApplication&gt;</p>
<p>with:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:targetApplication&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!<code>--</code> WebRunner <code>--</code>&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Description&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:id&gt;webrunner@developer.mozilla.org&lt;/em:id&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:minVersion&gt;0.1&lt;/em:minVersion&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;em:maxVersion&gt;10.0&lt;/em:maxVersion&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Description&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/em:targetApplication&gt;</p>
<p>I&#8217;m not sure what the problem was, but I just can&#8217;t think that it was the commented &#8220;WebRunner&#8221; that fixed it. I&#8217;ll do some more experimenting and if I find what exactly the problem was I&#8217;ll edit the post. Till then, if anyone has a problem with the instructions in the post, just use the above code as the replacement&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jorge</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-253</link>
		<dc:creator>jorge</dc:creator>
		<pubDate>Thu, 01 Nov 2007 05:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comment-253</guid>
		<description>Has anyone gotten GreaseMonkey to work using the tips in this post?</description>
		<content:encoded><![CDATA[<p>Has anyone gotten GreaseMonkey to work using the tips in this post?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
