force opacity, rather than depend on scroll
[app.webkitpdf] / domains / businesssandesh.in.js
1 (function() {
2     // this is run when capture is ready.
3     try {
4        var ar = document.getElementsByTagName('img');
5        for (i = 0;i<ar.length;i++) { ar[i].setAttribute('style','opacity:1 !important'); }
6    } catch(e) {}
7
8 })()