mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
a8c1cb9dff
commit
4edbdd9dd5
|
@ -433,7 +433,7 @@ vAPI.tabs.registerListeners = function() {
|
|||
}
|
||||
var URI = browser.currentURI;
|
||||
if ( URI.schemeIs('chrome') && URI.host === location.host ) {
|
||||
vAPI.tabs._remove(tab, win);
|
||||
vAPI.tabs._remove(tab, getTabBrowser(win));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue