generated from ReVanced/revanced-patches-template
-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Labels
Feature request
Requesting a new feature that's not implemented yet
Comments
0xrxL
added
the
Feature request
Requesting a new feature that's not implemented yet
label
May 3, 2023
Obviously, as usual, i'm not interested to personally open a PR for this. |
It's done. Suggest a name for patch. 🙂 |
hide-load-more-button - Hides the button under videos to load similar videos |
Slenderman00
pushed a commit
to Slenderman00/revanced-patches-grindr
that referenced
this issue
Jan 31, 2024
# [2.108.0](ReVanced/revanced-patches@v2.107.0...v2.108.0) (2022-11-13) ### Features * **twitch:** `debug-mode` patch ([ReVanced#1031](ReVanced/revanced-patches#1031)) ([c514860](ReVanced/revanced-patches@f453472))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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
The text was updated successfully, but these errors were encountered: