domains/remove_print_css.js
[app.webkitpdf] / domains / indiantelevision.com.js
1
2 (function (args) {
3     window.setInterval(function() {
4         try {
5             var e = document.getElementById('popup');e.parentNode.removeChild(e);
6          } catch(e) {}
7     },200);
8     
9 })();