fix(YouTube - Hide ads): Hide new type of product ad in video description (#5225)
This commit is contained in:
parent
25da5cca8b
commit
b65697603d
1 changed files with 3 additions and 1 deletions
|
|
@ -121,12 +121,14 @@ public final class AdsFilter extends Filter {
|
|||
|
||||
playerShoppingShelf = new StringFilterGroup(
|
||||
Settings.HIDE_PLAYER_STORE_SHELF,
|
||||
"expandable_list.eml",
|
||||
"horizontal_shelf.eml"
|
||||
);
|
||||
|
||||
playerShoppingShelfBuffer = new ByteArrayFilterGroup(
|
||||
null,
|
||||
"shopping_item_card_list.eml"
|
||||
"shopping_link_item",
|
||||
"shopping_item_card_list"
|
||||
);
|
||||
|
||||
channelProfile = new StringFilterGroup(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue