idragonet
千年狐狸
千年狐狸
  • UID15658
  • 注册日期2006-11-12
  • 最后登录2017-11-15
  • 发帖数2642
  • 经验162枚
  • 威望1点
  • 贡献值74点
  • 好评度118点
  • 社区居民
阅读:3104回复:10

Adblock Plus 1.1.alpha+ development build (2009053116)

楼主#
更多 发布于:2009-06-01 12:00
http://adblockplus.org/devbuilds/

http://adblockplus.org/devbuilds/adblockplus-1.1.alpha+.2009053116.xpi

Changes

    * Dropped compatibility with old browsers and cleaned up the code, now requiring at least: Firefox 3.0.9, SeaMonkey 2.0b1, Thunderbird 3.0b3, Songbird 1.1, Prism 1.0
    * Added handling of redirects, the redirect address now shows up in “Blockable items” as well and can be blocked
    * Added experimental Weave support to synchronize Adblock Plus filters and preferences across computers/profiles.
    * Added explicit support for blocking fonts (@font-type CSS directive in Firefox 3.5)
    * Added support for flexible anchors at start of filter: ||example.com/foo/ will match http://example.com/foo/bar and http://test.example.com/foo/bar but not http://badexample.com/foo/bar or http://evilsite.com/?http://example.com/foo/bar (forum topic)
    * Added support for ^ character that will match a single separator character or end of address (forum topic)
    * Filter composer: Added flexible anchors as an option (“at the beginning of domain name”) (forum topic)
    * Filter composer: Added “example.com^” as fourth suggestion (forum topic)
    * Filter composer: Added warning when adding a filter to a disabled filter group (forum topic)
    * Started refactoring of browser integration code which runs in its own context now
    * Changed the way “add subscription” links work, these can now only be triggered by user clicking a link
    * Added diagnostic page displaying all errors related to Adblock Plus: chrome://adblockplus/content/errors.html
    * Blockable items: Added “document source” column (domain name to be used for the $domain filter option, forum topic)
    * Preferences: “slow filter” warning is now a separate list column which can be used for sorting
    * Preferences: “close” button moved to the right side of the filter editor, made the button use Firefox 3 look
    * Preferences: improved position calculations for the filter editor, no longer makes the text position change
    * Preferences: using browser’s real find bar now instead of faking it
    * Preferences: fixed slowdown when enabling/disabling many element hiding rules
    * Preferences: insert imported comments before the filter that follows them (forum topic)
    * Fixed: ABP icon updates its status every two seconds, hogs CPU time
    * Fixed: opening Preferences in current Firefox nightlies selects wrong tree row (worked around bug 489881)
    * Fixed: detection of background images breaks the context menu in Firefox nightlies
    * Fixed: an error is reported to console on first run (patterns.ini not found)


PS:http://adblockplus.org/devbuilds/同时也提供了扩展:Weave Sync for Adblock Plus。
洛阳游子
非常火狐
非常火狐
  • UID19164
  • 注册日期2007-06-03
  • 最后登录2011-07-13
  • 发帖数672
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度1点
1楼#
发布于:2009-06-01 12:00
呼唤翻译。。。。。。
令狐虫
小狐狸
小狐狸
  • UID3250
  • 注册日期2005-02-22
  • 最后登录2011-02-09
  • 发帖数79
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2009-06-01 12:00
* Dropped compatibility with old browsers and cleaned up the code, now requiring at least: Firefox 3.0.9, SeaMonkey 2.0b1, Thunderbird 3.0b3, Songbird 1.1, Prism 1.0
* 清理了代码,并放弃了对旧版浏览器的支持,现在至少需要:Firefox 3.0.9,SeaMonkey 2.0b1,Thunderbird 3.0b3,Songbird 1.1,Prism 1.0

* Added handling of redirects, the redirect address now shows up in “Blockable items” as well and can be blocked
* 增加重定向处理,重定向的地址现在可以显示在“可过滤项目”中,也可以被阻挡。

* Added experimental Weave support to synchronize Adblock Plus filters and preferences across computers/profiles.
* 增加了实验性的Weave同步过滤列表和配置项支持。

* Added explicit support for blocking fonts (@font-type CSS directive in Firefox 3.5)
* 增加对阻止字体的显式支持?(我没理解这句话的具体意思)

* Added support for flexible anchors at start of filter: ||example.com/foo/ will match http://example.com/foo/bar and http://test.example.com/foo/bar but not http://badexample.com/foo/bar or http://evilsite.com/?http://example.com/foo/bar (forum topic)
* 增加在过滤项的开头扩展锚点的支持:||example.com/foo/ 会匹配 http://example.com/foo/barhttp://test.example.com/foo/bar 但不匹配 http://badexample.com/foo/barhttp://evilsite.com/?http://example.com/foo/bar


* Added support for ^ character that will match a single separator character or end of address (forum topic)
* 增加对^字符的支持,这个字符会匹配单个的分割符号或者地址的结尾。(个人理解: http://example.com^* 会匹配 http://example.comhttp://example.com/,http://exampe.com.cn,http://example.com/dir/ 但不匹配 http://example.comany.com)

* Filter composer: Added flexible anchors as an option (“at the beginning of domain name”) (forum topic)
* 过滤项编辑器:把扩展锚点作为一个选项。(上面提到过的那个)

* Filter composer: Added “example.com^” as fourth suggestion (forum topic)
* 过滤项编辑器:增加"example.com^"为第四个建议项。、

* Filter composer: Added warning when adding a filter to a disabled filter group (forum topic)
* 过滤项编辑器:当增加一个过滤项到禁用的过滤项组时,给出警告信息。

* Started refactoring of browser integration code which runs in its own context now
* 开始重构浏览器集成代码,让程序运行在自己的上下文中(译注:个人理解是现在的Adblock使用了独立运行环境,将不会对其他的扩展或宿主程序(Firefox)本身产生不良影响)

* Changed the way “add subscription” links work, these can now only be triggered by user clicking a link
* 改变“增加订阅”链接的处理方法,现在他们只会在用户点击链接的时候才触发(译注:应该是防止自动加入等流氓行为)。


* Added diagnostic page displaying all errors related to Adblock Plus: chrome://adblockplus/content/errors.html
* 增加诊断页面(chrome://adblockplus/content/errors.html),显示跟Adblock Plus有关的全部错误信息。

* Blockable items: Added “document source” column (domain name to be used for the $domain filter option, forum topic)
* 可阻止项:增加“文档源”列(域名可以被用在$domain过滤选项中)

* Preferences: “slow filter” warning is now a separate list column which can be used for sorting
* 配置: “缓慢的过滤”警告现在时独立的列表列,可以被用来排序(译注:换句话说,你可以将所有带有“slow filter”警告的项目放到一起显示)

* Preferences: “close” button moved to the right side of the filter editor, made the button use Firefox 3 look
*配置:关闭按钮移到了过滤项编辑器的右边,按钮使用Firefox 3外观。

* Preferences: improved position calculations for the filter editor, no longer makes the text position change
* 配置:改进过滤项编辑器的位置计算,不再会造成文本位置的改变。

* Preferences: using browser’s real find bar now instead of faking it
使用浏览器真实的查找栏,而不是假造一个(囧)

* Preferences: fixed slowdown when enabling/disabling many element hiding rules
修复 当启用/禁止大量元素隐藏规则时变慢 的问题。

* Preferences: insert imported comments before the filter that follows them (forum topic)


* Fixed: ABP icon updates its status every two seconds, hogs CPU time
修复 ABP图标状态2秒更新一次,无端占用CPU时间 的问题

* Fixed: opening Preferences in current Firefox nightlies selects wrong tree row (worked around bug 489881)
修复 在当前Firefox Nightly版中打开“配置”界面时选择树形列表中错误行 的问题

* Fixed: detection of background images breaks the context menu in Firefox nightlies
修复 对背景图片的检测破坏 Firefox Nightly版的上下文菜单  的问题

* Fixed: an error is reported to console on first run (patterns.ini not found)
修复 第一次运行时在终端报错(找不到patterns.ini)的问题
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-06-03
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1116点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
3楼#
发布于:2009-06-01 12:00
有关于过滤规则的更新的解释:
https://www.firefox.net.cn/newforum/view ... 858#206858
Firefox More than meets your experience
chicksong
火狐狸
火狐狸
  • UID20617
  • 注册日期2007-09-23
  • 最后登录2023-08-03
  • 发帖数268
  • 经验13枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
4楼#
发布于:2009-06-01 12:00
我的确喜欢这种“壮丽”的更新。。
Firefox是头小狐狸,我养的……
不带口罩
火狐狸
火狐狸
  • UID22190
  • 注册日期2007-12-07
  • 最后登录2016-08-15
  • 发帖数189
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
5楼#
发布于:2009-06-01 12:00
我发现最近我过滤得有点狠,打开一些页面那是灰常滴卡啊.
harnack
狐狸大王
狐狸大王
  • UID25613
  • 注册日期2008-07-27
  • 最后登录2020-01-08
  • 发帖数325
  • 经验19枚
  • 威望0点
  • 贡献值0点
  • 好评度1点
  • 社区居民
6楼#
发布于:2009-06-01 12:00
进来学习下。
听老人说,今生做千件好事,来世方能讨生为猫。
lord
非常火狐
非常火狐
  • UID6208
  • 注册日期2005-05-21
  • 最后登录2024-03-27
  • 发帖数634
  • 经验81枚
  • 威望0点
  • 贡献值12点
  • 好评度3点
  • 社区居民
  • 忠实会员
7楼#
发布于:2009-06-01 12:00
等正式版。。。
心想事成,人生如梦
web123lai
千年狐狸
千年狐狸
  • UID8036
  • 注册日期2005-08-17
  • 最后登录2019-05-01
  • 发帖数4225
  • 经验13枚
  • 威望1点
  • 贡献值20点
  • 好评度10点
  • 社区居民
8楼#
发布于:2009-06-01 12:00
6月3日的版本非常不稳定,疯狂崩溃啊
195
195
千年狐狸
千年狐狸
  • UID3920
  • 注册日期2005-03-12
  • 最后登录2023-01-15
  • 发帖数1123
  • 经验50枚
  • 威望0点
  • 贡献值0点
  • 好评度2点
  • 社区居民
  • 忠实会员
9楼#
发布于:2009-06-01 12:00
奇怪,6.3的版本有一个栏目是空的。
liquanyi
火狐狸
火狐狸
  • UID21912
  • 注册日期2007-11-18
  • 最后登录2011-09-04
  • 发帖数111
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
10楼#
发布于:2009-06-01 12:00
更新不错啊,不知道什么时候正式发布
游客

返回顶部