-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(YouTube/Hide Visit store button
): The 'Visit store' button on channel profile isn't hidden
#2121
Comments
This comment has been minimized.
This comment has been minimized.
I hadn't updated to 4.8.6 since the changelogs didn't have many changes that interested me and this wasn't mentioned either. Looks like it was fixed. Closing this then. |
On an unrelated note @inotia00, the method which is used to hide the individual tabs on the channel profile, is it a complex method or is it something simple? |
I it helps, I think this is the relavent code. |
Also @KobeW50, shouldn't it be |
The patch was renamed, but the button isn't hidden for me. |
Hide browse store button
): Hide the 'Visit store' button on channel profileHide Visit store button
): Hide the 'Visit store' button on channel profile isn't hidden
Hide Visit store button
): Hide the 'Visit store' button on channel profile isn't hiddenHide Visit store button
): The 'Visit store' button on channel profile isn't hidden
I'm not sure. Based off of this comment and the third commit in this PR I would assume that it shouldn't have single quotes. This is why I made this commit to revert many of the single-quotes that added earlier in the PR. I'm not sure if the stuff that has single-quotes in Revanced is meant to have them in RVX (eg: |
Single word components are so far the ones which use a first letter capitalize method. If it's a two word component, I think the quotation is used to indicate that both the word is part of the component. |
Examples: |
It makes sense, but I understand why it isn't desirable to have quotes. It makes the settings look cluttered, and the sentences aren't truly ambiguous without them. For example, in the title Regardless of the convention, it should always be consistent. So either every multi-word proper noun has quotes, or none should have quotes. |
Yes. This is a decision that needs to be made by @inotia00. |
reflected in revanced-patches-4.9.1-dev.1 |
It's still not hidden. |
It works for me |
Video
Screen_Recording_20240611_101933_YouTube.mp4 |
I'll do a litho check again. Even when adding |
If so, the path would have changed Attach an Extended debug logging, not the debug logging of the revanced |
The path did change. It's now 06-11 11:16:42.181 16748 16748 D Extended: LithoFilterPatch: Path: page_header.eml|29bf20f8b14236d4|ContainerType|ContainerType|ContainerType|flexible_actions.eml|daf1064fca739913|ContainerType|ContainerType|ContainerType|button.eml|ebc698722222cbfe|ContainerType|
06-11 11:16:42.181 16748 16748 D Extended: LithoFilterPatch: BufferStrings: Visit storeΓ¥Ösans-serifΓ¥Öeml.header_store_buttonΓ¥ÖVisit storeΓ¥ÖUCeeFfhMcJa1kjtfZAGskOCAΓ¥ÖEgVzdG9yZfIGBBICKgA%3D"Γ¥Ö/@techlinkedΓ¥Ö |
Thanks, I'm sure that this is an A/B tests |
Should be. I will try and see if it returns to the old one and if so, all is well. But if not, their will be a blank space of nothing when the button is hidden, thanks YouTube. |
Also, @inotia00 any comments on this? |
It's off-topic |
Okay. Opened a new issue. |
reflected in revanced-patches-4.9.1 FYI: Hidden, but still left empty space |
Type
Error at runtime
Tools used
RVX Manager
Application
YouTube v19.19.39
Bug description
Hide 'Visit store' button
isn't working.Error logs
No response
Solution
Adding the litho component:
^channel_profile.eml$header_store_button
in custom filter seems to work.Additional context
No response
Device Environment
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: