mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(youtubevanced/hide-ads): remove broken ad filter (#1881)
This commit is contained in:
parent
83747b7aea
commit
5b987e14e8
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ class HideAdsPatch : BytecodePatch(
|
|||
"hero_promo_image",
|
||||
"statement_banner",
|
||||
"primetime_promo",
|
||||
"carousel_footered_layout",
|
||||
"feature_grid_interstitial"
|
||||
"carousel_footered_layout"
|
||||
).forEach { component ->
|
||||
addInstructions(
|
||||
insertIndex, """
|
||||
|
|
Loading…
Reference in a new issue