<?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: Tweaking: Edit Firefox Context Menu</title>
	<atom:link href="http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/</link>
	<description>Windows and Apple Club</description>
	<lastBuildDate>Tue, 08 May 2012 22:38:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: emreka</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-11757</link>
		<dc:creator>emreka</dc:creator>
		<pubDate>Sun, 15 May 2011 11:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-11757</guid>
		<description>You might want to check userstyles.com (assuming you have stylish addon installed.), there are lots of context menu modifications(with this very same method). I managed to make my own, combining a few of them and I&#039;m pretty happy about it. Also, with stylish you can see the affects immediately, you can add the codes to your userchrome.css later after testing with stylish.
Another thing, most decent addons like flashgot, tab mix plus, imagezoom etc. have options to hide their context menu entries.Check your addon options.</description>
		<content:encoded><![CDATA[<p>You might want to check userstyles.com (assuming you have stylish addon installed.), there are lots of context menu modifications(with this very same method). I managed to make my own, combining a few of them and I&#8217;m pretty happy about it. Also, with stylish you can see the affects immediately, you can add the codes to your userchrome.css later after testing with stylish.<br />
Another thing, most decent addons like flashgot, tab mix plus, imagezoom etc. have options to hide their context menu entries.Check your addon options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pokemon</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-6315</link>
		<dc:creator>pokemon</dc:creator>
		<pubDate>Fri, 21 Jan 2011 07:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-6315</guid>
		<description>Great! Thanks a lot!
btw, i cannot remove the seperator line under Select All, what is problem with that?</description>
		<content:encoded><![CDATA[<p>Great! Thanks a lot!<br />
btw, i cannot remove the seperator line under Select All, what is problem with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mad Geek</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-2810</link>
		<dc:creator>Mad Geek</dc:creator>
		<pubDate>Wed, 10 Nov 2010 10:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-2810</guid>
		<description>#context-cut, #context-paste
{
display: none !important;
}

will work fine.

Answering your second question, there is already a menu item name &quot;Send Link...&quot; which did almost the same as you want.

May be if you can look after its working than it may help you or if you can send me the code of your IE code than by looking at it I may get some idea to how to this.</description>
		<content:encoded><![CDATA[<p>#context-cut, #context-paste<br />
{<br />
display: none !important;<br />
}</p>
<p>will work fine.</p>
<p>Answering your second question, there is already a menu item name &#8220;Send Link&#8230;&#8221; which did almost the same as you want.</p>
<p>May be if you can look after its working than it may help you or if you can send me the code of your IE code than by looking at it I may get some idea to how to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AKLeeAnn</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-2809</link>
		<dc:creator>AKLeeAnn</dc:creator>
		<pubDate>Wed, 10 Nov 2010 09:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-2809</guid>
		<description>I was using Frontpage to edit my text.  Even though it looked like text, it must have some hidden codes in it.  Once I retyped it using Notebook, your code work fine.  Once I figured that out, I have spent hours looking for how to add to the context menu.  There are zillions of examples for hiding and removing items.

A simple one would be cut or paste, but I&#039;m not sure of the syntax, simple as it might be.  I am not sure how to punctuate it.
#context-cut
#context-paste

But what I really want to do is add a context menu item to send a link to a specific email address.  I can do it in IE with code in an html file referenced by regedit.  But I am disgusted with IE and am trying to have everything I like about it available in Firefox.

Would appreciate your insights on adding to the context menu.  I might add, that Menu Editor add-in did not work at all for me, but even if it did, I did not see how to add a specific email address to send link.

Thanks!</description>
		<content:encoded><![CDATA[<p>I was using Frontpage to edit my text.  Even though it looked like text, it must have some hidden codes in it.  Once I retyped it using Notebook, your code work fine.  Once I figured that out, I have spent hours looking for how to add to the context menu.  There are zillions of examples for hiding and removing items.</p>
<p>A simple one would be cut or paste, but I&#8217;m not sure of the syntax, simple as it might be.  I am not sure how to punctuate it.<br />
#context-cut<br />
#context-paste</p>
<p>But what I really want to do is add a context menu item to send a link to a specific email address.  I can do it in IE with code in an html file referenced by regedit.  But I am disgusted with IE and am trying to have everything I like about it available in Firefox.</p>
<p>Would appreciate your insights on adding to the context menu.  I might add, that Menu Editor add-in did not work at all for me, but even if it did, I did not see how to add a specific email address to send link.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mad Geek</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-2808</link>
		<dc:creator>Mad Geek</dc:creator>
		<pubDate>Wed, 10 Nov 2010 06:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-2808</guid>
		<description>Please check are you saving this code in userChrome.css file or userChrome-example file.

Only codes saved in userChrome.css will work.</description>
		<content:encoded><![CDATA[<p>Please check are you saving this code in userChrome.css file or userChrome-example file.</p>
<p>Only codes saved in userChrome.css will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AKLeeAnn</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-2807</link>
		<dc:creator>AKLeeAnn</dc:creator>
		<pubDate>Wed, 10 Nov 2010 06:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-2807</guid>
		<description>Love the thought of this but cannot get it to work.  I am using Windows 7 64-bit with Firefox 32-bit, but I don&#039;t think that should be a problem.  I also tried Menu_Editor add_in without it doing anything so it might be the same issue.  I like being able to totally customize the browser and was quite excited about trying out your code.  Any thoughts on why my right-click menu is unaffected by this code?  I am sure the file is named properly and is in the right location according to your instructions, except my profile.default folder has a different unique name.

Code used to remove back button &amp; view background image:
@namespace url(&quot;http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul&quot;);

#back-button[disabled=&quot;true&quot;] {display: none!important;}

#context-viewbgimage,
#context-sep-viewbgimage {display: none !important;}

Thank you!</description>
		<content:encoded><![CDATA[<p>Love the thought of this but cannot get it to work.  I am using Windows 7 64-bit with Firefox 32-bit, but I don&#8217;t think that should be a problem.  I also tried Menu_Editor add_in without it doing anything so it might be the same issue.  I like being able to totally customize the browser and was quite excited about trying out your code.  Any thoughts on why my right-click menu is unaffected by this code?  I am sure the file is named properly and is in the right location according to your instructions, except my profile.default folder has a different unique name.</p>
<p>Code used to remove back button &amp; view background image:<br />
@namespace url(&#8220;http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul&#8221;);</p>
<p>#back-button[disabled="true"] {display: none!important;}</p>
<p>#context-viewbgimage,<br />
#context-sep-viewbgimage {display: none !important;}</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mad Geek</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-2806</link>
		<dc:creator>Mad Geek</dc:creator>
		<pubDate>Fri, 26 Feb 2010 06:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-2806</guid>
		<description>Thanks @All. I am glad that you all liked it</description>
		<content:encoded><![CDATA[<p>Thanks @All. I am glad that you all liked it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suhasini</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-2805</link>
		<dc:creator>Suhasini</dc:creator>
		<pubDate>Thu, 25 Feb 2010 18:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-2805</guid>
		<description>Hey this is really nice but needs lot of effort to do. very nice experiment and article by you.</description>
		<content:encoded><![CDATA[<p>Hey this is really nice but needs lot of effort to do. very nice experiment and article by you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mad Geek</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-2804</link>
		<dc:creator>Mad Geek</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-2804</guid>
		<description>@ RamKumar: It depend on the profile if you haven&#039;t created any profile than this effect can be seen by all i.e. default for everyone</description>
		<content:encoded><![CDATA[<p>@ RamKumar: It depend on the profile if you haven&#8217;t created any profile than this effect can be seen by all i.e. default for everyone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramkumar</title>
		<link>http://beingpc.com/2010/02/tweaking-edit-firefox-context-menu/#comment-2803</link>
		<dc:creator>Ramkumar</dc:creator>
		<pubDate>Wed, 24 Feb 2010 05:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://beingpc.com/?p=1756#comment-2803</guid>
		<description>This is strange isnt it, Firefox holds up name like userChrome.css, Sir is its related to the Personas you are using, or default to everyone?
.-= Ramkumar&#180;s last blog ..&lt;a href=&quot;http://www.bytechip.com/2010/02/feed-2/&quot; rel=&quot;nofollow&quot;&gt;Software to find number of RSS subscribers&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>This is strange isnt it, Firefox holds up name like userChrome.css, Sir is its related to the Personas you are using, or default to everyone?<br />
.-= Ramkumar&#180;s last blog ..<a href="http://www.bytechip.com/2010/02/feed-2/" rel="nofollow">Software to find number of RSS subscribers</a> =-.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

