Index: background.js |
=================================================================== |
--- a/background.js |
+++ b/background.js |
@@ -103,9 +103,6 @@ |
// Adds or removes browser action icon according to options. |
function refreshIconAndContextMenu(tab) |
{ |
- if(!/^https?:/.test(tab.url)) |
- return; |
Sebastian Noack
2014/02/27 14:41:47
This relic from the time were we used page instead
|
- |
var iconFilename; |
if (require("info").platform == "safari") |
// There is no grayscale version of the icon for whitelisted tabs |