Skip to content
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

feat(YouTube): Hide Shorts like / dislike icons #769

Closed
3 tasks done
Matszwe02 opened this issue Jun 13, 2023 · 2 comments · Fixed by #2804
Closed
3 tasks done

feat(YouTube): Hide Shorts like / dislike icons #769

Matszwe02 opened this issue Jun 13, 2023 · 2 comments · Fixed by #2804
Labels
Feature request Requesting a new feature that's not implemented yet

Comments

@Matszwe02
Copy link

Application

com.google.android.youtube

Issue

I don't want the like / dislike icons to be visible and obstruct the visibility of shorts.

Patch

I thought about removing the icons and just displaying likes and dislikes as text for example "622 / 7"

Motivation

  1. modern screens are OLED and removing static icons will extend their lifespan
  2. UI could be cleaner without the whole right side navigation bar that obstructs 10% of the video all the times

Acknowledgements

  • I have searched the existing issues and this is a new and no duplicate or related to another open issue.
  • I have written a short but informative title.
  • I filled out all of the requested information in this issue properly.
@Matszwe02 Matszwe02 added the Feature request Requesting a new feature that's not implemented yet label Jun 13, 2023
@oSumAtrIX oSumAtrIX transferred this issue from ReVanced/revanced-patches-template Dec 14, 2023
@oSumAtrIX oSumAtrIX transferred this issue from another repository Dec 14, 2023
@LisoUseInAIKyrios
Copy link
Contributor

LisoUseInAIKyrios commented Dec 31, 2023

The likes/dislikes are now a Litho component.

They can be hidden using a custom filter of: shorts_like_button and shorts_dislike_button

This will not work if using version spoofing to 18.33.40 or older. And if you do hide these buttons, then also turn off RYD Shorts support to prevent it fetching dislikes it will never use.

@CompuGenius-Programs
Copy link

CompuGenius-Programs commented Dec 31, 2023

The likes/dislikes are now a Litho component.

They can be hidden using a litho custom filter of: shorts_like_button and shorts_dislike_button

What does this mean? How do I use "Litho" filters?
Edit: still don't know what Litho means, but I set up the custom filters and it works beautifully. Thank you!

@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat: disable youtube shorts likes / dislikes icons feat(YouTube): Hide Shorts likes / dislikes icons Dec 31, 2023
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat(YouTube): Hide Shorts likes / dislikes icons feat(YouTube): Hide Shorts like / dislike icons Dec 31, 2023
Slenderman00 pushed a commit to Slenderman00/revanced-patches-grindr that referenced this issue Jan 31, 2024
# [2.86.0](ReVanced/revanced-patches@v2.85.2...v2.86.0) (2022-10-25)

### Features

* **youtube/theme:** extend theming to splash screen ([ReVanced#769](ReVanced/revanced-patches#769)) ([f7bb937](ReVanced/revanced-patches@0911136))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants