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

index 67f0039..009243c 100644 (file)
@@ -7,13 +7,8 @@
             if(cookie != null) {
                 cookie.style.display = 'none';
             }
-            // give up after 5 tries
-            if(tries == 3) {
-                document.getElementsByTagName('h3')[0].innerHTML='TRY '  + tries;
-                clearInterval(timer);
-                return;
-            }
-
+            document.getElementsByTagName('h3')[0].innerHTML='TRY '  + tries;
+            
             // if(cookie == null) {
             //     // give up after 5 tries
             //     if(tries == 5) {
@@ -26,6 +21,6 @@
           
         } catch(e) {}
             
-    },500);
+    },200);
     
 })(); 
\ No newline at end of file