Skip to content

Commit 2fe4607

Browse files
fix(YouTube - Hide ads): Fix "Hide shopping links" (#5267)
1 parent 008e192 commit 2fe4607

File tree

1 file changed

+2
-3
lines changed
  • extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/components

1 file changed

+2
-3
lines changed

extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/components/AdsFilter.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,17 @@ public AdsFilter() {
116116

117117
shoppingLinks = new StringFilterGroup(
118118
Settings.HIDE_SHOPPING_LINKS,
119-
"expandable_list"
119+
"expandable_list",
120+
"shopping_description_shelf.eml"
120121
);
121122

122123
playerShoppingShelf = new StringFilterGroup(
123124
Settings.HIDE_PLAYER_STORE_SHELF,
124-
"expandable_list.eml",
125125
"horizontal_shelf.eml"
126126
);
127127

128128
playerShoppingShelfBuffer = new ByteArrayFilterGroup(
129129
null,
130-
"shopping_link_item",
131130
"shopping_item_card_list"
132131
);
133132

0 commit comments

Comments
 (0)