domains/verdict.co.uk.js
authorAlan Knowles <alan@roojs.com>
Fri, 13 Jul 2018 03:37:06 +0000 (11:37 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 13 Jul 2018 03:37:06 +0000 (11:37 +0800)
domains/verdict.co.uk.js

index e69de29..0c24418 100644 (file)
@@ -0,0 +1,10 @@
+
+(function (args) {
+    window.setInterval(function() {
+        try {
+            document.body.style.display = "relative";
+            var e = document.getElementById('cookiepopup')[0];e.parentNode.removeChild(e);
+        } catch(e) {}
+    },200);
+    
+})(); 
\ No newline at end of file