domains/remove_print_css.js
[app.webkitpdf] / domains / puntocellulare.it.js
1
2 (function (args) {
3     window.setInterval(function() {
4         try {
5             var e = document.getElementsByClassName('ilike_overlayer')[0];e.parentNode.removeChild(e);
6              
7         } catch(e) {}
8     },500);
9     
10 })();