From 734c80a8404975a927bcf34f1c60733d0eb66413 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 10 May 2023 02:22:08 +0200 Subject: [PATCH] fix(youtube/hide-ads): don't filter for `reels_player_overlay` This fixes hiding Shorts ads layouts unintentionally --- .../java/app/revanced/integrations/patches/GeneralAdsPatch.java | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/java/app/revanced/integrations/patches/GeneralAdsPatch.java b/integrations/java/app/revanced/integrations/patches/GeneralAdsPatch.java index 75717de95..8bfb76318 100644 --- a/integrations/java/app/revanced/integrations/patches/GeneralAdsPatch.java +++ b/integrations/java/app/revanced/integrations/patches/GeneralAdsPatch.java @@ -111,7 +111,6 @@ public final class GeneralAdsPatch extends Filter { "carousel_ad" ); var shorts = new BlockRule(SettingsEnum.ADREMOVER_SHORTS_REMOVAL, - "reels_player_overlay", "shorts_shelf", "inline_shorts", "shorts_grid"