关于在天涯看小说

#1 样式表控制,在一定程度上可以控制页面外观

 1 html * { 
 2          font-family       : "Bookman Old Style","Bell MT",Batang  !important;
 3          background-image  : none !important;
 4 }
 5 
 6 .section  * {
 7               font-family       : "Bookman Old Style","Bell MT",Batang  !important;
 8             }
 9 
10 img,iframe      {  display:none  !important;  }
11 object,embed    {  display:none  !important;  }
12 a:link,a:visited{  color  :black !important;  text-decoration: none !important; }

这部分CSS可以屏蔽图片,部分广告。

#2 如果能在IE嵌入javascript那就更好了,那就可以实现免费版“只看楼主”,目前还不明白如何做到

posted @ 2012-09-10 12:38  simcity  阅读(303)  评论(0编辑  收藏  举报