From c46e2a48877dfef8cbffb97df8852bcbf74f308f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 20 Apr 2020 11:30:57 +0800 Subject: [PATCH] Fix #6273 - Clear overlay on asiaone --- domains/asiaone.com.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/asiaone.com.js diff --git a/domains/asiaone.com.js b/domains/asiaone.com.js new file mode 100644 index 0000000..6494533 --- /dev/null +++ b/domains/asiaone.com.js @@ -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 -- 2.39.2