From e77e783a62a4713a71d4a19bab21bc1927bf8272 Mon Sep 17 00:00:00 2001 From: magnolia1234 <54500520+magnolia1234@users.noreply.github.com> Date: Tue, 22 Oct 2019 14:48:31 +0200 Subject: [PATCH] Restore timing Wsj close button --- contentScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentScript.js b/contentScript.js index 1b1f827..86a1886 100644 --- a/contentScript.js +++ b/contentScript.js @@ -73,7 +73,7 @@ if (window.location.href.indexOf("bizjournals.com") !== -1) { const close_button = document.querySelector('.close-btn'); if (close_button) close_button.click(); - }, 300); + }, 2000); } } else if (window.location.href.indexOf("washingtonpost.com") !== -1) { if (location.href.includes('/gdpr-consent/')) {