昨天,今天,明天,每天的每天,你是否都多懂得一点点...

星期二, 二月 19, 2008

Opera 去广告 css

@charset "utf-8";
/*common.css*/

.banner{
display: none !important;
}

#banner{
display: none !important;
}

div[id^="ad_"],div[id^="ads"],div[class^="ad_"],div[class^="ad_"]{
display: none !important;
}

span[id^="ad_"],span[id^="ads"],span[class^="ad_"],span[class^="ad_"]{
display: none !important;
}
font[style*="0px"]{
display: none !important;
}
iframe[width*="0px"]{
display: none !important;
}
iframe[height*="0px"]{
display: none !important;
}

/*NoIframe.css*/
iframe{
display: none !important;
}
用的时候IMPORT一下就可以了
示例

/*lygame.css*/
@import url("common.css");
@import url("NoIframe.css");

a[href="plugins.php?p=nkflash"][target="_blank"]{
display: none !important;
}

img[src="images/bbspic/killhgame.gif"]{
display: none !important;
}
div[class="maintable"][style~="relative"]{
display: none !important;
}



没有评论:

其它博客地址

此博客的同步博客地址: http://fengnz.wordpress.com
这里进入我的MSN SPACE.