mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-22 18:23:59 +00:00
fix(youtubevanced/hide-ads): remove broken ad filter (#1881)
This commit is contained in:
@@ -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, """
|
||||||
|
|||||||
Reference in New Issue
Block a user