Raymond Hill
0cc28e7ac4
New revision for dev build
2022-02-19 09:03:34 -05:00
Raymond Hill
26048a11bc
Merge branch 'letsblockit-subscriber' of https://github.com/xvello/uBlock
2022-02-19 08:57:47 -05:00
Raymond Hill
92bca7ea6e
Tone down highlighted ribbon in popup panel
2022-02-18 07:30:34 -05:00
Raymond Hill
60072e7996
Minor code review
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1992
2022-02-18 06:52:34 -05:00
Raymond Hill
bba4732c6b
Make Firefox dev build auto-update
2022-02-17 18:17:06 -05:00
Raymond Hill
053a7c808d
Update submodules
2022-02-17 18:07:04 -05:00
Raymond Hill
493346bfed
New revision for dev build
2022-02-17 18:06:51 -05:00
Raymond Hill
e1e2ba3d5d
Use unspoofable Messenger.origin to determine privilege level of ports
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1992
2022-02-17 18:05:01 -05:00
Raymond Hill
3154ed1bac
Remove test for whether Chromium version is less than 66
...
The test is no longer needed given that the minimum supported
version is Chromium 66.
2022-02-17 09:07:56 -05:00
Raymond Hill
ff52919cfc
Remove extraneous cursor
style in picker
2022-02-17 09:06:59 -05:00
Raymond Hill
b2a5d28c96
Add support to right-click subscribe to subscribe.adblockplus.org/?location=...
...
Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/ser2t7/new_feature_for_ublockorigin_clean_up_the_search/hx0ur81/
`
2022-02-16 15:17:22 -05:00
Raymond Hill
f6ed268f45
Make Firefox dev build auto-update
2022-02-16 15:07:26 -05:00
Raymond Hill
62af9709c2
New revision for dev build
2022-02-16 15:01:20 -05:00
Raymond Hill
5178b91fa1
Revert "Prevent highly generic cosmetic filters from affecting html/body elements"
...
This reverts commit 7c8aec250f
.
This will be brought back in a future dev cycle. Potentially
related issues:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1978
- https://github.com/uBlockOrigin/uBlock-issues/issues/1983
2022-02-16 12:21:10 -05:00
Raymond Hill
9726e899e5
Make Firefox dev build auto-update
2022-02-16 11:27:14 -05:00
Raymond Hill
d42dcde01e
Import translation work from https://crowdin.com/project/ublock
2022-02-16 11:21:51 -05:00
Raymond Hill
6c74d9b7eb
New revision for dev build
2022-02-16 11:18:41 -05:00
Xavier Vello
c8d1834018
Add letsblock.it as valid location for subscription links
2022-02-16 16:28:13 +01:00
Raymond Hill
0676cf66b2
Fine tune color for "keyword" style
...
Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2173524
2022-02-16 10:26:26 -05:00
Raymond Hill
784ebb0905
Make Firefox dev build auto-update
2022-02-13 10:12:28 -05:00
Raymond Hill
0b4742b346
New revision for dev build
2022-02-13 09:55:33 -05:00
Raymond Hill
ce3ac010b5
Fix improper handling of match-all removeparam
...
Related discussion:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1978#issuecomment-1038143619
2022-02-13 09:41:54 -05:00
Raymond Hill
2933016d4b
Rework behavior of "Suspend network activity until ..."
...
The setting will default to the natural capability of the browser:
- Checked for Firefox
- Unchecked for Chromium-based browsers
For Chromium-based browser, if checked, network requests will be
redirected to an empty resources instead of blocking the
connection.
Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1973
- https://www.reddit.com/r/uBlockOrigin/comments/squo8n/latest_update_blocks_network_connections_at/
2022-02-13 09:24:57 -05:00
Raymond Hill
3ea92f87a3
Prevent unset minimal width for popup panel
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1972
2022-02-13 08:25:23 -05:00
Raymond Hill
585ad8f9e6
Make Firefox dev build auto-update
2022-02-11 15:31:42 -05:00
Raymond Hill
5f77fb488d
New revision for dev build
2022-02-11 15:22:44 -05:00
Raymond Hill
3e2f779373
Fix un-themed scroll lock in _My rules_
...
Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2159810
2022-02-11 15:14:31 -05:00
Raymond Hill
2177d8163e
Fix regression breaking :remove()
...
Related commit/feedback:
- 152120bd9e (commitcomment-66516398)
2022-02-11 15:13:25 -05:00
Raymond Hill
301b963eff
Make Firefox dev build auto-update
2022-02-11 12:52:09 -05:00
Raymond Hill
678ea59d12
Import translation work from https://crowdin.com/project/ublock
2022-02-11 12:42:47 -05:00
Raymond Hill
152120bd9e
Introduce experimental procedural cosmetic operator :others()
...
The purpose of this new procedural operator is to target
all elements _outside_ than the currently selected set of
elements.
For any element feeding into `others()`, the resultset
of the `others()` operator will include everything else
except:
- the descendants of a subject element
- the ancestors of a subject element
The resultset will contains the siblings of a subject
element _except_ when those siblings are either a
descendant or ancestor of another subject element.
Related discussion:
- https://www.reddit.com/r/uBlockOrigin/comments/slyjzp/
Though this operator is unlikely to be used in default lists,
it opens the door to create specialized filter lists which
purpose is some sort of "reader mode", where everything
_else_ than a selected set of elements are hidden from view.
Examples of usage:
twitter.com##:matches-path(/^/home/) [data-testid="primaryColumn"]:others()
nature.com##:matches-path(/^/articles//) :is(.c-breadcrumbs,.c-article-main-column):others()
The status is currently considered experimental and support
might be removed in the future if it turns out there is no
sufficient usage or if unforeseen difficult issues arise
implementation-wise.
2022-02-11 12:28:15 -05:00
Raymond Hill
9a5acbbfcd
Fix un-themed buttons in logger
...
Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2158199
2022-02-11 11:08:48 -05:00
Raymond Hill
c42e634c8d
New revision for dev build
2022-02-11 09:25:51 -05:00
Raymond Hill
35a9e2b06c
Import translation work from https://crowdin.com/project/ublock
2022-02-10 07:30:26 -05:00
Raymond Hill
01e775f87d
New revision for stable release
2022-02-10 07:27:41 -05:00
Raymond Hill
c776ac72c8
Fine tune padding as suggested
...
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1970
2022-02-09 17:14:05 -05:00
Raymond Hill
ad7eb5d1da
Provide exact link for the origin of the library
...
As per AMO review team request.
Related documentation:
- https://extensionworkshop.com/documentation/publish/third-party-library-usage/
2022-02-09 13:11:38 -05:00
Raymond Hill
3b0b240b9b
Add information about exact origin of the library as per AMO review request
2022-02-09 12:57:37 -05:00
Raymond Hill
53c98c27cf
Use theme-related shade of red for DOM inspector
...
Candidate for revision to stable release.
2022-02-09 10:26:25 -05:00
Raymond Hill
ddb570baed
Make Firefox dev build auto-update
2022-02-09 09:31:39 -05:00
Raymond Hill
9ce1f38736
Import translation work from https://crowdin.com/project/ublock
2022-02-09 09:07:21 -05:00
Raymond Hill
9d58f19037
New revision for dev build
2022-02-09 09:05:04 -05:00
Raymond Hill
934b57019c
Fix bad font size in DOM inspector
...
Candidate for a revision for current stable release.
2022-02-09 08:36:44 -05:00
Raymond Hill
80f58a6357
Fix visually glitchy Create button in element picker
...
The Create button was being unduly enabled for a fraction of
second while editing the content of the filter text.
This commit is candidate for a revision to current stable
release.
2022-02-09 07:37:40 -05:00
Raymond Hill
428e4b8777
New revision for stable release
2022-02-08 07:44:43 -05:00
Raymond Hill
b8db519268
Import translation work from https://crowdin.com/project/ublock
2022-02-08 07:43:45 -05:00
Raymond Hill
4e5112a0fd
Fine tune hue for syntax highlighting
2022-02-07 17:23:51 -05:00
Raymond Hill
7192430f56
Max lightness to 40 for syntax coloring in light theme
...
Except when the color is used for emphasis.
2022-02-07 11:17:12 -05:00
Raymond Hill
ba5125853f
More CSS fine tuning after more testing
2022-02-07 10:42:06 -05:00
Raymond Hill
5af44a31ef
Update submodules
2022-02-07 09:34:11 -05:00