@eyeo/filterlists 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +44 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,4 +3,47 @@
3
3
  This repository provides Manifest V3 'release' filter lists for extensions that
4
4
  support the diffing functionality.
5
5
 
6
- Filter list filenames are constructed using the unique IDs specified in their headers.
6
+ Filter list filenames are constructed using the unique IDs specified in their headers.
7
+ They are stored in the `filterlists` directory together with a filter list index file named `index.json`.
8
+
9
+ ## Filter lists
10
+
11
+ Filter lists provided in this package are:
12
+
13
+ - ABP filters (compliance)
14
+ - ABPindo+EasyList
15
+ - ABPVN List+EasyList
16
+ - Allow nonintrusive advertising
17
+ - Allow nonintrusive advertising without third-party tracking
18
+ - Bulgarian list+EasyList
19
+ - Dandelion Sprout's Nordic Filters+EasyList
20
+ - EasyList
21
+ - EasyList China+EasyList (compliance)
22
+ - EasyList Czech and Slovak+EasyList
23
+ - EasyList Dutch+EasyList
24
+ - EasyList Germany+EasyList
25
+ - EasyList Hebrew+EasyList
26
+ - EasyList Italy+EasyList
27
+ - EasyList Lithuania+EasyList
28
+ - EasyList Polish+EasyList
29
+ - EasyList Portuguese+EasyList
30
+ - EasyList Spanish+EasyList
31
+ - EasyPrivacy
32
+ - Fanboy's Annoyance List
33
+ - Fanboy's Notifications Blocking List
34
+ - Fanboy's Social Blocking List
35
+ - Global Filters+EasyList
36
+ - Hufilter Basic+EasyList
37
+ - I don't care about cookies
38
+ - IndianList+EasyList
39
+ - Japanese Filters+EasyList
40
+ - KoreanList+EasyList
41
+ - Latvian List+EasyList
42
+ - Liste AR+Liste FR+EasyList
43
+ - Liste FR+EasyList
44
+ - NoCoin Filter List
45
+ - Premium - Block cookie consent pop-ups
46
+ - Premium - Distraction Control
47
+ - ROList+EasyList
48
+ - RU, UA, UZ, KZ+EasyList
49
+ - Turkish Filters+EasyList
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eyeo/filterlists",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Ad-Filtering filter lists",
5
5
  "scripts": {},
6
6
  "repository": {