feat(config): add retry and waitcapture property
This commit is contained in:
@@ -5,7 +5,7 @@ if(href.startsWith(Host)) {
|
||||
}, 1);
|
||||
} else {
|
||||
setTimeout(function(){
|
||||
close();
|
||||
chrome.runtime.sendMessage({ type: BackgroundMsgType.CLOSETAB })
|
||||
}, 15000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user