https://github.com/anddea/revanced-patches
🧩 Patches for ReVanced
https://github.com/anddea/revanced-patches
Last synced: 3 months ago
JSON representation
🧩 Patches for ReVanced
- Host: GitHub
- URL: https://github.com/anddea/revanced-patches
- Owner: anddea
- License: gpl-3.0
- Created: 2024-02-10T17:41:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:42:29.000Z (over 1 year ago)
- Last Synced: 2024-10-29T13:26:59.366Z (over 1 year ago)
- Language: Kotlin
- Homepage: https://revanced.app
- Size: 47 MB
- Stars: 597
- Watchers: 17
- Forks: 42
- Open Issues: 24
-
Metadata Files:
- Readme: README-template.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - Anddea
README
## 🧩 ReVanced Extended Patches
[](https://github.com/anddea/revanced-patches/wiki) [](https://rvxtranslate.netlify.app/)
[](https://t.me/AnddeaChat) [](https://reddit.com/r/revancedextended) [](https://www.reddit.com/r/YTadvanced)
## Documentation
Check the [wiki](https://github.com/anddea/revanced-patches/wiki) for resources on patching, customization, and debugging.
Report issues [here](https://github.com/inotia00/ReVanced_Extended).
## 📋 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": []
}
]
```