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

index 4dae205..055f909 100644 (file)
@@ -11,8 +11,10 @@ var timer = window.setInterval(function() {
         tries++;
         var cookie = document.getElementById("sp_message_container_1014642");
         if(cookie == null) {
-            document.getElementById("sp_message_container_1014642").style.display = 'none';
+            return;
         }
+        success = true;
+        document.getElementById("sp_message_container_1014642").style.display = 'none';
       
     } catch(e) {}