domains/australiahop.com.js
authorAlan Knowles <alan@roojs.com>
Wed, 27 Dec 2017 04:42:29 +0000 (12:42 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Dec 2017 04:42:29 +0000 (12:42 +0800)
domains/australiahop.com.js

index e69de29..fe9c765 100644 (file)
@@ -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