diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 1c7f7edbc..808aa2893 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17607,5 +17607,45 @@ "issuesUrl": "https://github.com/thedoggybrad/no-newsletter/issues", "licenseId": 17, "name": "no-newsletter" + }, + { + "description": "No mercy for 3rd Party Frames.", + "homeUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter", + "id": 2615, + "issuesUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter/issues", + "licenseId": 17, + "name": "Frame-Blocker-Filter (3rd Party only)" + }, + { + "description": "No mercy for all frames.", + "homeUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter", + "id": 2616, + "issuesUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter/issues", + "licenseId": 17, + "name": "Frame-Blocker-Filter (All Frames)" + }, + { + "description": "No mercy for 3rd party frames with Google and YouTube exceptions.", + "homeUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter", + "id": 2617, + "issuesUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter/issues", + "licenseId": 17, + "name": "3rd Party only Frame Blocking with Google and YouTube exceptions" + }, + { + "description": "No mercy for 3rd Party Frames except for common Social Media sites.", + "homeUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter", + "id": 2618, + "issuesUrl": "https://github.com/thedoggybrad/Frame-Blocker-Filter/issues", + "licenseId": 17, + "name": "3rd Party only Frame Blocking with Social Media exceptions" + }, + { + "description": "A bigger variant of Frame-Blocker-Filter. This variant-filter is designed to block non-essential Frames.", + "homeUrl": "https://github.com/thedoggybrad/Non-Essential-Frames-Blocker", + "id": 2619, + "issuesUrl": "https://github.com/thedoggybrad/Non-Essential-Frames-Blocker/issues", + "licenseId": 17, + "name": "Non-Essential-Frames-Blocker" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index b4425deef..bcf054538 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -6050,5 +6050,25 @@ { "filterListId": 2614, "maintainerId": 185 + }, + { + "filterListId": 2615, + "maintainerId": 185 + }, + { + "filterListId": 2616, + "maintainerId": 185 + }, + { + "filterListId": 2617, + "maintainerId": 185 + }, + { + "filterListId": 2618, + "maintainerId": 185 + }, + { + "filterListId": 2619, + "maintainerId": 185 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 0979b135e..856c27707 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8842,5 +8842,25 @@ { "filterListId": 2614, "syntaxId": 3 + }, + { + "filterListId": 2615, + "syntaxId": 3 + }, + { + "filterListId": 2616, + "syntaxId": 3 + }, + { + "filterListId": 2617, + "syntaxId": 3 + }, + { + "filterListId": 2618, + "syntaxId": 3 + }, + { + "filterListId": 2619, + "syntaxId": 3 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index aecde9034..eee1f47c0 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16348,5 +16348,35 @@ "id": 2881, "primariness": 1, "url": "https://raw.githubusercontent.com/thedoggybrad/no-newsletter/master/filter.txt" + }, + { + "filterListId": 2615, + "id": 2882, + "primariness": 1, + "url": "https://raw.githubusercontent.com/thedoggybrad/Frame-Blocker-Filter/main/3rdParty.txt" + }, + { + "filterListId": 2616, + "id": 2883, + "primariness": 1, + "url": "https://raw.githubusercontent.com/thedoggybrad/Frame-Blocker-Filter/main/All.txt" + }, + { + "filterListId": 2617, + "id": 2884, + "primariness": 1, + "url": "https://raw.githubusercontent.com/thedoggybrad/Frame-Blocker-Filter/main/googleyt-exception.txt" + }, + { + "filterListId": 2618, + "id": 2885, + "primariness": 1, + "url": "https://raw.githubusercontent.com/thedoggybrad/Frame-Blocker-Filter/main/socialmedia-exception.txt" + }, + { + "filterListId": 2619, + "id": 2886, + "primariness": 1, + "url": "https://raw.githubusercontent.com/thedoggybrad/Non-Essential-Frames-Blocker/main/filter.txt" } ]