mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 19:03:02 +01:00
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
Block a user