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

Commit

Permalink
fix(YouTube/Hide ads): Hide view products banner setting not working
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Oct 20, 2024
1 parent 09bb004 commit 0ae3afa
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 0ae3afa

Please sign in to comment.