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 a580764 commit 1e2efadCopy full SHA for 1e2efad
extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/components/AdsFilter.java
@@ -121,12 +121,14 @@ public AdsFilter() {
121
122
playerShoppingShelf = new StringFilterGroup(
123
Settings.HIDE_PLAYER_STORE_SHELF,
124
+ "expandable_list.eml",
125
"horizontal_shelf.eml"
126
);
127
128
playerShoppingShelfBuffer = new ByteArrayFilterGroup(
129
null,
- "shopping_item_card_list.eml"
130
+ "shopping_link_item",
131
+ "shopping_item_card_list"
132
133
134
channelProfile = new StringFilterGroup(
0 commit comments