domains/markets.ft.com.js
authorleon <leon@roojs.com>
Mon, 5 Feb 2024 04:41:19 +0000 (12:41 +0800)
committerleon <leon@roojs.com>
Mon, 5 Feb 2024 04:41:19 +0000 (12:41 +0800)
domains/markets.ft.com.js

index 2a35d09..cecdd10 100644 (file)
@@ -1,5 +1,13 @@
-window.setInterval(function() {
+var tries = 0;
+var success = false;
+
+var timer = window.setInterval(function() {
     try {
+        if(success) {
+            clearInterval(timer);
+            return;
+        }
+        tries++;
         var cookie = document.getElementById("sp_message_container_1014642");
         if(cookie == null) {
             document.getElementById("sp_message_container_1014642").style.display = 'none';