domains/ttgchina.com.js
authorAlan Knowles <alan@roojs.com>
Fri, 3 Mar 2017 06:53:49 +0000 (14:53 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 3 Mar 2017 06:53:49 +0000 (14:53 +0800)
domains/ttgchina.com.js [new file with mode: 0644]

diff --git a/domains/ttgchina.com.js b/domains/ttgchina.com.js
new file mode 100644 (file)
index 0000000..116bb6d
--- /dev/null
@@ -0,0 +1,10 @@
+
+(function (args) {
+    window.setInterval(function() {
+        try {
+            var e = document.getElementById('interContainer');e.parentNode.removeChild(e);
+            e = document.getElementById('interVeil');e.parentNode.removeChild(e);
+         } catch(e) {}
+    },500);
+    
+})();