mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-18 18:09:23 +01:00
fix(youtube/general-ads): hide new types of ads (#339)
This commit is contained in:
parent
f8184905bd
commit
6528d444b4
@ -62,7 +62,9 @@ public final class GeneralAdsPatch extends Filter {
|
|||||||
"hero_promo_image",
|
"hero_promo_image",
|
||||||
"statement_banner",
|
"statement_banner",
|
||||||
"carousel_footered_layout",
|
"carousel_footered_layout",
|
||||||
"text_image_button_layout"
|
"text_image_button_layout",
|
||||||
|
"primetime_promo",
|
||||||
|
"feature_grid_interstitial"
|
||||||
);
|
);
|
||||||
var movieAds = new BlockRule(
|
var movieAds = new BlockRule(
|
||||||
SettingsEnum.ADREMOVER_MOVIE_REMOVAL,
|
SettingsEnum.ADREMOVER_MOVIE_REMOVAL,
|
||||||
|
Loading…
Reference in New Issue
Block a user