From bfd1c159a7632ed1e785e78406c9dc8f86fa74c5 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 3 Oct 2022 13:39:40 +0200 Subject: [PATCH] fix(youtube/general-ads): do not block ads on `download_` --- .../app/revanced/integrations/patches/LithoFilterPatch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/java/app/revanced/integrations/patches/LithoFilterPatch.java b/integrations/java/app/revanced/integrations/patches/LithoFilterPatch.java index 508b36e06..7bbd2a58f 100644 --- a/integrations/java/app/revanced/integrations/patches/LithoFilterPatch.java +++ b/integrations/java/app/revanced/integrations/patches/LithoFilterPatch.java @@ -199,7 +199,7 @@ class GeneralBytecodeAdsPatch extends Filter { "home_video_with_context", "related_video_with_context", "search_video_with_context", - "download_button", + "download_", "library_recent_shelf", "menu", "root",