Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Latest commit

 

History

History
84 lines (62 loc) · 3.89 KB

File metadata and controls

84 lines (62 loc) · 3.89 KB
RVX logo

🧩 ReVanced Extended Patches

ReVanced Extended Patches.

Static Badge Static Badge Static Badge
Static Badge Static Badge Static Badge
Static Badge Static Badge

See the documentation to learn how to apply patches and build ReVanced Extended apps.

Report issues here.

⚠️ DEPRECATED

This project is deprecated and no longer actively maintained.

  • No further features, fixes, or updates will be provided.
  • Issues and pull requests are no longer monitored.
  • The repository remains available for reference and forking.

See Announcement for more info.

🔀 Recommended Alternatives

  • Morphe (Recommended): This project is an alternative to ReVanced, which no longer has an active maintainer. Considering its future sustainability, I recommend it as a long-term successor project. I will continue to contribute as a member of the Morphe Team.
  • RVX by Anddea: This is a fork of RVX that has been maintained for about 2 years.

For immediate compatibility, RVX by Anddea is available; however, for sustainable support, I recommend migrating to Morphe.

🤝 A Final Note of Thanks

It has been an incredible journey over the past 3.5 years. I am deeply grateful to the community for all the support and contributions that made this project possible.

While this repository is now archived, its spirit continues in Morphe. Thank you for being part of the ride!

📋 List of patches in this repository

{{ table }}

📝 JSON Format

This section explains the JSON format for the patches.json file.

Example:

[
  {
    "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": []
  }
]