Skip to content

Commit

Permalink
fix(YouTube - Hide ads): Hide new types of ads
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Nov 3, 2024
1 parent db2de8e commit 93cecce
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ public AdsFilter() {
final var viewProducts = new StringFilterGroup(
Settings.HIDE_PRODUCTS_BANNER,
"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(
Expand Down

0 comments on commit 93cecce

Please sign in to comment.