mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-30 15:52:55 +01:00
feat(youtube/general-ads): block the separator by its identifier
This commit is contained in:
parent
d9349d4e88
commit
6ceff7c9b3
@ -285,7 +285,6 @@ final class GeneralAdsPatch extends Filter {
|
||||
communityPosts,
|
||||
paidContent,
|
||||
suggestions,
|
||||
graySeparator,
|
||||
latestPosts,
|
||||
movieAds,
|
||||
chapterTeaser,
|
||||
@ -311,6 +310,7 @@ final class GeneralAdsPatch extends Filter {
|
||||
|
||||
this.identifierRegister.registerAll(
|
||||
shorts,
|
||||
graySeparator,
|
||||
carouselAd
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user