diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 9fdb0628b..cc47cfe26 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17813,5 +17813,21 @@ "issuesUrl": "https://github.com/rotgruengelb/BlockModReposting/issues", "licenseId": 8, "name": "BlockModReposting" + }, + { + "description": "Blocklist for scam sites extracted from Google", + "homeUrl": "https://github.com/jarelllama/Scam-Blocklist", + "id": 2657, + "issuesUrl": "https://github.com/jarelllama/Scam-Blocklist/issues", + "licenseId": 5, + "name": "Scam Blocklist" + }, + { + "description": "Blocklist for scam sites extracted from Google", + "homeUrl": "https://github.com/jarelllama/Scam-Blocklist", + "id": 2658, + "issuesUrl": "https://github.com/jarelllama/Scam-Blocklist/issues", + "licenseId": 5, + "name": "Scam Blocklist (adblocker syntax)" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 5e0e5024d..7e3ba13fc 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -6142,5 +6142,13 @@ { "filterListId": 2656, "maintainerId": 187 + }, + { + "filterListId": 2657, + "maintainerId": 188 + }, + { + "filterListId": 2658, + "maintainerId": 188 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index e538e668b..287f4564b 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8950,5 +8950,13 @@ { "filterListId": 2656, "syntaxId": 6 + }, + { + "filterListId": 2657, + "syntaxId": 2 + }, + { + "filterListId": 2658, + "syntaxId": 3 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 66a07ae49..ae06164aa 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12986,5 +12986,13 @@ { "filterListId": 2656, "tagId": 24 + }, + { + "filterListId": 2657, + "tagId": 7 + }, + { + "filterListId": 2658, + "tagId": 7 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index e2b459b1d..a96d0e647 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16468,5 +16468,17 @@ "primariness": 1, "segmentNumber": 1, "url": "https://raw.githubusercontent.com/rotgruengelb/BlockModReposting/main/list.txt" + }, + { + "filterListId": 2657, + "id": 2935, + "primariness": 1, + "url": "https://raw.githubusercontent.com/jarelllama/Scam-Blocklist/main/domains.txt" + }, + { + "filterListId": 2658, + "id": 2936, + "primariness": 1, + "url": "https://raw.githubusercontent.com/jarelllama/Scam-Blocklist/main/adblock.txt" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 7c7d13325..96a1eeed2 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -966,5 +966,10 @@ "id": 187, "name": "rotgruengelb", "url": "https://github.com/rotgruengelb" + }, + { + "id":188, + "name":"jarelllama", + "url": "https://github.com/jarelllama" } ]