Merge branch 'master' into bookmark-context

This commit is contained in:
Maxx Crawford
2019-10-24 14:33:15 -05:00
committed by GitHub
6 changed files with 27 additions and 37 deletions
-3
View File
@@ -144,9 +144,6 @@ const messageHandler = {
}, {urls: ["<all_urls>"], types: ["main_frame"]});
browser.tabs.onCreated.addListener((tab) => {
if (tab.incognito) {
badge.disableAddon(tab.id);
}
// lets remember the last tab created so we can close it if it looks like a redirect
this.lastCreatedTab = tab;
if (tab.cookieStoreId) {