l******d 发帖数: 1633 | 1 【 以下文字转载自 Linux 讨论区 】
发信人: unknown (谁知道), 信区: Linux
标 题: Re: 大家的firefox都装了什么插件,说出来分享一下吧
发信站: BBS 未名空间站 (Fri Dec 8 15:55:21 2006)
By the way, I figured a way to block those floating ad using the the script.
Add the following code into your userContent.css
/*remove mitbbs ad*/
@-moz-document domain(mitbbs.com) {
div[id=ad] /*left ad*/
,div[id=ad1] /*right ad*/
,*[width="50%"][height="25"] /*top ad*/
{display: none !important;}
}
Or install stylish extension and then load this script
htt |
|