mirror of https://github.com/gorhill/uBlock.git
to catch slow popups
This commit is contained in:
parent
d6f0e49356
commit
e6e456ed7b
|
@ -102,7 +102,7 @@ vAPI.tabs.registerListeners = function() {
|
|||
if ( this.selfDestructionTimer !== null ) {
|
||||
clearTimeout(this.selfDestructionTimer);
|
||||
}
|
||||
this.selfDestructionTimer = setTimeout(this.selfDestruct.bind(this), 1000);
|
||||
this.selfDestructionTimer = setTimeout(this.selfDestruct.bind(this), 10000);
|
||||
};
|
||||
|
||||
var popupCandidateCreate = function(details) {
|
||||
|
|
Loading…
Reference in New Issue