mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-19 06:16:51 +01:00
feat(youtube/general-ads): block the separator by its identifier
This commit is contained in:
parent
890c356960
commit
ffc4a3ce1e
@ -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…
x
Reference in New Issue
Block a user