ILoveOpenSourceApplications
ILoveOpenSourceApplications
Can you share an image regarding this YouTube share sheet and other apps share sheet?
Wasn't this achieved at some point?
https://music.youtube.com/watch?v=F64yFFnZfkI&feature=share
> There isn't anything called "official header" in YT ReVanced. Is this what the `Hide search result shelf header` toggle is supposed to hide? Ah yes, I believe so too....
I tried to see if it's a litho component and can be hidden via the custom filter, but using `shelf_header` or `modern_type_shelf_header_context` hides every header throughout the search UI, even...
Yes, it's still present. Edit: If the user has `hide shorts in feed` on, then the search header is hidden.
Using the following litho+buffer string in custom filter hides the artists header as long as they have some kind of title related to song in them. `^shelf_header.eml$song`
Similarly for YouTuber headers, `^shelf_header.eml$YouTuber` should work as well.
We'll have to somehow find all channels with a different but generalizable key word so we can hide many with lesser number of filters. As of now the following are...
@LisoUseInAIKyrios, is this a viable solution? We'll have to do a scoop of all possible headers and add them one by one to the filter for this to work.