Skip to content

Commit a085794

Browse files
committed
small fix
1 parent 27ecd96 commit a085794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ chrome.webRequest.onBeforeRequest.addListener(
9191
// Here we are checking if there already was a try to redirect a user to the same URL + 3 sec interval
9292
if (
9393
lastRedirectUrl === redirectUrl &&
94-
currentDate - lastRedirectDate < 3000
94+
currentDate - lastRedirectDate < 500
9595
)
9696
return;
9797
lastRedirectDate = currentDate;

0 commit comments

Comments
 (0)