文件最后提交记录最后更新时间
Move `assets/resources` into `src/js/` 1 年前
Remove languages with no translations, no activity 3 年前
JSONPath: Add ability to select root node for appending/modifying As discussed with filter list maintainers. Examples of usage: $ => result is `null` $+={"modifyOrCreate": "..."} These expressions were not working with previous version. 9 个月前
Simpler to use an extra property than to use a new assets.json 2 年前
Remove globals.js (#3849) 4 年前
Use raw string for regex patterns in python scripts Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3229 2 年前
Make dev build use its own assets.json: assets.dev.json This will make it easier to safely test new versions of assets.json. 2 年前
Use set -e in Bash scripts (#3791) 4 年前
Add support for nodejs flavors The main nodejs flavor is "npm", which is to be used to lint/test and the publication of an official npm package -- and by design it has dependencies on mocha, eslint, etc. A new flavor "dig" has been created with minimal dependencies and which purpose is to easily allow to write specialized code to investigate local code changes in uBO -- and it's not meant for publication. Consequently, "make nodejs" has been replaced with "make npm", and a new "dig" target has been added to the makefile, to be used for instrumenting local code changes for investigation purpose. 4 年前
Use raw string for regex patterns in python scripts Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3229 2 年前
Empty target directory instead of re-creating it For better web-ext compatibility. 2 年前
[mv3] Avoid instantiating regexes by using simple needle first Related issue: https://github.com/uBlockOrigin/uBOL-home/issues/223 4 个月前
Add path support as target option in static extended filtering Support for paths allows to narrow down specific static extended filters to specific webpages on a given site. Examples of usage: example.com/toto##h1 /example\.com\/toto\d+/#@#h1 1 年前
Fix makefile 1 年前
changes needed for releasing uBO/opera 1.15.24 7 年前
Remove untranslated language 2 年前
Make dev build use its own assets.json: assets.dev.json This will make it easier to safely test new versions of assets.json. 2 年前
Use `git clone` instead of submodule to pull uAssets dependencies Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2358 We need two different branches of uAssets to properly add the default filter lists into the packages. I couldn't figure out how to do this with submodules, using simple `git clone` as a dependency just work. 3 年前