Skip to content

Commit 39876b4

Browse files
fix(YouTube - Hide ads): Hide new type of product ad in video description
1 parent f15003a commit 39876b4

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,14 @@ public AdsFilter() {
121121

122122
playerShoppingShelf = new StringFilterGroup(
123123
Settings.HIDE_PLAYER_STORE_SHELF,
124+
"expandable_list.eml",
124125
"horizontal_shelf.eml"
125126
);
126127

127128
playerShoppingShelfBuffer = new ByteArrayFilterGroup(
128129
null,
129-
"shopping_item_card_list.eml"
130+
"shopping_link_item",
131+
"shopping_item_card_list"
130132
);
131133

132134
channelProfile = new StringFilterGroup(

0 commit comments

Comments
 (0)