From 38049fcc7cb5cc72df06f7ad35a44da8f4a5b4b4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 Nov 2018 10:38:58 +0800 Subject: [PATCH] MOVED domains/homejournal.hk to domains/homejournal.hk.js domains/homejournal.hk.js --- domains/homejournal.hk.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/homejournal.hk.js diff --git a/domains/homejournal.hk.js b/domains/homejournal.hk.js new file mode 100644 index 0000000..311e157 --- /dev/null +++ b/domains/homejournal.hk.js @@ -0,0 +1,8 @@ + +(function (args) { + window.setInterval(function() { + + try { document.getElementsByClassName('wph-modal')[0].style.display='none';}catch(e){} + },200); + +})(); \ No newline at end of file -- 2.39.2