mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-03 17:22:54 +01:00
feat(youtube/general-ads): hide new type of ad
This commit is contained in:
parent
212e4f2ce4
commit
5ba4cbd4e0
@ -65,7 +65,8 @@ public final class GeneralAdsPatch extends Filter {
|
|||||||
"text_image_button_layout",
|
"text_image_button_layout",
|
||||||
"primetime_promo",
|
"primetime_promo",
|
||||||
"feature_grid_interstitial",
|
"feature_grid_interstitial",
|
||||||
"product_details"
|
"product_details",
|
||||||
|
"brand_video_shelf"
|
||||||
);
|
);
|
||||||
var movieAds = new BlockRule(
|
var movieAds = new BlockRule(
|
||||||
SettingsEnum.ADREMOVER_MOVIE_REMOVAL,
|
SettingsEnum.ADREMOVER_MOVIE_REMOVAL,
|
||||||
|
Loading…
Reference in New Issue
Block a user