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 a new issue