Skip to content

Instantly share code, notes, and snippets.

@fujiwara
Created May 10, 2009 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fujiwara/109471 to your computer and use it in GitHub Desktop.
Save fujiwara/109471 to your computer and use it in GitHub Desktop.
--- browser.xul.orig 2009-05-08 23:29:02.000000000 +0900
+++ browser.xul 2009-05-10 11:05:38.000000000 +0900
@@ -1,26 +1,26 @@
<?xml version="1.0"?>
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<popup id="contentAreaContextMenu">
+ <menuseparator insertafter="placesMenu" />
<menuitem
class="menuitem-iconic"
- insertbefore="context-bookmarklink"
+ insertbefore="placesMenu"
label="Share"
id="tombloo-menu-share"
accesskey="J"/>
<menu
class="menu-iconic"
image="chrome://tombloo/skin/empty.png"
- insertbefore="context-bookmarklink"
+ insertbefore="placesMenu"
label="Share...">
<menupopup id="tombloo-menu-select"/>
</menu>
<menu
class="menuitem-iconic"
- insertbefore="context-bookmarklink"
+ insertbefore="placesMenu"
label="Tombloo" >
<menupopup id="tombloo-menu-action"/>
</menu>
- <menuseparator insertbefore="context-bookmarklink" />
</popup>
<menupopup id="menu_ToolsPopup">
<menu label="Tombloo" insertbefore="sanitizeSeparator">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment