Published 2002-09-13 21:52:00
#cd /usr/lib/mozilla/chromeAdd this in..
#mkdir comm
#cd comm
#unzip ../comm.jar
#nedit (or vi or whaterver) content/communicator/contentAreaContextOverlay.xul
<menuitem id="context-editlink"after the
label="Open Link in Editor"
oncommand="urlSecurityCheck( gContextMenu.linkURL(), window.document );
editPage( gContextMenu.linkURL(), window, false );"/>
<menuitem id="context-openlinkintab"Save your changes.
label="&openLinkCmdInTab.label;"
accesskey="&openLinkCmdInTab.accesskey;"
oncommand="gContextMenu.openLinkInTab();"/>
#zip -r ../comm.jar *