js添加css

// 修正误杀? 嘛看还有没有误杀的…
var cssCode = '.thread_notice.thread_1st, /* 后面那些是兼容旧版贴吧用的w */#thread_list_table tr { display: none } #thread_list_table tr[tid] { display: table-row }';

var eStyle = document.createElement ('style');
eStyle.innerHTML = cssCode;
document.querySelector ('head').appendChild (eStyle);

 

posted @ 2017-11-10 14:58  huihui2014  阅读(57)  评论(0)    收藏  举报