Raymond Hill
f8c6be868c
Fine tune lightness (Luv) of rule colors in light theme
...
Trying to use same Luv for both light and dark theme does not
really work -- best to have each them have their own Luv for
rule colors.
2022-01-30 19:39:18 -05:00
Raymond Hill
c5c4c955df
Make Firefox dev build auto-update
2022-01-30 18:56:43 -05:00
Raymond Hill
f72ae4cad0
New revision for dev build
2022-01-30 18:39:24 -05:00
Raymond Hill
4ee8a5948d
Work toward bringing dark theme closer to a stable release
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/401
2022-01-30 18:35:26 -05:00
Raymond Hill
2a91ecd6e1
Make Firefox dev build auto-update
2022-01-29 09:02:04 -05:00
Raymond Hill
5829fb8c6c
New revision for dev build
2022-01-29 08:42:34 -05:00
Raymond Hill
e8bfc9a031
Add canrunads.js as redirectable resource
...
Related discussion:
- 036e13101e (commitcomment-65068100)
2022-01-29 08:40:47 -05:00
Raymond Hill
b4911e2d7c
Raise minimum versions of browsers
...
For the following reasons:
- Support for CSS `gap`, so as to remove the need to
fall back onto classic popup panel, and thus making
it possible to fully remove long-ago deprecated
classic panel (announced in 1.27.0)[1]:
https://developer.mozilla.org/en-US/docs/Web/CSS/gap
- Support for dynamic import:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
Firefox's minimum version is raised to 68 because it's
the oldest ESR version supporting the features above.
From now on, minimum version of Firefox will always be
an ESR one.
---
[1] https://github.com/gorhill/uBlock/releases/tag/1.27.0
2022-01-28 12:02:56 -05:00
Raymond Hill
f98b70d1c0
Improve dealing with ambiguity in regex-based-looking network filters
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1932
Reported in point 3 under "Actual behavior".
2022-01-28 11:18:40 -05:00
Raymond Hill
a5ca565e9c
Add hashComponents() to FingerprintJS v3 shim
...
Related feedback:
- f4824bd0d9 (commitcomment-64534458)
2022-01-28 09:26:57 -05:00
Raymond Hill
a1608e9116
Make Firefox dev build auto-update
2022-01-24 12:36:45 -05:00
Raymond Hill
13c5899932
New revision for dev build
2022-01-24 12:27:54 -05:00
Raymond Hill
fba680f9ab
Improve google-analytics shim
...
Related issue:
- https://github.com/uBlockOrigin/uAssets/issues/11456
2022-01-24 12:26:24 -05:00
Raymond Hill
250cf96aae
Fix regression causing regex-based filters to be case sensitive
...
Related feedback:
- https://github.com/AdguardTeam/AdguardFilters/issues/88067#issuecomment-1019518277
Regression commit:
- 725e6931f5
2022-01-23 12:32:11 -05:00
Raymond Hill
f4824bd0d9
Add shim for FingerprintJS (aka Fingerprint v3)
...
Related issue:
- https://github.com/uBlockOrigin/uAssets/issues/11408
2022-01-21 08:38:48 -05:00
Raymond Hill
dd7449bb09
Make Firefox dev build auto-update
2022-01-19 09:27:11 -05:00
Raymond Hill
303b0e7716
New revision for dev build
2022-01-19 09:18:06 -05:00
Raymond Hill
3537e9d3c0
Disable the suspending of network requests when installing the extension
...
Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/s7c9go/page_automatically_refreshes_after_installation/
2022-01-19 09:16:01 -05:00
Raymond Hill
d53f2362b1
Fix regression in reporting of header=
option in logger
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1932
Related commit:
- 725e6931f5
2022-01-18 10:47:39 -05:00
Raymond Hill
61966254cd
Use EasyDutch as the default filter lists for NLD
...
Related discussion:
- https://github.com/uBlockOrigin/uAssets/issues/11204#issuecomment-1012000389
2022-01-15 14:38:10 -05:00
Raymond Hill
fe49f7782a
Update build instructions
2022-01-15 06:53:00 -05:00
Raymond Hill
29092d8f51
Make Firefox dev build auto-update
2022-01-14 10:26:29 -05:00
Raymond Hill
1be800e483
New revision for dev build
2022-01-14 10:13:29 -05:00
Raymond Hill
de0f6a2cdd
Add longest wait time when fetching from storage in support info
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1865
This may be useful to rule out that the issue is caused by the
browser API responding in unduly delayed manner.
2022-01-14 09:07:28 -05:00
Raymond Hill
9759bfef4e
Fix edge case of background image filter and no cosmetic filters
...
Related commit:
- ebaa8a8bb2
Related feedback:
- ebaa8a8bb2 (commitcomment-63818019)
2022-01-13 11:03:21 -05:00
Raymond Hill
ebaa8a8bb2
Do not select background images as best candidate in picker
...
Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/s2lrm0/picker_cant_select_and_block_this/
2022-01-13 09:24:04 -05:00
Raymond Hill
2b65f25dfd
Add regional ALB list for Albanian sites
...
Related discussion:
- https://github.com/uBlockOrigin/uAssets/issues/11286#issuecomment-1011397836
2022-01-13 08:44:01 -05:00
Raymond Hill
2f0ad153dd
Add clarifying comment
2022-01-12 12:55:53 -05:00
Raymond Hill
a603d69daa
Make Firefox dev build auto-update
2022-01-12 10:22:04 -05:00
Raymond Hill
5e44d6fd07
Import translation work from https://crowdin.com/project/ublock
2022-01-12 10:16:58 -05:00
Raymond Hill
263d71e039
New revision for dev build
2022-01-12 10:13:15 -05:00
Raymond Hill
7c8aec250f
Prevent highly generic cosmetic filters from affecting html/body elements
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1692
2022-01-12 10:11:49 -05:00
Raymond Hill
0bc0af9d8d
Add test to detect case of improper deserialization
...
Related commit:
- 8f461072f5
2022-01-12 09:03:38 -05:00
Raymond Hill
a7ef3300fe
Make Firefox dev build auto-update
2022-01-11 11:22:21 -05:00
Raymond Hill
63ecfa9d44
New revision for dev build
2022-01-11 11:16:24 -05:00
Raymond Hill
8f461072f5
Fix selfie with invalid data in some circumstances
...
Reported internally.
The issue involves `removeparam` filters with a regex value. When
such filter was visited before a selfie was created, this would cause
the created selfie to persist a RegExp object, which can't be
serialized. This would cause exceptions to be thrown when uBO would
be subsequently loaded with the tainted selfie, since uBO would try
to execute a plain Object as a RegExp.
2022-01-11 11:06:11 -05:00
Raymond Hill
9b22961291
Properly report user-filters in troubleshooting information
...
User filters are enabled by default, they should be reported
under the `listset` section, along with how many filters are
being enforced.
2022-01-11 07:55:37 -05:00
Raymond Hill
6941ec7fb0
Escape unescaped "
in attribute values
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1923
2022-01-11 07:20:03 -05:00
Raymond Hill
82ad7bd4fb
Remove redundant mirrors
2022-01-11 07:10:55 -05:00
Raymond Hill
eddb9ec160
Raised guessed Firefox version to 91 (latest ESR)
2022-01-09 12:41:29 -05:00
Ming Di Leom
417d6c99f9
fix(curben filters): replace deprecated mirrors
...
- 8c94ddba40
- 6cb2cbff6e
- e5bb1712c0
2022-01-09 09:30:46 +00:00
Raymond Hill
d1d9fab603
Make Firefox dev build auto-update
2022-01-07 09:02:17 -05:00
Raymond Hill
9ee8e7b607
Improve element picker/zapper's handling of shadow roots
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1850
2022-01-07 08:54:23 -05:00
Raymond Hill
560c81a585
Import translation work from https://crowdin.com/project/ublock
2022-01-07 08:16:10 -05:00
Raymond Hill
8374b6460b
New revision for dev build
2022-01-07 08:06:03 -05:00
Raymond Hill
b565d311a4
Fix CSS sizing of click-to-load widget as suggested
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1901
2022-01-07 08:02:31 -05:00
Raymond Hill
6d1b44b42c
Report only stats for eTLD+1 in troubleshooting information
...
Related commit:
- affdde02a9
2022-01-07 07:56:32 -05:00
Raymond Hill
affdde02a9
Add "blockedDetails" section to troubleshooting information
...
This will allow to find out what is specifically blocked on the
page reported as having issues, potentially saving time
when volunteers try to diagnose issues.
2022-01-07 07:32:54 -05:00
Raymond Hill
e9058370b8
Make Firefox dev build auto-update
2022-01-06 09:27:26 -05:00
Raymond Hill
3018d0269e
New revision for dev build
2022-01-06 09:21:31 -05:00