2007年1月16日 星期二

讓廣告消失的CSS語法

朋友很早以前轉寄給我的,原本以為應該大家都知道、



這兩天到處晃相本才發現一堆朋友還是被廣告所苦XD




















相簿



把下面這個CSS語法加入,隨便加在前面後面都可以,不影響

加好之後按下『存檔』,回來一看就什麼廣告都沒啦!



#ad_banner a {position : absolute;clip: rect(500px 0px 0px 500px);}

#logo {display: none;}

#ad_button {display: none;}

table tr td {width: auto !important; height: auto !important;}

table tr #logo {display: none !important; width: auto !important; height: auto !important;}

table tr ad_banner a img {display: none !important; width: 0px !important; height: 0px !important;}

table tr td object {display: none !important; width: 0px !important; height: 0px !important;}

table tr td embed {display: none !important; width: 0px !important; height: 0px !important;}

td center font a {display: none !important; width: 0px !important; height: 0px !important;}

td .small-c tr td {display: none !important; width: 0px !important; height: 0px !important;}

table tr td div {display: none !important; width: 0px !important; height: 0px !important;}

td#ad_banner a img {display: none !important; width: 0px !important; height: 0px !important;}

object {display: none !important; width: 0px !important; height: 0px !important;}

center a img { display: none !important; } 



PS.缺點是相簿的好友列會向上移,自己取捨唄!





留言板 



跟上面方法一樣,把下面的語法加入留言板的 CSS內。

不過這個零缺點,哈!



img { display: none !important; }

#logo, #logo img { position: absolute; left: -1000px; !important; }

#floatLayer {display:none !important;}

div table .small-c tr td{ display:none; }

#ad_top, object, embed { display: none !important; }

div table tr td { width:auto !important;height:auto !important; }

table tr td { width:auto !important;height:auto !important; }

沒有留言: