We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ecd96 commit a085794Copy full SHA for a085794
background.js
@@ -91,7 +91,7 @@ chrome.webRequest.onBeforeRequest.addListener(
91
// Here we are checking if there already was a try to redirect a user to the same URL + 3 sec interval
92
if (
93
lastRedirectUrl === redirectUrl &&
94
- currentDate - lastRedirectDate < 3000
+ currentDate - lastRedirectDate < 500
95
)
96
return;
97
lastRedirectDate = currentDate;
0 commit comments