diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 723eb2eb0..23474e3e7 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17157,5 +17157,13 @@ "issuesUrl": "https://github.com/beerisgood/beer_blocklist/issues", "licenseId": 5, "name": "beer_blocklist" + }, + { + "description": "This allowlist fixes incorrect blocking by standard filters such as EasyList, mainly on Japanese websites. It is based largely on Yuki's uBlock Japanese filters.", + "homeUrl": "https://github.com/hirorpt/filters", + "id": 2475, + "issuesUrl": "https://github.com/hirorpt/filters/issues", + "licenseId": 28, + "name" : "Konayuki filters" } ] diff --git a/services/Directory/data/FilterListLanguage.json b/services/Directory/data/FilterListLanguage.json index 0d4a41563..48e3529f2 100644 --- a/services/Directory/data/FilterListLanguage.json +++ b/services/Directory/data/FilterListLanguage.json @@ -3814,5 +3814,9 @@ { "filterListId": 2471, "iso6391": "nl" + }, + { + "filterListId":2475, + "iso6391": "ja" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 41fae601f..6c6c3fa2d 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -5734,5 +5734,9 @@ { "filterListId": 2473, "maintainerId": 158 + }, + { + "filterListId": 2475, + "maintainerId": 159 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 9b27e23cb..b9f497b4f 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8654,5 +8654,9 @@ { "filterListId": 2473, "syntaxId": 25 + }, + { + "filterListId": 2475, + "syntaxId": 4 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 8e1b18478..654879e0b 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12610,5 +12610,9 @@ { "filterListId": 2473, "tagId": 7 + }, + { + "filterListId": 2475, + "tagId": 10 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index f84c40848..07357cca5 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -15952,5 +15952,11 @@ "id": 2683, "primariness": 1, "url": "https://raw.githubusercontent.com/Yuki2718/adblock/master/japanese/blogroll.txt" + }, + { + "filterListId": 2475, + "id": 2684, + "primariness": 1, + "url": "https://raw.githubusercontent.com/hirorpt/filters/main/fix.txt" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 7a5397a5f..e01657260 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -827,5 +827,10 @@ "id": 158, "name": "Ming Di Leom", "url": "https://mdleom.com/" + }, + { + "id": 159, + "name": "hirorpt", + "url": "https://github.com/hirorpt" } ]