diff options
Diffstat (limited to 'data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button.xul')
-rw-r--r-- | data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button.xul | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button.xul b/data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button.xul index 6ba0810..2736b66 100644 --- a/data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button.xul +++ b/data/extensions/https-everywhere-eff@eff.org/chrome/content/toolbar_button.xul @@ -53,6 +53,7 @@ <menuitem type="checkbox" id="https-everywhere-counter-item" label="&https-everywhere.menu.showCounter;" oncommand="httpsEverywhere.toolbarButton.toggleShowCounter()" class="hide-on-disable"/> <menuseparator /> + <menuitem label="&https-everywhere.menu.donate_eff_imperative;" command="https-everywhere-menuitem-donate-eff-imperative" /> <menuitem label="&https-everywhere.menu.observatory;" command="https-everywhere-menuitem-observatory" /> <menuitem label="&https-everywhere.menu.about;" command="https-everywhere-menuitem-about" /> </menupopup> @@ -67,12 +68,14 @@ oncommand="toggleEnabledState();" /> <command id="https-everywhere-menuitem-viewAllRules" oncommand="open_in_tab('https://www.eff.org/https-everywhere/atlas/');" /> + <command id="https-everywhere-menuitem-donate-eff-imperative" + oncommand="open_in_tab('https://supporters.eff.org/donate/support-https-everywhere');" /> <command id="https-everywhere-menuitem-about" - oncommand="HTTPSEverywhere.chrome_opener('chrome://https-everywhere/content/about.xul');" /> + oncommand="httpse_chrome_opener('chrome://https-everywhere/content/about.xul');" /> <command id="https-everywhere-menuitem-observatory" - oncommand="HTTPSEverywhere.chrome_opener('chrome://https-everywhere/content/observatory-preferences.xul', 'chrome,centerscreen,resizable=yes');" /> + oncommand="httpse_chrome_opener('chrome://https-everywhere/content/observatory-preferences.xul', 'chrome,centerscreen,resizable=yes');" /> <command id="https-everywhere-menuitem-donate-eff" - oncommand="open_in_tab('https://www.eff.org/donate');" /> + oncommand="open_in_tab('https://supporters.eff.org/donate/support-https-everywhere');" /> <command id="https-everywhere-menuitem-donate-tor" oncommand="open_in_tab('https://www.torproject.org/donate');" /> <command id="https-everywhere-menuitem-ruleset-tests" |