A tweak that's try to recreate features like in YTLite as much as possible. Contributors are welcome! ^^
If you want to contribute this project, scroll down below for how to do it.
The reason is because of YTLite no longer free. So I'll try my best to recreate all the features as much as I can, plus alternative tweaks combined.
This tweak can hide, remove elements and others in YouTube. Such as:
- Navigation bar
- Player
- Shorts
- Tab bar
- And much more!
Currently the features and added tweaks are incomplete as this is still currently under development :)
Up to the latest, this is the goal of this tweak. Any versions starting from 19.x - latest.
- Click on Sync fork, and if your branch is out-of-date, click on Update branch.
- Navigate to Actions in your forked repository and select Build IPA with tweaks.
- Click the Run workflow button located on the right side.
- Get a decrypted .ipa file (I cannot provide this due to legal reasons.), then upload it to a file provider (e.g., filebin.net,filemail.com,catbox.moe or Dropbox is recommended). Paste the URL of the decrypted IPA file in the provided field. You can also change the BundleID and Display Name if desired.
NOTE: Make sure to provide a direct download link to the file, not a link to a webpage. Otherwise, the process will fail.
- Make sure all inputs are correct, then click Run workflow to start the process.
- Wait for the build to finish. You can download the YouMod IPA from the releases section of your forked repo. (If you can't find the releases section, go to your forked repo and add /releases to the URL, i.e., github.com/yourusername/YouMod/releases.)
- Find or create an issue with the bug you're facing or a feature missing (Can also be workflows and localizations).
- Clone the repository.
- Create a new branch for your changes.
- Implement your changes and ensure that they are well-tested, commit your changes and push to your branch.
- On your fork repository, click "Contribute" button to create a new pull request (PR) from your branch.
- In the PR description, reference the issue you're addressing (e.g., "Closes #123", I found this issue from ..., Update this workflow to ... , Update this language localizations) and send screenshots or videos proving your codes work without any issues (Only send this if you are not modifying the localizations).
- Once your PR is submitted, maintainers or collaborators may review it and ask for changes or feedback. Make any necessary adjustments, and respond to comments as needed.