inotia00/revanced-patches-arsclib

67

stars

1,338

commits

Kotlin

primary language

Dec 29, 2025

updated

README

🧩 ReVanced Extended Patches ARSCLib

ReVanced Extended Patches ARSCLib.

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

πŸ“‹ List of patches in this repository

πŸ“¦ com.reddit.frontpage

πŸ’Š PatchπŸ“œ Description🏹 Target Version
Hide adsAdds options to hide ads.2025.40.0 ~ 2025.52.0
Custom branding name for RedditRenames the Reddit app to the name specified in options.json.2025.40.0 ~ 2025.52.0
Hide recommended communities shelfAdds an option to hide the recommended communities shelves in subreddits.2025.40.0 ~ 2025.52.0
Hide navigation buttonsAdds options to hide buttons in the navigation bar.2025.40.0 ~ 2025.52.0
Disable screenshot popupAdds an option to disable the popup that appears when taking a screenshot.2025.40.0 ~ 2025.52.0
Hide sidebar componentsAdds options to hide the sidebar components.2025.40.0 ~ 2025.52.0
Remove subreddit dialogAdds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically.2025.40.0 ~ 2025.52.0
Hide Trending Today shelfAdds an option to hide the Trending Today shelf from search suggestions.2025.40.0 ~ 2025.52.0
Spoof signatureSpoofs the signature of the app.2025.40.0 ~ 2025.52.0
Open links directlyAdds an option to skip over redirection URLs in external links.2025.40.0 ~ 2025.52.0
Open links externallyAdds an option to always open links in your browser instead of in the in-app-browser.2025.40.0 ~ 2025.52.0
Sanitize sharing linksAdds an option to remove tracking query parameters from URLs when sharing links.2025.40.0 ~ 2025.52.0
Settings for RedditApplies mandatory patches to implement RVX settings into the application.2025.40.0 ~ 2025.52.0

πŸ“ JSON Format

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

Example:

[
  {
    "name": "Hide ads",
    "description": "Adds options to hide ads.",
    "excluded":false,
    "options": [],
    "dependencies": [
      "Settings for Reddit",
      "CommentAdsPatch"
    ],
    "compatiblePackages": {
      "com.reddit.frontpage": [
        "2025.40.0",
        "2025.43.0",
        "2025.45.0",
        "2025.52.0"
      ]
    }
  }
]

Contributors

(top 30 of 65)

oSumAtrIX

440 commits

Sculas

87 commits

inotia00

52 commits

inotia00/revanced-patches-arsclib

67

stars

1,338

commits

Kotlin

primary language

Dec 29, 2025

updated

README

🧩 ReVanced Extended Patches ARSCLib

ReVanced Extended Patches ARSCLib.

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

πŸ“‹ List of patches in this repository

πŸ“¦ com.reddit.frontpage

πŸ’Š PatchπŸ“œ Description🏹 Target Version
Hide adsAdds options to hide ads.2025.40.0 ~ 2025.52.0
Custom branding name for RedditRenames the Reddit app to the name specified in options.json.2025.40.0 ~ 2025.52.0
Hide recommended communities shelfAdds an option to hide the recommended communities shelves in subreddits.2025.40.0 ~ 2025.52.0
Hide navigation buttonsAdds options to hide buttons in the navigation bar.2025.40.0 ~ 2025.52.0
Disable screenshot popupAdds an option to disable the popup that appears when taking a screenshot.2025.40.0 ~ 2025.52.0
Hide sidebar componentsAdds options to hide the sidebar components.2025.40.0 ~ 2025.52.0
Remove subreddit dialogAdds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically.2025.40.0 ~ 2025.52.0
Hide Trending Today shelfAdds an option to hide the Trending Today shelf from search suggestions.2025.40.0 ~ 2025.52.0
Spoof signatureSpoofs the signature of the app.2025.40.0 ~ 2025.52.0
Open links directlyAdds an option to skip over redirection URLs in external links.2025.40.0 ~ 2025.52.0
Open links externallyAdds an option to always open links in your browser instead of in the in-app-browser.2025.40.0 ~ 2025.52.0
Sanitize sharing linksAdds an option to remove tracking query parameters from URLs when sharing links.2025.40.0 ~ 2025.52.0
Settings for RedditApplies mandatory patches to implement RVX settings into the application.2025.40.0 ~ 2025.52.0

πŸ“ JSON Format

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

Example:

[
  {
    "name": "Hide ads",
    "description": "Adds options to hide ads.",
    "excluded":false,
    "options": [],
    "dependencies": [
      "Settings for Reddit",
      "CommentAdsPatch"
    ],
    "compatiblePackages": {
      "com.reddit.frontpage": [
        "2025.40.0",
        "2025.43.0",
        "2025.45.0",
        "2025.52.0"
      ]
    }
  }
]

Contributors

(top 30 of 65)

oSumAtrIX

440 commits

Sculas

87 commits

inotia00

52 commits

Languages

Kotlin

100.0%