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

index 8991872..8ce6b02 100644 (file)
@@ -1 +1,7 @@
-document.getElementById("sp_message_container_1014642").style.display = 'none';
\ No newline at end of file
+window.setInterval(function() {
+    try {
+        document.getElementById("sp_message_container_1014642").style.display = 'none';
+      
+    } catch(e) {}
+        
+},500);
\ No newline at end of file