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

diff --git a/domains/ttgbtmice.com.js b/domains/ttgbtmice.com.js
new file mode 100644 (file)
index 0000000..41edcd2
--- /dev/null
@@ -0,0 +1,11 @@
+
+(function (args) {
+    window.setInterval(function() {
+        try {
+            var e = document.getElementById('TB_overlay');e.parentNode.removeChild(e);
+            e = document.getElementById('TB_window');e.parentNode.removeChild(e);
+         } catch(e) {}
+    },500);
+    
+})();
+