mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-02 16:15:58 +01:00
fix(youtube/hide-ads): don't filter for reels_player_overlay
This fixes hiding Shorts ads layouts unintentionally
This commit is contained in:
parent
1f72d17d49
commit
415c1948fc
@ -111,7 +111,6 @@ public final class GeneralAdsPatch extends Filter {
|
|||||||
"carousel_ad"
|
"carousel_ad"
|
||||||
);
|
);
|
||||||
var shorts = new BlockRule(SettingsEnum.ADREMOVER_SHORTS_REMOVAL,
|
var shorts = new BlockRule(SettingsEnum.ADREMOVER_SHORTS_REMOVAL,
|
||||||
"reels_player_overlay",
|
|
||||||
"shorts_shelf",
|
"shorts_shelf",
|
||||||
"inline_shorts",
|
"inline_shorts",
|
||||||
"shorts_grid"
|
"shorts_grid"
|
||||||
|
Loading…
Reference in New Issue
Block a user