fix(YouTube - Hide ads): Hide new types of ads
This commit is contained in:
parent
43f5e99e0b
commit
6ceb084831
1 changed files with 3 additions and 1 deletions
|
|
@ -101,7 +101,9 @@ public final class AdsFilter extends Filter {
|
||||||
final var viewProducts = new StringFilterGroup(
|
final var viewProducts = new StringFilterGroup(
|
||||||
Settings.HIDE_PRODUCTS_BANNER,
|
Settings.HIDE_PRODUCTS_BANNER,
|
||||||
"product_item",
|
"product_item",
|
||||||
"products_in_video"
|
"products_in_video",
|
||||||
|
"shopping_overlay.eml", // Video player overlay shopping links.
|
||||||
|
"shopping_carousel.eml" // Channel profile shopping shelf.
|
||||||
);
|
);
|
||||||
|
|
||||||
shoppingLinks = new StringFilterGroup(
|
shoppingLinks = new StringFilterGroup(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue