diff --git a/background.js b/background.js index f44e7dc..ad5a3a4 100644 --- a/background.js +++ b/background.js @@ -17,7 +17,7 @@ function updateTab(info) { info.status !== "complete" || // Ignore chrome and file urls - !info.url.indexOf('http') === 0 || + info.url.indexOf('http') !== 0 || // Ignore Chrome Web Store info.url.indexOf('https://chrome.google.com/webstore/') === 0