Skip to content

Commit

Permalink
feat(youtube/general-ads): block new type of ad
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 16, 2023
1 parent 6dbccfd commit 6265a91
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -64,7 +64,8 @@ public GeneralAdsPatch() {
"carousel_footered_layout",
"text_image_button_layout",
"primetime_promo",
"feature_grid_interstitial"
"feature_grid_interstitial",
"product_details"
);
var movieAds = new BlockRule(
SettingsEnum.ADREMOVER_MOVIE_REMOVAL,
Expand Down

0 comments on commit 6265a91

Please sign in to comment.