mirror of https://github.com/gorhill/uBlock.git
Safari: fix popup to work in logger
This commit is contained in:
parent
10c7a40392
commit
68739e3df3
|
@ -21,7 +21,7 @@
|
||||||
(function() {
|
(function() {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
if(typeof safari.self === "undefined") {
|
if(typeof safari.self === "undefined" || window.top !== window) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue