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(patch): Under videos "Load More" button removal #1031

Closed
3 tasks done
0xrxL opened this issue May 3, 2023 · 5 comments · Fixed by ReVanced/revanced-patches-template#2078
Closed
3 tasks done
Labels
Feature request Requesting a new feature that's not implemented yet

Comments

@0xrxL
Copy link

0xrxL commented May 3, 2023

Application

YouTube

Issue

After performing a search by creator name (for example: Stockdroid), at the bottom of some videos a button named "Load More" is shown.

Patch

Block the non-litho component named:

  • expand_button_down (type: layout)

and hide it with the method "AdRemoverAPI.HideViewWithLayout1dp(view);"

Motivation

Once tapped, this button apparently show the most popular videos of a specific channel. These new videos are copies of videos already in the list, which could be found by scrolling the list a bit more.

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.
@0xrxL 0xrxL added the Feature request Requesting a new feature that's not implemented yet label May 3, 2023
@0xrxL
Copy link
Author

0xrxL commented May 3, 2023

Immagine 2023-05-03 175645

@0xrxL
Copy link
Author

0xrxL commented May 3, 2023

Obviously, as usual, i'm not interested to personally open a PR for this.

@johnconner122
Copy link
Contributor

It's done. Suggest a name for patch. 🙂

@oSumAtrIX
Copy link
Member

hide-load-more-button - Hides the button under videos to load similar videos

@johnconner122
Copy link
Contributor

Is there a way to add a check for search feed, it is also hiding load more button in channel section.

Screenshot_2023-07-03-12-22-27-469-edit_app revanced android youtube

@oSumAtrIX oSumAtrIX transferred this issue from ReVanced/revanced-patches-template Dec 14, 2023
@oSumAtrIX oSumAtrIX transferred this issue from another repository Dec 14, 2023
Slenderman00 pushed a commit to Slenderman00/revanced-patches-grindr that referenced this issue Jan 31, 2024
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.

4 participants