Raymond Hill
55ef5ea393
New revision for stable release
2025-09-15 09:53:57 -04:00
Raymond Hill
02e5248d57
Fix potential infinite loop when scanning for $ anchor
...
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3799
An infinite loop in the network filter parser was triggered when
the following conditions were fulfilled:
- There was a network option `$` anchor
- There were only whitespace character(s) preceding the anchor
- There was an invalid filter option following the anchor
2025-09-15 09:52:45 -04:00
Raymond Hill
e1028c299f
Update changelog
2025-09-08 08:14:30 -04:00
Raymond Hill
8ce7a8d1e4
Update changelog
2025-09-08 08:13:35 -04:00
Raymond Hill
50cb780107
Fix version snafu
...
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3792
2025-09-08 08:11:20 -04:00
Raymond Hill
52dba4116e
Allow generic exception for replace= option
...
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3791
2025-09-08 07:32:03 -04:00
Raymond Hill
5d88b72b47
Update README.md
2025-09-07 08:39:45 -04:00
Raymond Hill
f290d0a142
New revision for stable release
2025-09-06 12:26:03 -04:00
Raymond Hill
946a3d202c
Update submodules
2025-09-06 10:23:09 -04:00
Raymond Hill
7eab358165
Fix makefile
2025-09-06 10:22:45 -04:00
Raymond Hill
0936b9b8b7
Import translation work from https://crowdin.com/project/ublock
2025-09-06 08:23:05 -04:00
Raymond Hill
abe144a79d
Update submodules
2025-09-05 09:25:01 -04:00
Raymond Hill
80f7bd155a
Make Firefox dev build auto-update
2025-09-05 09:17:31 -04:00
Raymond Hill
da9491c94e
Update makefile
2025-09-04 09:51:02 -04:00
Raymond Hill
4fbcabbc66
[mv3] Move redirect/removeParams/modifyHeaders rules to static rulesets
...
Since permissions are now managed by the browsers, the browser will take
care whether to enforce those "usafe" rules according to the permissions
in effect on a given site.
2025-09-02 12:29:41 -04:00
Raymond Hill
8281eaba17
Update submodules
2025-09-02 10:19:49 -04:00
Raymond Hill
e86e1db87b
New revision for release candidate
2025-09-02 10:03:51 -04:00
Raymond Hill
a0a996916f
Update changelog
2025-09-02 10:03:28 -04:00
Raymond Hill
d2bce26e7d
Improve prevent-fetch scriptlet
...
Add vararg `throttle, n` where `n` is the time to wait in ms before
returning a response from proxied `fetch()`.
As discussed with filter list maintainers.
2025-09-02 10:00:27 -04:00
Raymond Hill
8cdada4899
Update npm
2025-09-01 10:10:03 -04:00
Raymond Hill
7cdd78b595
Update submodules
2025-09-01 10:00:26 -04:00
Raymond Hill
07056c2de5
Update submodules
2025-08-31 11:09:15 -04:00
Raymond Hill
64858e9b9e
Minor
2025-08-30 09:58:33 -04:00
Raymond Hill
17c6334cbd
Import translation work from https://crowdin.com/project/ublock
2025-08-30 09:15:19 -04:00
Raymond Hill
d1a29d9899
[mv3] Ensure ui is visible even after failure
2025-08-29 11:19:24 -04:00
Raymond Hill
bc05f31cc2
[mv3] Merge AdGuard mobile filters with uBO's own mobile filters
...
Related discussion:
https://github.com/uBlockOrigin/uAssets/issues/20299#issuecomment-3228879091
2025-08-29 09:23:51 -04:00
Raymond Hill
57557ea116
New revision for release candidate
2025-08-28 11:19:33 -04:00
Raymond Hill
6f6724ce1a
Update changelog
2025-08-28 11:17:51 -04:00
Raymond Hill
6327aae56c
Add support to strict-block from ipaddress= option
...
As discussed with filter list maintainers.
2025-08-28 11:13:43 -04:00
Raymond Hill
31cd8b3983
Remove unused file
2025-08-25 17:01:20 -04:00
Raymond Hill
0d442f097f
File moved to its own repo
2025-08-25 15:58:47 -04:00
Raymond Hill
353e1bacc1
Update submodules
2025-08-25 15:36:22 -04:00
Raymond Hill
aab425719c
Move publish scripts in their own repo for easy reuse
2025-08-25 15:26:56 -04:00
Raymond Hill
30266e5107
Improve publish scripts
2025-08-25 15:10:36 -04:00
Raymond Hill
69fa0c2e09
[mv3] Fix regression in managing redirect rules
...
Regression cause by:
fad0af591f
2025-08-25 11:55:36 -04:00
Raymond Hill
f9ee5e2a64
Move to nodejs for publishing scripts
2025-08-24 17:26:04 -04:00
Raymond Hill
0e821284ab
Update changelog
2025-08-23 13:05:43 -04:00
Raymond Hill
052c36aada
[mv3] Fix placeholder references for regexSubstitution
2025-08-22 12:35:13 -04:00
Raymond Hill
cb62e38f50
[mv3] Improve built-in parser to convert filters to DNR rules
...
Ultimately and eventually, the built-in parser will be used to
convert filters to DNR rules at extension building time.
2025-08-22 08:14:52 -04:00
Raymond Hill
23d51b80df
Make Firefox dev build auto-update
2025-08-21 11:08:23 -04:00
Raymond Hill
e8f6b7cd00
Update RELEASE.HEAD.md
2025-08-20 11:49:32 -04:00
Raymond Hill
c7e4ac48c3
New revision for dev build
2025-08-20 11:06:27 -04:00
Raymond Hill
9711039726
Update changelog
2025-08-20 11:06:04 -04:00
Raymond Hill
5d7e5ee3a0
Improve rendering with high-contrast theme
...
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3385
2025-08-20 11:02:35 -04:00
Raymond Hill
bc4e829427
[mv3] Support custom filters using CSS pseudo-elements
...
Related issue:
https://github.com/uBlockOrigin/uBOL-home/issues/448
2025-08-20 10:26:45 -04:00
Raymond Hill
807d1b6cdb
Fix checkbox visual when using high contrast
...
Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3385
2025-08-19 11:50:58 -04:00
Raymond Hill
da025fef26
Update README.md
2025-08-18 09:40:32 -04:00
Raymond Hill
69b2fdf396
Reverting change of toolbar icon
2025-08-18 09:38:49 -04:00
Raymond Hill
060442c636
Revert "Add Safari toolbar icon"
...
This reverts commit 3f73887e47 .
2025-08-18 09:36:33 -04:00
Raymond Hill
4b33b7bd7a
Make Firefox dev build auto-update
2025-08-18 09:15:31 -04:00