mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
fix(YouTube - Hide ads): fix 'Hide the Visit store button on channel pages' not working (#4364)
This commit is contained in:
committed by
GitHub
parent
055ad04281
commit
a73db03671
@@ -131,7 +131,8 @@ public final class AdsFilter extends Filter {
|
||||
|
||||
channelProfile = new StringFilterGroup(
|
||||
Settings.HIDE_VISIT_STORE_BUTTON,
|
||||
"channel_profile.eml"
|
||||
"channel_profile.eml",
|
||||
"page_header.eml"
|
||||
);
|
||||
|
||||
visitStoreButton = new ByteArrayFilterGroup(
|
||||
|
||||
Reference in New Issue
Block a user