<?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: Prevent Annoying Websites From Messing With the Right-Click Menu in Firefox</title>
	<atom:link href="http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:11:35 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Izkata</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-67521</link>
		<dc:creator>Izkata</dc:creator>
		<pubDate>Tue, 24 Feb 2009 04:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-67521</guid>
		<description>Alternatively, most sites that do the alert popup do it in such a way that the right-click event goes undetected by the script if you do it a slightly different way:

*Hold the left mouse button
*Press and hold the right mouse button
*Release the left
*Release the right</description>
		<content:encoded><![CDATA[<p>Alternatively, most sites that do the alert popup do it in such a way that the right-click event goes undetected by the script if you do it a slightly different way:</p>
<p>*Hold the left mouse button<br />
*Press and hold the right mouse button<br />
*Release the left<br />
*Release the right</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: null</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-67510</link>
		<dc:creator>null</dc:creator>
		<pubDate>Tue, 24 Feb 2009 01:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-67510</guid>
		<description>I use NoScript with Firefox for this. It was originally a security thing, but I&#039;ve found it&#039;s now more for convenience, allowing me to disable annoying javascripts while allowing ones that are useful (e.g. GoogleDocs) through</description>
		<content:encoded><![CDATA[<p>I use NoScript with Firefox for this. It was originally a security thing, but I&#8217;ve found it&#8217;s now more for convenience, allowing me to disable annoying javascripts while allowing ones that are useful (e.g. GoogleDocs) through</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bassmadrigal</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-65577</link>
		<dc:creator>bassmadrigal</dc:creator>
		<pubDate>Mon, 26 Jan 2009 00:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-65577</guid>
		<description>I have always used a bookmarklet. It is just some javascript code which will restore the context menu that you save as a bookmarklet.

I added it below, but I am not sure if it will allow it to be posted.

javascript:(function()%20{%20function%20R(a){ona%20=%20%22on%22+a;%20if(window.addEventListener)%20window.addEventListener(a,%20function%20(e)%20{%20for(var%20n=e.originalTarget;%20n;%20n=n.parentNode)%20n[ona]=null;%20},%20true);%20window[ona]=null;%20document[ona]=null;%20if(document.body)%20document.body[ona]=null;%20}%20R(%22contextmenu%22);%20R(%22click%22);%20R(%22mousedown%22);%20R(%22mouseup%22);%20})()

I also have more that I found at this website
https://www.squarefree.com/bookmarklets/

I just created a folder on my bookmarks toolbar, and just dragged the bookmarklets that I wanted into it. Some of them can be extremely handy.</description>
		<content:encoded><![CDATA[<p>I have always used a bookmarklet. It is just some javascript code which will restore the context menu that you save as a bookmarklet.</p>
<p>I added it below, but I am not sure if it will allow it to be posted.</p>
<p>javascript:(function()%20{%20function%20R(a){ona%20=%20%22on%22+a;%20if(window.addEventListener)%20window.addEventListener(a,%20function%20(e)%20{%20for(var%20n=e.originalTarget;%20n;%20n=n.parentNode)%20n[ona]=null;%20},%20true);%20window[ona]=null;%20document[ona]=null;%20if(document.body)%20document.body[ona]=null;%20}%20R(%22contextmenu%22);%20R(%22click%22);%20R(%22mousedown%22);%20R(%22mouseup%22);%20})()</p>
<p>I also have more that I found at this website<br />
<a href="https://www.squarefree.com/bookmarklets/" rel="nofollow">https://www.squarefree.com/bookmarklets/</a></p>
<p>I just created a folder on my bookmarks toolbar, and just dragged the bookmarklets that I wanted into it. Some of them can be extremely handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joyce</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-65563</link>
		<dc:creator>Joyce</dc:creator>
		<pubDate>Sun, 25 Jan 2009 19:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-65563</guid>
		<description>Disabling right click sends the message, &quot;We think you&#039;re too stupid to figure out how to get access to our images and source code.&quot;  That&#039;s all that does. If anyone doesn&#039;t want stuff  &quot;stolen&quot; then they need to never put it on the internet to begin with. Disabling right click is the silliest thing since pet rocks.</description>
		<content:encoded><![CDATA[<p>Disabling right click sends the message, &#8220;We think you&#8217;re too stupid to figure out how to get access to our images and source code.&#8221;  That&#8217;s all that does. If anyone doesn&#8217;t want stuff  &#8220;stolen&#8221; then they need to never put it on the internet to begin with. Disabling right click is the silliest thing since pet rocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syahid A</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-65532</link>
		<dc:creator>Syahid A</dc:creator>
		<pubDate>Sun, 25 Jan 2009 13:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-65532</guid>
		<description>Sweet! I don&#039;t know that we can do that in FF!</description>
		<content:encoded><![CDATA[<p>Sweet! I don&#8217;t know that we can do that in FF!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-65304</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 22 Jan 2009 05:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-65304</guid>
		<description>Thanks for the tip. Mine was already properly adjusted through the use of the Configuration Mania add-on. 

How about preventing websites from blocking access to the clipboard?</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. Mine was already properly adjusted through the use of the Configuration Mania add-on. </p>
<p>How about preventing websites from blocking access to the clipboard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lilsting10</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-65243</link>
		<dc:creator>lilsting10</dc:creator>
		<pubDate>Wed, 21 Jan 2009 14:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-65243</guid>
		<description>SWEET! I hate websites that resize your brower windows, I never even realised that option was built into FF3. Thank you.</description>
		<content:encoded><![CDATA[<p>SWEET! I hate websites that resize your brower windows, I never even realised that option was built into FF3. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bailey</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-65213</link>
		<dc:creator>Bailey</dc:creator>
		<pubDate>Wed, 21 Jan 2009 01:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-65213</guid>
		<description>And for those of us who want to keep our customized Google Docs context menu, there&#039;s a simple solution. Get Firebug for Firefox and use it to delete the right click script on your computer&#039;s local copy. Alternatively (and I prefer), you can Adblock the script (if it&#039;s external) that has the right click disbaling function. (Hey Mozilla, here something to add to FF 3.1...Be able to specify advanced JS options individually for each site, yet still have the global options!)</description>
		<content:encoded><![CDATA[<p>And for those of us who want to keep our customized Google Docs context menu, there&#8217;s a simple solution. Get Firebug for Firefox and use it to delete the right click script on your computer&#8217;s local copy. Alternatively (and I prefer), you can Adblock the script (if it&#8217;s external) that has the right click disbaling function. (Hey Mozilla, here something to add to FF 3.1&#8230;Be able to specify advanced JS options individually for each site, yet still have the global options!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-65192</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Tue, 20 Jan 2009 18:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-65192</guid>
		<description>It also really messes up disabled peoples accessibility add ons and / or special browsers. I will let my disabled user groups know about this - another excuse to get everyone onto firefox ;)</description>
		<content:encoded><![CDATA[<p>It also really messes up disabled peoples accessibility add ons and / or special browsers. I will let my disabled user groups know about this &#8211; another excuse to get everyone onto firefox <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Big Dan</title>
		<link>http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/comment-page-1/#comment-65173</link>
		<dc:creator>Big Dan</dc:creator>
		<pubDate>Tue, 20 Jan 2009 13:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/internet/prevent-annoying-websites-from-messing-with-the-right-click-menu-in-firefox/#comment-65173</guid>
		<description>I cannot tell you how many times I&#039;ve had that annoyance come up. Not that I&#039;m going around the net stealing page source or images. I have &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1941&quot; rel=&quot;nofollow&quot;&gt;Hyperwords&lt;/a&gt; installed and need my right click menu to work. 

What always irks me is it in no way protects the source in Firefox Ctrl + U brings up the source in a new window, additionally Ctrl + F (find) brings up a search box to find what you want in the source. Similar functionaliy is available in every browser. 

Really the right click disable scripts do nothing but annoy technically adept users.</description>
		<content:encoded><![CDATA[<p>I cannot tell you how many times I&#8217;ve had that annoyance come up. Not that I&#8217;m going around the net stealing page source or images. I have <a href="https://addons.mozilla.org/en-US/firefox/addon/1941" rel="nofollow">Hyperwords</a> installed and need my right click menu to work. </p>
<p>What always irks me is it in no way protects the source in Firefox Ctrl + U brings up the source in a new window, additionally Ctrl + F (find) brings up a search box to find what you want in the source. Similar functionaliy is available in every browser. </p>
<p>Really the right click disable scripts do nothing but annoy technically adept users.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.127 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-21 19:24:53 -->
