domains/remove_print_css.js
[app.webkitpdf] / domains / twitter.com.js
1
2 (function (args) {
3      
4     try { var h = document.getElementsByClassName('CoreLayout-header')[0];   h.parentElement.removeChild(h);  }catch(e){}
5     try { var h = document.getElementsByClassName('TweetPermalink-replyBox')[0];   h.parentElement.removeChild(h);  }catch(e){}
6      
7     try { document.getElementsByClassName('CoreLayout--fixedHeader')[0].className = ''; }catch(e){}
8     
9 })();