Index: background.js |
=================================================================== |
--- a/background.js |
+++ b/background.js |
@@ -82,7 +82,6 @@ |
localStorage[opt] = val; |
} |
- defaultOptionValue("shouldShowIcon", "true"); |
defaultOptionValue("shouldShowBlockElementMenu", "true"); |
removeDeprecatedOptions(); |
@@ -134,11 +133,6 @@ |
iconAnimation.registerTab(tab, iconFilename); |
- if (localStorage.shouldShowIcon == "false") |
- tab.browserAction.hide(); |
- else |
- tab.browserAction.show(); |
- |
if (require("info").platform == "chromium") // TODO: Implement context menus for Safari |
// Set context menu status according to whether current tab has whitelisted domain |
if (excluded) |