1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00
Commit Graph

10906 Commits

Author SHA1 Message Date
Raymond Hill
21566f8555
Make Firefox dev build auto-update 2023-04-26 08:30:51 -04:00
Raymond Hill
88e6eb73b5
New revision for dev build 2023-04-26 08:08:41 -04:00
Raymond Hill
2f387e8820
Import translation work from https://crowdin.com/project/ublock 2023-04-26 08:08:16 -04:00
Raymond Hill
348f75af7f
Reverse usage of browser.alarms
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2604

Related commit:
- bec6cad2c0
2023-04-26 08:00:13 -04:00
Raymond Hill
ef825245b9
Simplify lz4 instance management 2023-04-25 22:14:15 -04:00
Raymond Hill
1ffdb7d948
Various minor code review 2023-04-25 21:15:11 -04:00
Raymond Hill
a02c241842
Make Firefox dev build auto-update 2023-04-25 14:35:47 -04:00
Raymond Hill
80eac197a0
New revision for dev build 2023-04-25 14:24:40 -04:00
Raymond Hill
ae474aae40
Remove languages with no translations, no activity 2023-04-25 14:21:46 -04:00
Raymond Hill
7e894f5e0e
Add time since version update in troubleshooting info 2023-04-25 14:01:47 -04:00
Raymond Hill
5e174c6cb5
Import translation work from https://crowdin.com/project/ublock 2023-04-25 11:09:33 -04:00
Raymond Hill
c729ac5717
Fix inaccurate description, as per feedback 2023-04-25 11:07:54 -04:00
Raymond Hill
96b3ae5e87
Import translation work from https://crowdin.com/project/ublock 2023-04-25 11:06:53 -04:00
Raymond Hill
c3fc7636f2
Add missing period (as suggested by Crowdin volunteer) 2023-04-24 12:09:26 -04:00
Raymond Hill
d3fbef5f9c
Use uBO-optimized Fanboy lists
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2610
2023-04-24 12:05:27 -04:00
Raymond Hill
e760b27e27
Make Firefox dev build auto-update 2023-04-24 10:01:15 -04:00
Raymond Hill
2064dfe88c
New revision for dev build 2023-04-24 09:49:48 -04:00
Raymond Hill
bf53737db4
Import translation work from https://crowdin.com/project/ublock 2023-04-24 09:47:59 -04:00
Raymond Hill
ec70f1d99e
Unconditionally listen to listset changes 2023-04-24 09:38:37 -04:00
Raymond Hill
34d2a4ea2a
Fix slice size
Related feedback:
ec4480e122 (r110292487)
2023-04-24 09:18:26 -04:00
Raymond Hill
e46705db00
Listen to all-filter-lists-reloaded, not all-assets-updated
Related commit:
- 4a92f96206
2023-04-23 16:32:38 -04:00
Raymond Hill
e93ecfadfa
Make Firefox dev build auto-update 2023-04-23 13:56:35 -04:00
Raymond Hill
8d314554a5
New revision for dev build 2023-04-23 13:51:35 -04:00
Raymond Hill
537d6c6b89
Import translation work from https://crowdin.com/project/ublock 2023-04-23 13:51:10 -04:00
Raymond Hill
4a92f96206
Offer opportunity to update filter lists before reporting issue
Related discussion:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/2582

If there exist any built-in filter list which last update time
is older than 2 hours, the "Report a filter issue" page will ask
the user to update their filter lists then verify that the issue
still exists.

Once filter lists are updated, the troubleshooting information
will reflect the change in update time.
2023-04-23 13:45:11 -04:00
Raymond Hill
ec4480e122
Fine tune troubleshooting information 2023-04-23 10:22:46 -04:00
Raymond Hill
0a4a200b00
Make Firefox dev build auto-update 2023-04-23 09:46:28 -04:00
Raymond Hill
00e3524fbc
New revision for dev build 2023-04-23 09:39:19 -04:00
Raymond Hill
349c8ca619
Fix overzealous logging in acs scriptlet 2023-04-23 09:28:59 -04:00
Raymond Hill
f6263aa468
Make Firefox dev build auto-update 2023-04-22 19:46:15 -04:00
Raymond Hill
a2725cb987
Import translation work from https://crowdin.com/project/ublock 2023-04-22 19:34:26 -04:00
Raymond Hill
62c9b1bbc8
New revision for dev build 2023-04-22 19:31:40 -04:00
Raymond Hill
98d4d24f9b
Mind rejected promises from vAPI.storage API
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2604
2023-04-22 19:29:54 -04:00
Raymond Hill
7b3feca9fc
Make Firefox dev build auto-update 2023-04-22 11:06:11 -04:00
Raymond Hill
dac4dbe1ff
New revision for dev build 2023-04-22 10:59:12 -04:00
Raymond Hill
54cb5e2232
Properly handle promise rejection from webext.storage.local() API
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2604
2023-04-22 10:57:10 -04:00
Raymond Hill
8939a68e6d
Make Firefox dev build auto-update 2023-04-21 20:51:05 -04:00
Raymond Hill
26779f28e8
New revision for dev build 2023-04-21 20:40:57 -04:00
Raymond Hill
6294829e68
Add more checks against unexpected conditions re. assets.json 2023-04-21 20:28:49 -04:00
Raymond Hill
8616b395b2
Internally support no-filtering as default mode
Even though this cannot be set through the user interface.
2023-04-21 19:24:43 -04:00
GH-User999
6afe74d584
Update config.yml (#3895)
Updated config.yml to match recent changes in other repositories.

Removed outdated/unneeded sections.

Updated verbiage.
Updated URLs.
2023-04-21 11:58:55 -04:00
Raymond Hill
fe09e1412d
Make Firefox dev build auto-update 2023-04-19 08:06:35 -04:00
Raymond Hill
5563fd3e18
New revision for dev build 2023-04-19 07:56:21 -04:00
Raymond Hill
3dddf4ca47
Fix compiling of negated regex-based to= domain
Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/2234#discussioncomment-5655665
2023-04-19 07:40:12 -04:00
Raymond Hill
899c39903b
New revision for stable release 2023-04-18 11:15:05 -04:00
Raymond Hill
e642195d4c
import translation work from https://crowdin.com/project/ublock 2023-04-18 11:12:28 -04:00
Raymond Hill
2ab2b48066
Updated the Finnish list source address (#3894)
Co-authored-by: peace2000 <17256841+peace2000@users.noreply.github.com>
2023-04-18 09:46:33 -04:00
Raymond Hill
61a1e7536f
Update README.md 2023-04-17 19:06:43 -04:00
GH-User999
07269b865c
Update README.md (#3893)
Shortened Popup UI table header names.

Improved Popup UI table by combining descriptions and information into one sentence for each column.

Removed no longer needed reference links.
2023-04-17 19:04:40 -04:00
Raymond Hill
0e53eeb79f
Update README.md
Add up to date images of popup panel; use HTML table to better control vertical alignment
2023-04-17 11:36:50 -04:00