From 706f5453b882fb5e8c3dc956cdb1e3e0a57f9b3b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 27 Dec 2017 12:42:29 +0800 Subject: [PATCH] domains/australiahop.com.js --- domains/australiahop.com.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/domains/australiahop.com.js b/domains/australiahop.com.js index e69de29..fe9c765 100644 --- a/domains/australiahop.com.js +++ b/domains/australiahop.com.js @@ -0,0 +1,11 @@ + +(function (args) { + window.setInterval(function() { + try { + var e = document.getElementById('wpmui-overlay');e.parentNode.removeChild(e); + e = document.getElementById('wpmui-popup');e.parentNode.removeChild(e); + + } catch(e) {} + },200); + +})(); \ No newline at end of file -- 2.39.2