<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: stop mozilla plugin prompt</title>
	<atom:link href="http://snarfed.org/stop_mozilla_plugin_prompt/feed" rel="self" type="application/rss+xml" />
	<link>http://snarfed.org</link>
	<description>Ryan Barrett&#039;s blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:20:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: corax</title>
		<link>http://snarfed.org/stop_mozilla_plugin_prompt#comment-1081</link>
		<dc:creator>corax</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/stop_mozilla_plugin_prompt#comment-1081</guid>
		<description>&lt;p&gt;Q: It seems like I have no libnullplugin.so. What do I do then?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Q: It seems like I have no libnullplugin.so. What do I do then?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: corax</title>
		<link>http://snarfed.org/stop_mozilla_plugin_prompt#comment-1082</link>
		<dc:creator>corax</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/stop_mozilla_plugin_prompt#comment-1082</guid>
		<description>&lt;p&gt;Looked into the original question in this thread. This is a better option.&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;about: config&lt;/p&gt;

&lt;hr class=&quot;line&quot;/&gt;

&lt;p&gt;&gt;
plugin.default_plugin_disabled&lt;/p&gt;

&lt;hr class=&quot;line&quot;/&gt;

&lt;p&gt;&gt;
Set value&lt;/p&gt;

&lt;hr class=&quot;line&quot;/&gt;

&lt;p&gt;&gt; False.&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;You may get another annoying prompt in the place of the other, now gone one. If so:&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;about:config&lt;/p&gt;

&lt;hr class=&quot;line&quot;/&gt;

&lt;p&gt;&gt; right-click and select New&lt;/p&gt;

&lt;hr class=&quot;line&quot;/&gt;

&lt;p&gt;&gt; choose integer.&lt;/p&gt;

&lt;hr class=&quot;line&quot;/&gt;

&lt;p&gt;&gt; privacy.popups.disable_from_plugins&lt;/p&gt;

&lt;hr class=&quot;line&quot;/&gt;

&lt;p&gt;&gt; set the value to 2.&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;
</description>
		<content:encoded><![CDATA[<p>Looked into the original question in this thread. This is a better option.</p>

<p class="paragraph"/>

<p>about: config</p>

<hr class="line"/>

<p>&#62;
plugin.default_plugin_disabled</p>

<hr class="line"/>

<p>&#62;
Set value</p>

<hr class="line"/>

<p>&#62; False.</p>

<p class="paragraph"/>

<p>You may get another annoying prompt in the place of the other, now gone one. If so:</p>

<p class="paragraph"/>

<p>about:config</p>

<hr class="line"/>

<p>&#62; right-click and select New</p>

<hr class="line"/>

<p>&#62; choose integer.</p>

<hr class="line"/>

<p>&#62; privacy.popups.disable_from_plugins</p>

<hr class="line"/>

<p>&#62; set the value to 2.</p>

<p class="paragraph"/>]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/stop_mozilla_plugin_prompt#comment-1083</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/stop_mozilla_plugin_prompt#comment-1083</guid>
		<description>&lt;p&gt;ooh, you&#039;re right, that is a much cleaner solution. thanks!&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;also, there are a few good
&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://greasemonkey.mozdev.org/&quot; rel=&quot;nofollow&quot;&gt;GreaseMonkey&lt;/a&gt;&lt;/span&gt;
scripts that address objects (usually movies) embedded in web pages.
&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://www.3dlights.de/grease/removeFlash.user.js&quot; rel=&quot;nofollow&quot;&gt;Remove Flash Objects&lt;/a&gt;&lt;/span&gt; does exactly that, and
&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://neugierig.org/software/greasemonkey/unembed.user.js&quot; rel=&quot;nofollow&quot;&gt;Unembed&lt;/a&gt;&lt;/span&gt;
shows a &quot;download&quot; link next to embedded movies.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ooh, you&#8217;re right, that is a much cleaner solution. thanks!</p>

<p class="paragraph"/>

<p>also, there are a few good
<span class="nobr"><a href="http://greasemonkey.mozdev.org/" rel="nofollow">GreaseMonkey</a></span>
scripts that address objects (usually movies) embedded in web pages.
<span class="nobr"><a href="http://www.3dlights.de/grease/removeFlash.user.js" rel="nofollow">Remove Flash Objects</a></span> does exactly that, and
<span class="nobr"><a href="http://neugierig.org/software/greasemonkey/unembed.user.js" rel="nofollow">Unembed</a></span>
shows a &#8220;download&#8221; link next to embedded movies.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pete</title>
		<link>http://snarfed.org/stop_mozilla_plugin_prompt#comment-1084</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/stop_mozilla_plugin_prompt#comment-1084</guid>
		<description>&lt;p&gt;when i click on [download] under a video clip on youtube it only downloads less than a gb of .swf of the movie and it can&#039;t be replayed how do i download it as .jpg or anything useful?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>when i click on [download] under a video clip on youtube it only downloads less than a gb of .swf of the movie and it can&#8217;t be replayed how do i download it as .jpg or anything useful?</p>]]></content:encoded>
	</item>
</channel>
</rss>

