Skip to content

Commit

Permalink
fix(youtubevanced/hide-ads): remove broken ad filter (ReVanced#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnconner122 authored and oSumAtrIX committed Apr 21, 2023
1 parent 83747b7 commit 5b987e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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, """
Expand Down

0 comments on commit 5b987e1

Please sign in to comment.