mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-01 14:47:32 +01:00
fix(youtube/general-ads): hide any kind of buttoned ad
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
db60d983e5
commit
0b3508bd8d
@ -46,7 +46,7 @@ public final class GeneralAdsPatch extends Filter {
|
|||||||
"cell_divider" // layout residue (gray line above the buttoned ad),
|
"cell_divider" // layout residue (gray line above the buttoned ad),
|
||||||
);
|
);
|
||||||
var buttonedAd = new BlockRule(SettingsEnum.ADREMOVER_BUTTONED_REMOVAL,
|
var buttonedAd = new BlockRule(SettingsEnum.ADREMOVER_BUTTONED_REMOVAL,
|
||||||
"video_display_full_buttoned_layout",
|
"_buttoned_layout",
|
||||||
"full_width_square_image_layout",
|
"full_width_square_image_layout",
|
||||||
"_ad_with",
|
"_ad_with",
|
||||||
"landscape_image_wide_button_layout"
|
"landscape_image_wide_button_layout"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user