mirror of https://github.com/gorhill/uBlock.git
this fixes #1378: there may be no "clicked URL" (regression)
This commit is contained in:
parent
1a127881ef
commit
95d6240b21
|
@ -561,6 +561,7 @@ vAPI.tabs.onPopupUpdated = (function() {
|
|||
// Check user switch first
|
||||
if (
|
||||
popupType !== 'popunder' &&
|
||||
clickedURL !== '' &&
|
||||
areDifferentURLs(targetURL, clickedURL) &&
|
||||
µb.hnSwitches.evaluateZ('no-popups', openerHostname)
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue