domains/remove_print_css.js
[app.webkitpdf] / domains / coconuts.co.js
1
2 (function (args) {
3     document.getElementById('article_viewer').style.overflowY = '';
4     document.getElementById('article_viewer').style.position = 'initial';
5     document.body.className = '';
6     document.body.style.overflow = '';
7     document.body.style.height="auto";
8 })();