billlmondei

About me

Developer Information
Name billlmondei
User since April 16, 2008
Number of add-ons developed 0 add-ons
Average rating of developer's add-ons Not yet rated

My Reviews

CuteMenus - Crystal SVG

Rated 5 out of 5 stars

Very cute indeed

This review is for a previous version of the add-on (1.9.2). 

Email This!

Rated 5 out of 5 stars

I don\'t use yahoo!, seamonkey and others, I only needed the gmail option, without the additional popup menu. Here is how to easily change the context menu so that the last entry will simply be Gmail this (alt+G):\r\nGo to the extentsion directory (C:\\Documents and Settings\\$YourName$\\Application Data\\Mozilla\\Firefox\\Profiles\\q1gnqmvo.default\\extensions)\r\nand enter the GmailThis extension dir (probably gmailthis@lazyrussian.com)\r\nNow enter the \'chrome\' dir. There you will see the gmailthis.jar file, which is the compilation of the addon, but you don\'t have to be a programmer to change it, since it is a simple archive, that you can open with WinRar. (Use \"open with\" option, since it won\'t open by WinRar if you simply double-click it).\r\nNow when it is opened in WinRar, goto \'content\' dir, there you will see the emailthis.xul file. It has the definitions for the mouse context menu. Open drag and drop the file to,say,desktop and open in text editor. Go to the end of the file, find the popup id="contentAreaContextMenu" section. Now simply remove all that annoying menus, and slightly edit the context menu - just replace the hole menu up to it closing tag - with the following code: (replace the [ and ] brackets with less and more signs)
[popup id="contentAreaContextMenu"]
[menuitem id="emailthis-menu" insertafter="Properties" label="Gmail This!" command="emailthis-gmail" accesskey="g" key="emailthis-key-gmail" /]
[/popup]
Here you go !

This review is for a previous version of the add-on (2.1.4).