Skip to content

Commit

Permalink
Added websites submenu to monkey menu for #1684
Browse files Browse the repository at this point in the history
  • Loading branch information
LWChris committed Jan 29, 2013
1 parent cab90d4 commit 21ba70d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/browser.xul
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,26 @@
type="checkbox"
command="gm_toggle_checked"/>
<menuseparator />
<menu
accesskey="&menu.websites.accesskey;"
label="&menu.websites;"
>
<menupopup>
<menuitem
label="&menu.websites.greasespot;"
oncommand="GM_BrowserUI.openTab('http://greasespot.net/');" />
<menuitem
label="&menu.websites.greasespotwiki;"
oncommand="GM_BrowserUI.openTab('http://wiki.greasespot.net/');" />
<menuitem
label="&menu.websites.manual;"
oncommand="GM_BrowserUI.openTab('http://wiki.greasespot.net/Greasemonkey_Manual');" />
<menuitem
label="&menu.websites.userscripts;"
oncommand="GM_BrowserUI.openTab('http://userscripts.org/');" />
</menupopup>
</menu>
<menuseparator />
<menuitem
accesskey="&menu.options.accesskey;"
label="&menu.options;"
Expand Down

0 comments on commit 21ba70d

Please sign in to comment.