fix(youtube/hide-ads): don't filter for reels_player_overlay

This fixes hiding Shorts ads layouts unintentionally
This commit is contained in:
oSumAtrIX 2023-05-10 02:22:08 +02:00
parent c1c1a64216
commit 734c80a840

View File

@ -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"