Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
251eb9744f82560ab4ebd83eae4f517039c56584
uBlock
/
tools
下载当前目录
R
Raymond Hill
[mv3] Avoid instantiating regexes by using simple needle first
df0d21d9
创建于
2025年12月27日
历史提交
文件
最后提交记录
最后更新时间
copy-common-files.sh
Move `assets/resources` into `src/js/`
1 年前
import-crowdin.sh
Remove languages with no translations, no activity
3 年前
jsonpath-tool.html
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 个月前
make-assets.sh
Simpler to use an extra property than to use a new assets.json
2 年前
make-browser.sh
Remove globals.js (#3849)
4 年前
make-chromium-meta.py
Use raw string for regex patterns in python scripts Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3229
2 年前
make-chromium.sh
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 年前
make-clean.sh
Use set -e in Bash scripts (#3791)
4 年前
make-dig.sh
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 年前
make-firefox-meta.py
Use raw string for regex patterns in python scripts Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3229
2 年前
make-firefox.sh
Empty target directory instead of re-creating it For better web-ext compatibility.
2 年前
make-mv3.sh
[mv3] Avoid instantiating regexes by using simple needle first Related issue: https://github.com/uBlockOrigin/uBOL-home/issues/223
4 个月前
make-nodejs.sh
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 年前
make-npm.sh
Fix makefile
1 年前
make-opera-meta.py
changes needed for releasing uBO/opera 1.15.24
7 年前
make-opera.sh
Remove untranslated language
2 年前
make-thunderbird.sh
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 年前
pull-assets.sh
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 年前