mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 18:57:03 +01:00
fix(youtubevanced/hide-ads): remove broken ad filter (#1881)
This commit is contained in:
parent
83747b7aea
commit
5b987e14e8
@ -47,8 +47,7 @@ class HideAdsPatch : BytecodePatch(
|
|||||||
"hero_promo_image",
|
"hero_promo_image",
|
||||||
"statement_banner",
|
"statement_banner",
|
||||||
"primetime_promo",
|
"primetime_promo",
|
||||||
"carousel_footered_layout",
|
"carousel_footered_layout"
|
||||||
"feature_grid_interstitial"
|
|
||||||
).forEach { component ->
|
).forEach { component ->
|
||||||
addInstructions(
|
addInstructions(
|
||||||
insertIndex, """
|
insertIndex, """
|
||||||
|
Loading…
Reference in New Issue
Block a user