Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inotia00/revanced-Patches
🧩 Patches for ReVanced
https://github.com/inotia00/revanced-Patches
Last synced: 14 days ago
JSON representation
🧩 Patches for ReVanced
- Host: GitHub
- URL: https://github.com/inotia00/revanced-Patches
- Owner: inotia00
- License: gpl-3.0
- Fork: true (ReVanced/revanced-patches-template)
- Created: 2022-12-21T16:29:56.000Z (about 2 years ago)
- Default Branch: revanced-extended
- Last Pushed: 2024-12-22T10:46:26.000Z (21 days ago)
- Last Synced: 2024-12-22T23:44:08.029Z (20 days ago)
- Language: Java
- Homepage: https://revanced.app
- Size: 41.3 MB
- Stars: 1,665
- Watchers: 55
- Forks: 110
- Open Issues: 2
-
Metadata Files:
- Readme: README-template.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - inotia00
README
## 🧩 ReVanced Patches
ReVanced Extended Patches.
See the [documentation](https://github.com/inotia00/revanced-documentation#readme) to learn how to apply patches and build ReVanced Extended apps.
## 📋 List of patches in this repository
{{ table }}
## 📝 JSON Format
This section explains the JSON format for the [patches.json](patches.json) file.
Example:
```json
[
{
"name": "Alternative thumbnails",
"description": "Adds options to replace video thumbnails using the DeArrow API or image captures from the video.",
"use":true,
"compatiblePackages": {
"com.google.android.youtube": "COMPATIBLE_PACKAGE_YOUTUBE"
},
"options": []
},
{
"name": "Bitrate default value",
"description": "Sets the audio quality to 'Always High' when you first install the app.",
"use":true,
"compatiblePackages": {
"com.google.android.apps.youtube.music": "COMPATIBLE_PACKAGE_MUSIC"
},
"options": []
},
{
"name": "Hide ads",
"description": "Adds options to hide ads.",
"use":true,
"compatiblePackages": {
"com.reddit.frontpage": "COMPATIBLE_PACKAGE_REDDIT"
},
"options": []
}
]
```