fix(YouTube - Hide ads): Fix "Hide shopping links" (#5267)

This commit is contained in:
ILoveOpenSourceApplications
2025-06-27 17:03:21 +05:30
committed by GitHub
parent b6bf1e026c
commit e169056b70

View File

@@ -116,18 +116,17 @@ public final class AdsFilter extends Filter {
shoppingLinks = new StringFilterGroup(
Settings.HIDE_SHOPPING_LINKS,
"expandable_list"
"expandable_list",
"shopping_description_shelf.eml"
);
playerShoppingShelf = new StringFilterGroup(
Settings.HIDE_PLAYER_STORE_SHELF,
"expandable_list.eml",
"horizontal_shelf.eml"
);
playerShoppingShelfBuffer = new ByteArrayFilterGroup(
null,
"shopping_link_item",
"shopping_item_card_list"
);