阅读:3713回复:9
新手:滚动文字有法屏蔽吗?
很多网站有滚动的文字在网页上,一般是广告,通知,什么的。看的眼晕,有法屏蔽吗?
|
|
1楼#
发布于:2005-07-11 04:25
试着关闭javascrpit。看看效果!
|
|
2楼#
发布于:2005-07-11 04:25
不可以,很多网站一禁javascript,内容就不显示了。
|
|
3楼#
发布于:2005-07-11 04:25
|
|
4楼#
发布于:2005-07-11 04:25
userContent.css
/* Disable marquee display */ marquee { -moz-binding: none; display: block; height: auto !important; /* This is better than just display:none !important; * because you can still see the text in the marquee, * but without scrolling. */ } http://www.mozilla.org/unix/customizing.html |
|
5楼#
发布于:2005-07-11 04:25
|
|
6楼#
发布于:2005-07-11 04:25
fiag:userContent.css/* Disable marquee display */ marquee { -moz-binding: none; display: block; height: auto !important; /* This is better than just display:none !important; * because you can still see the text in the marquee, * but without scrolling. */ } 这个方法好,成功。 |
|
7楼#
发布于:2005-07-11 04:25
一个插件。 在插件推荐区有人发帖。 |
|
8楼#
发布于:2005-07-11 04:25
用户被禁言,该主题自动屏蔽! |
|
9楼#
发布于:2005-07-11 04:25
在profile/chrome/下
|
|