Raymond Hill
1ef09f9963
[mv3] Add reference description for webstores
2022-11-19 14:31:06 -05:00
Raymond Hill
161a175bb0
Do not cname-uncloak same-origin network requests
...
Same-origin as per URL address of the main document. Currently the
fix only affect top-level pages.
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1062
The previous behavior can be restored by toggling the advanced
setting `cnameIgnoreRootDocument` to `false`.
2022-11-19 14:27:39 -05:00
Raymond Hill
44753053c3
Prevent the creation of non-cosmetic extended filters in element picker
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2232
2022-11-19 12:29:10 -05:00
Raymond Hill
86c8023163
Fix English typo as per feedback at https://crowdin.com/project/ublock
2022-11-19 11:05:01 -05:00
Raymond Hill
c818065c69
Update fix to regex library
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2374
2022-11-19 09:54:34 -05:00
Raymond Hill
4fb4ee1915
Handle negative character group
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2373
2022-11-18 13:37:48 -05:00
Raymond Hill
65cde3b75a
Remove locales without a translated description
2022-11-18 13:09:27 -05:00
Raymond Hill
1c67869c42
Addendum to last commit as per feedback
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2372
2022-11-18 11:23:20 -05:00
Raymond Hill
42a7cfced3
Use already available stringified character code
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2372
2022-11-18 10:10:47 -05:00
Raymond Hill
04b8d495b6
Mind zero quantifier
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2371
2022-11-18 08:52:32 -05:00
Raymond Hill
f48c03e531
Make Firefox dev build auto-update
2022-11-17 13:51:09 -05:00
Raymond Hill
2ab0add39f
New revision for dev build
2022-11-17 13:46:20 -05:00
Raymond Hill
122b84a6bc
Revert reversion
2022-11-17 13:39:19 -05:00
Raymond Hill
f46e5ef3b5
Further fix tokenization from regex
...
As per feedback/discussion:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2368
- https://github.com/uBlockOrigin/uBlock-issues/issues/2367
2022-11-17 13:17:32 -05:00
Raymond Hill
69b899d0f9
Fix commit reference
2022-11-17 10:27:40 -05:00
Raymond Hill
941c6e9535
Make Firefox dev build auto-update
2022-11-17 09:45:51 -05:00
Raymond Hill
b7e9a2d5ab
New revision for dev build
2022-11-17 09:28:09 -05:00
Raymond Hill
105c7f5446
Fix visual of DOM inspector layer in dark theme mode
...
Related discussion:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/2359
2022-11-17 09:25:20 -05:00
Raymond Hill
d9744d012a
Document changes to imported library
2022-11-17 08:53:41 -05:00
Raymond Hill
d51b7e082b
Improve extraction of tokens from regexes
...
Fixed flawed extraction of tokens with optional sequences, i.e.
when quantifier could be zero.
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2367
Ignore look-around sequences as suggested when normalizing into
tokenizable string.
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2368
Fix regex analyzer throwing with trailing `-` in character
class sequence.
Related issue:
- https://github.com/AdguardTeam/AdguardFilters/pull/134630
2022-11-17 08:53:41 -05:00
gorhill
560c1fe888
Update build log file
...
Files changed:
M dist/mv3/log.txt
2022-11-16 14:27:28 +00:00
Raymond Hill
392bfdce37
Make Firefox dev build auto-update
2022-11-16 09:25:30 -05:00
Raymond Hill
cf8b8e643e
New revision for dev build
2022-11-16 09:17:35 -05:00
Raymond Hill
d0dbc27c02
Move "Manual installation" link to "All browsers" section
2022-11-15 11:07:15 -05:00
q1800
2b18e53750
Improve README.md ( #3880 )
...
* Improve README.md
Removed Safari references. (It has been several years since any relevancy.)
Removed majority of Enterprise Deployment section. (Existing links are dead, or information provided is deprecated.)
Merged Microsoft Edge section into Chromium section for simplification. (Microsoft Edge has been Chromium-based for the last few years.)
Restructured and shortened sections, links, and explanations to make them more concise.
Rewrote sentences for better clarity and to reduce wordiness.
Fixed uBO naming conventions.
Fixed spelling and grammar issues.
Fixed coding and formatting issues.
Fixed consistency issues.
Updated names as needed.
Updated section header titles as needed.
Updated URLs.
Other minor fixes.
* Removed Pronunciation section as per feedback.
Removed Pronunciation section.
* Addressed feedback and fixed more consistency issues
Removed Firefox Legacy section.
Removed Debian section.
Removed applicable links.
Added links to remaining section headers without a prior link in the table of contents.
Updated links in the table of contents to match section header names.
Renamed Philosophy section to General Information section.
2022-11-15 11:05:50 -05:00
Raymond Hill
21110b0ff1
Use Unicode copyright symbol
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2336
2022-11-15 10:25:25 -05:00
Raymond Hill
a7213c1054
Revert "Update README.md"
...
This reverts commit 1854009c74
.
2022-11-15 10:01:05 -05:00
Raymond Hill
2c0ecc0bad
Merge branch 'patch-2'
2022-11-15 09:50:55 -05:00
Raymond Hill
2cc6835de0
Use placeholders to minimize vertical shifting at page load time
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2361
2022-11-15 09:44:19 -05:00
Raymond Hill
e68537513f
Sort of fix DOM inspector's visual with webpages in dark theme mode
...
Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/2359#discussioncomment-4126129
Removing `color-scheme` property fixes the issue. Not sure why.
2022-11-14 11:49:59 -05:00
Raymond Hill
b778f9dac2
Fix AM)-signing script after changes in jwt
...
jwt.encode() now returns string type.
Reference:
- https://pyjwt.readthedocs.io/en/stable/changelog.html#improve-typings
2022-11-14 10:31:04 -05:00
Raymond Hill
3c6fddf697
Make Firefox dev build auto-update
2022-11-14 10:30:32 -05:00
Raymond Hill
d5a936ddf8
New revision for dev build
2022-11-14 10:02:33 -05:00
Raymond Hill
f716fe3960
Remove now obsolete shell script re. uAssets
2022-11-14 10:01:56 -05:00
Raymond Hill
17590c5a0c
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.
2022-11-14 09:50:53 -05:00
Raymond Hill
90ca2ad3cf
Update submodules
2022-11-13 16:31:56 -05:00
Raymond Hill
14d4eeab32
Update submodules
2022-11-13 13:55:56 -05:00
Raymond Hill
53b172a82a
Update submodules
2022-11-13 12:30:07 -05:00
Raymond Hill
1052dc5001
Import translation work from https://crowdin.com/project/ublock
2022-11-13 11:36:31 -05:00
Raymond Hill
4a01affa0e
Undo mistakenly committed changes to the element picker
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2360
2022-11-13 11:07:41 -05:00
Raymond Hill
502fcee546
Make Firefox dev build auto-update
2022-11-12 11:46:16 -05:00
Raymond Hill
eb80158254
New revision for dev build
2022-11-12 11:29:14 -05:00
Raymond Hill
73c2decdf5
Ensure procedural filters are applied at least once
...
Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/2261#discussioncomment-4123057
Cosmetic filters will be applied unconditionally at least
once at DOMContentLoaded time.
2022-11-12 11:22:49 -05:00
Raymond Hill
3d24b89078
Fix dom.text() returning textContent
2022-11-12 10:35:40 -05:00
Raymond Hill
feaa338678
Code maintenance: replace uDom.js with dom.js
...
`uDom` is old and crusty and `dom` is meant as replacement. The
goal of `dom` is to be simpler and mainly just convenience
methods for handling the DOM with vanilla JS -- this is not a
framework.
Additionally, removed keyboard shortcuts pane which was useful
only on very old versions of Firefox.
2022-11-12 09:51:22 -05:00
Raymond Hill
95f1b2f1bc
Update submodules
2022-11-10 18:23:04 -05:00
Raymond Hill
7d0714965f
[mv3] Fixed undue delay in 1st application of cosmetic procedural filters
...
Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/2261#discussioncomment-4105044
2022-11-10 15:34:02 -05:00
Raymond Hill
5b6fc43a2c
[mv3] Use Set instead of array to avoid spurious script updates
...
Spurious updates to registered content scripts would occur when
using some regional lists, for example DEU would cause spurious
updates to registered script `css-procedural`.
2022-11-10 12:46:25 -05:00
Raymond Hill
abe2ecba6b
Make Firefox dev build auto-update
2022-11-10 10:40:55 -05:00
Raymond Hill
3e4a394db9
new revision for dev build
2022-11-10 10:33:42 -05:00