From 415c1948fccdc8eb27b76b043996017c5c56eac3 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/app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java b/app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java index 75717de9..8bfb7631 100644 --- a/app/src/main/java/app/revanced/integrations/patches/GeneralAdsPatch.java +++ b/app/src/main/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"