返回信息流nForum太慢,只能用来看十大。
wForum太快,把十大给丢了。
所以一直用Term上BYR。
今天惊闻wForum下有广告,上来一看还真是。
特来求助各位,如何写个浏览器插件过滤掉广告呢?
这是一条镜像帖。来源:北邮人论坛 / soft-design / #37802同步于 2010/3/16
该镜像源已超过 30 天没有更新,可能在源站已被删除。
SoftDesign机器人发帖
[求助]如何不显示byr论坛的广告
PieceOfMe
2010/3/16镜像同步2 回复
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
广告应该是有两种,一种是教育网访问时的
http://bbs.byr.edu.cn/wForum/images/600-80-gif.gif
还有一种是访问公网镜像时的
http://static.byr.cn/images/600-80-gif.gif
Firefox+Adblock Plus,在Adblock Plus里面如下加入自定义规则试试
http://static.byr.cn/images/*-gif.gif
http://bbs.byr.edu.cn/wForum/images/*-gif.gif
opera设置方法:
按alt显示菜单,然后工具--->高级-->阻止的内容,添加
http://bbs.byr.edu.cn/wForum/images/600-80-gif.gif
http://bbs.byr.edu.cn/wForum/images/600-80-gif.gif
注:如果opera的过滤规则支持通配符,请用Adblock Plus的过滤规则
有误伤的话改一下,不过就算是误伤也应该不是论坛LOGO或者头像一类的重要东西
【 在 PieceOfMe (PieceOfMe) 的大作中提到: 】
: nForum太慢,只能用来看十大。
: wForum太快,把十大给丢了。
: 所以一直用Term上BYR。
: ...................
没事点一点。点点更健康。
真的要隐藏的话。。。
其实可以修改全局CSS。(方法比较简陋,但出奇地管用。)以firefox为例:一般是存在C:\Documents and Settings\用户名\Application Data\Mozilla\Firefox\Profiles\你的profile名,一堆乱码\chrome\userContent.css
/*
* Edit this file and copy it as userContent.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to apply a style to all web pages you view
* Rules without !important are overruled by author rules if the
* author sets any. Rules with !important overrule author rules.
*/
div[style="text-align: center;"] {
display: none !important;
}