mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02: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,
|
communityPosts,
|
||||||
paidContent,
|
paidContent,
|
||||||
suggestions,
|
suggestions,
|
||||||
graySeparator,
|
|
||||||
latestPosts,
|
latestPosts,
|
||||||
movieAds,
|
movieAds,
|
||||||
chapterTeaser,
|
chapterTeaser,
|
||||||
@ -311,6 +310,7 @@ final class GeneralAdsPatch extends Filter {
|
|||||||
|
|
||||||
this.identifierRegister.registerAll(
|
this.identifierRegister.registerAll(
|
||||||
shorts,
|
shorts,
|
||||||
|
graySeparator,
|
||||||
carouselAd
|
carouselAd
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user