domains/remove_print_css.js
[app.webkitpdf] / domains / theindependent.sg.js
1
2 (function (args) {
3     var disnone = function(ar) {
4         for (var i =0;i < ar.length;i++) {
5             ar[i].style.display = 'none';
6         }
7     }
8     
9     disnone(document.getElementsByClassName('spu-bg'));
10     disnone(document.getElementsByClassName('spu-box'));
11     
12     
13 })();