We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008e192 commit 2fe4607Copy full SHA for 2fe4607
extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/components/AdsFilter.java
@@ -116,18 +116,17 @@ public AdsFilter() {
116
117
shoppingLinks = new StringFilterGroup(
118
Settings.HIDE_SHOPPING_LINKS,
119
- "expandable_list"
+ "expandable_list",
120
+ "shopping_description_shelf.eml"
121
);
122
123
playerShoppingShelf = new StringFilterGroup(
124
Settings.HIDE_PLAYER_STORE_SHELF,
- "expandable_list.eml",
125
"horizontal_shelf.eml"
126
127
128
playerShoppingShelfBuffer = new ByteArrayFilterGroup(
129
null,
130
- "shopping_link_item",
131
"shopping_item_card_list"
132
133
0 commit comments