mirror of https://github.com/gorhill/uBlock.git
fix #2558
This commit is contained in:
parent
2369794c2c
commit
5c9ffd9af5
|
@ -967,6 +967,8 @@ vAPI.tabs.open = function(details) {
|
||||||
|
|
||||||
for ( tab of this.getAll() ) {
|
for ( tab of this.getAll() ) {
|
||||||
var browser = tabWatcher.browserFromTarget(tab);
|
var browser = tabWatcher.browserFromTarget(tab);
|
||||||
|
// https://github.com/gorhill/uBlock/issues/2558
|
||||||
|
if ( browser === null ) { continue; }
|
||||||
|
|
||||||
// Or simply .equals if we care about the fragment
|
// Or simply .equals if we care about the fragment
|
||||||
if ( URI.equalsExceptRef(browser.currentURI) === false ) {
|
if ( URI.equalsExceptRef(browser.currentURI) === false ) {
|
||||||
|
|
Loading…
Reference in New Issue