diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 042c2e57f..0702bb610 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -18656,5 +18656,12 @@ "issuesUrl": "https://github.com/the-advoid/ad-void/issues", "licenseId": 4, "name": "AdVoid.Addon.NoExtras" + }, + { + "description": "Removes Google's AI Overview section and all of its shortcuts from Google Search results.", + "homeUrl": "https://gist.github.com/thedoggybrad/dc52cbed1683bae916322f4659d8b387", + "id": 2834, + "licenseId": 2, + "name": "Google AI Overview Remover" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 2070a0825..6fb865c47 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -6434,5 +6434,9 @@ { "filterListId": 2833, "maintainerId": 207 + }, + { + "filterListId": 2834, + "maintainerId": 208 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index d1df66dd9..90af01dd1 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -9354,5 +9354,9 @@ { "filterListId": 2833, "syntaxId": 3 + }, + { + "filterListId": 2834, + "syntaxId": 4 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 66aee0a1b..76fb33581 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -13306,5 +13306,13 @@ { "filterListId": 2833, "tagId": 9 + }, + { + "filterListId": 2834, + "tagId": 9 + }, + { + "filterListId": 2834, + "tagId": 35 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index f8a269aed..7eee75008 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -17755,5 +17755,12 @@ "id": 3230, "primariness": 2, "url": "https://cdn.jsdelivr.net/gh/the-advoid/ad-void@main/add-ons/AdVoid.Addon.NoExtras.txt" + }, + { + "filterListId": 2834, + "id": 3231, + "primariness": 1, + "segmentNumber": 1, + "url": "https://gist.githubusercontent.com/thedoggybrad/dc52cbed1683bae916322f4659d8b387/raw/51f80466484f31b05fa46dc543569b329855dfb0/nogoogleaioverview.txt" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 54e2003b3..377994c17 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -1071,5 +1071,10 @@ "name": "Igor Dimitrijević (igorskyflyer)", "twitterHandle": "igorskyflyer", "url": "https://github.com/igorskyflyer" + }, + { + "id": 208, + "name": "thedoggybrad", + "url": "https://github.com/thedoggybrad" } ]