MyGit

0.9.5.16

uBlock-LLC/uBlock

版本发布时间: 2019-05-27 13:55:51

uBlock-LLC/uBlock最新发布版本:0.9.5.25(2019-12-12 16:53:59)

Made blocking 3x times faster

  1. Special handling is given to filters which had to match against document origin only. The filter will only be considered if it satisfies the given criteria.

    • Should be in the form of /czf*. (without token) or |https:// or |http:// or *
    • Should have domain= option
    • Should not have a negated domain in its domain= option
    • Should not have csp= option

    examples: |http://$image,script,subdocument,third-party,xmlhttprequest,domain=dwindly.io |https://$image,other,script,stylesheet,third-party,domain=movies123.xyz $websocket,domain=povw1deo.com|povwideo.net|powvideo.net /czf*.$image,domain=100percentfedup.com

    These filters had to be matched against each network request which was causing extra time. Now, these filters will only be considered when document origin matches the domain mentioned in the filter domain= option.

  2. Added google keyword to badTokens list

  3. Replaced substr with startWith method for string pattern matching

  4. Validated regular expression based filter

  5. Code optimizations

相关地址:原始地址 下载(tar) 下载(zip)

1、 uBlock.chromium.zip 8.99MB

2、 uBlock.firefox.xpi 8.92MB

3、 uBlock.webext.xpi 8.98MB

查看:2019-05-27发行的版本