mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-14 05:14:37 +01:00
fix(YouTube - Hide ads): Hide new type of product ad in video description (#5225)
This commit is contained in:
committed by
GitHub
parent
25da5cca8b
commit
b65697603d
@@ -121,12 +121,14 @@ public final class AdsFilter extends Filter {
|
|||||||
|
|
||||||
playerShoppingShelf = new StringFilterGroup(
|
playerShoppingShelf = new StringFilterGroup(
|
||||||
Settings.HIDE_PLAYER_STORE_SHELF,
|
Settings.HIDE_PLAYER_STORE_SHELF,
|
||||||
|
"expandable_list.eml",
|
||||||
"horizontal_shelf.eml"
|
"horizontal_shelf.eml"
|
||||||
);
|
);
|
||||||
|
|
||||||
playerShoppingShelfBuffer = new ByteArrayFilterGroup(
|
playerShoppingShelfBuffer = new ByteArrayFilterGroup(
|
||||||
null,
|
null,
|
||||||
"shopping_item_card_list.eml"
|
"shopping_link_item",
|
||||||
|
"shopping_item_card_list"
|
||||||
);
|
);
|
||||||
|
|
||||||
channelProfile = new StringFilterGroup(
|
channelProfile = new StringFilterGroup(
|
||||||
|
|||||||
Reference in New Issue
Block a user