diff --git a/content.js b/content.js index 433e643..bbd44cc 100644 --- a/content.js +++ b/content.js @@ -42,4 +42,4 @@ function checkDate() { } // Set an interval to check the date every 10 seconds -setInterval(checkDate, 15000); +setInterval(checkDate, 20000);