1
0
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:
gorhill 2015-03-22 13:29:04 -04:00
parent d6f0e49356
commit e6e456ed7b

View File

@ -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) {