mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 06:34:28 +02:00
fix(YouTube - Hide ads): fix 'Hide the Visit store button on channel pages' not working (#4364)
This commit is contained in:
parent
525bad2b34
commit
9d63ea9a10
@ -131,7 +131,8 @@ public final class AdsFilter extends Filter {
|
|||||||
|
|
||||||
channelProfile = new StringFilterGroup(
|
channelProfile = new StringFilterGroup(
|
||||||
Settings.HIDE_VISIT_STORE_BUTTON,
|
Settings.HIDE_VISIT_STORE_BUTTON,
|
||||||
"channel_profile.eml"
|
"channel_profile.eml",
|
||||||
|
"page_header.eml"
|
||||||
);
|
);
|
||||||
|
|
||||||
visitStoreButton = new ByteArrayFilterGroup(
|
visitStoreButton = new ByteArrayFilterGroup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user