Fix #6273 - Clear overlay on asiaone
authorAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2020 03:30:57 +0000 (11:30 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2020 03:30:57 +0000 (11:30 +0800)
domains/asiaone.com.js [new file with mode: 0644]

diff --git a/domains/asiaone.com.js b/domains/asiaone.com.js
new file mode 100644 (file)
index 0000000..6494533
--- /dev/null
@@ -0,0 +1,10 @@
+(function (args) {
+    
+      window.setInterval(function() {
+        console.log("try clear overlay");
+            try {
+                removeOverLay();
+            } catch(e) {}
+        }, 1000);
+      
+})(); 
\ No newline at end of file