Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Hide ads): Hide view products banner setting is not w…
Browse files Browse the repository at this point in the history
…orking
  • Loading branch information
anddea committed Oct 23, 2024
1 parent 46d1b60 commit 469a716
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public AdsFilter() {
final StringFilterGroup viewProducts = new StringFilterGroup(
Settings.HIDE_VIEW_PRODUCTS,
"product_item",
"products_in_video"
"products_in_video",
"shopping_overlay"
);

final StringFilterGroup webSearchPanel = new StringFilterGroup(
Expand Down

0 comments on commit 469a716

Please sign in to comment.