├── src ├── options │ ├── BiliRoamingM.json │ ├── indrastorms.json │ ├── revanced-extended.json │ ├── revanced-extended-android-5.json │ ├── revanced-extended-android-6-7.json │ └── anddea.json ├── patches │ ├── pixiv │ │ ├── exclude-patches │ │ └── include-patches │ ├── rar │ │ ├── exclude-patches │ │ └── include-patches │ ├── Disney │ │ ├── exclude-patches │ │ └── include-patches │ ├── Duolingo │ │ ├── exclude-patches │ │ └── include-patches │ ├── GoogleNews │ │ ├── exclude-patches │ │ └── include-patches │ ├── Photomath │ │ ├── exclude-patches │ │ └── include-patches │ ├── ProtonVPN │ │ ├── exclude-patches │ │ └── include-patches │ ├── facebook │ │ ├── exclude-patches │ │ └── include-patches │ ├── gg-photos │ │ ├── exclude-patches │ │ └── include-patches │ ├── instagram │ │ ├── exclude-patches │ │ └── include-patches │ ├── lightroom │ │ ├── exclude-patches │ │ └── include-patches │ ├── messenger │ │ ├── include-patches │ │ └── exclude-patches │ ├── protonmail │ │ ├── exclude-patches │ │ └── include-patches │ ├── reddit-rve │ │ ├── exclude-patches │ │ └── include-patches │ ├── reddit │ │ ├── exclude-patches │ │ └── include-patches │ ├── soundcloud │ │ ├── exclude-patches │ │ └── include-patches │ ├── strava │ │ ├── exclude-patches │ │ └── include-patches │ ├── tiktok │ │ ├── exclude-patches │ │ └── include-patches │ ├── tumblr │ │ ├── exclude-patches │ │ └── include-patches │ ├── twitch │ │ ├── exclude-patches │ │ └── include-patches │ ├── twitter │ │ ├── exclude-patches │ │ └── include-patches │ ├── Soild-Explorer │ │ ├── exclude-patches │ │ └── include-patches │ ├── Spotjfy-anddea │ │ ├── exclude-patches │ │ └── include-patches │ ├── Viber-revanced │ │ ├── exclude-patches │ │ └── include-patches │ ├── reddit-anddea │ │ ├── exclude-patches │ │ └── include-patches │ ├── twitter-piko │ │ ├── exclude-patches │ │ └── include-patches │ ├── Crunchyroll-revanced │ │ ├── exclude-patches │ │ └── include-patches │ ├── Prime-Video-revanced │ │ ├── exclude-patches │ │ └── include-patches │ ├── Spotjfy-revanced │ │ ├── exclude-patches │ │ └── include-patches │ ├── Threads-revanced │ │ ├── exclude-patches │ │ └── include-patches │ ├── reddit-rve-arsclib │ │ ├── exclude-patches │ │ └── include-patches │ ├── tasker-indrastorms │ │ ├── exclude-patches │ │ └── include-patches │ ├── youtube-revanced │ │ ├── exclude-patches │ │ └── include-patches │ ├── bilibili-BiliRoamingM │ │ ├── exclude-patches │ │ └── include-patches │ ├── nova-launcher-indrastorms │ │ ├── exclude-patches │ │ └── include-patches │ ├── youtube-music-revanced │ │ ├── exclude-patches │ │ └── include-patches │ ├── youtube-music-rve-anddea │ │ ├── include-patches │ │ └── exclude-patches │ ├── fx-file-explorer-indrastorms │ │ ├── exclude-patches │ │ └── include-patches │ ├── instagram-revanced-experiments │ │ ├── include-patches │ │ └── exclude-patches │ ├── telegram-revanced-experiments │ │ ├── include-patches │ │ └── exclude-patches │ ├── youtube-revanced-LisoUseInAIKyrios │ │ ├── exclude-patches │ │ └── include-patches │ ├── youtube-revanced-extended-5 │ │ ├── exclude-patches │ │ └── include-patches │ ├── youtube-revanced-extended-6-7 │ │ ├── exclude-patches │ │ └── include-patches │ ├── youtube-music-revanced-LisoUseInAIKyrios │ │ ├── exclude-patches │ │ └── include-patches │ ├── instagram_instafel │ │ └── patches │ ├── youtube-music-revanced-extended │ │ ├── exclude-patches │ │ └── include-patches │ ├── youtube-rve-anddea │ │ ├── exclude-patches │ │ └── include-patches │ └── youtube-revanced-extended │ │ ├── exclude-patches │ │ └── include-patches ├── _ks.keystore ├── ks.keystore ├── build │ ├── scrazzz-revanced.sh │ ├── Piko-Beta.sh │ ├── Piko.sh │ ├── BiliRoamingM.sh │ ├── Instafel.sh │ ├── Revanced-Experiment.sh │ ├── Dropped-Patches-Revanced.sh │ ├── Revanced-Extended-Arsclib.sh │ ├── Revanced-Extended-Android-5.sh │ ├── Revanced-Extended-Android-6-7.sh │ ├── LisoUseInAIKyrios.sh │ ├── Anddea-Revanced-Extended-Beta.sh │ ├── Anddea-Revanced-Extended.sh │ ├── Revanced-Extended.sh │ ├── Revanced-Extended-Beta.sh │ ├── Revanced.sh │ ├── Revanced-Beta.sh │ └── utils.sh └── etc │ ├── connection.sh │ ├── cf_warp.sh │ └── ci.sh ├── .github ├── FUNDING.yml ├── actions │ ├── preparing │ │ └── action.yml │ ├── re-run │ │ └── action.yml │ └── release │ │ └── action.yml └── workflows │ ├── ci_.yml │ ├── ci.yml │ └── manual-patch.yml ├── docs ├── image │ ├── Banner.png │ ├── Readme.png │ └── FAQ │ │ ├── patching-app-1.png │ │ ├── patching-app-2.png │ │ ├── patching-app-3.png │ │ └── patching-app-4.png └── Frequently Asked Questions.md ├── LICENSE └── README.md /src/options/BiliRoamingM.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /src/options/indrastorms.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /src/patches/pixiv/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/pixiv/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/rar/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/rar/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Disney/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Disney/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Duolingo/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Duolingo/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/GoogleNews/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/GoogleNews/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Photomath/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Photomath/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/ProtonVPN/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/ProtonVPN/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/facebook/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/facebook/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/gg-photos/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/gg-photos/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/instagram/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/lightroom/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/lightroom/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/messenger/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/protonmail/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/protonmail/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/reddit-rve/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/reddit-rve/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/reddit/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/reddit/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/soundcloud/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/soundcloud/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/strava/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/strava/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/tiktok/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/tiktok/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/tumblr/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/tumblr/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/twitch/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/twitch/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/twitter/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/twitter/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: ReVanced 2 | -------------------------------------------------------------------------------- /src/patches/Soild-Explorer/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Soild-Explorer/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Spotjfy-anddea/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Spotjfy-anddea/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Viber-revanced/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Viber-revanced/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/reddit-anddea/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/reddit-anddea/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/twitter-piko/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/twitter-piko/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Crunchyroll-revanced/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Crunchyroll-revanced/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Prime-Video-revanced/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Prime-Video-revanced/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Spotjfy-revanced/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Spotjfy-revanced/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Threads-revanced/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/Threads-revanced/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/reddit-rve-arsclib/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/reddit-rve-arsclib/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/tasker-indrastorms/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/tasker-indrastorms/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/youtube-revanced/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/bilibili-BiliRoamingM/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/bilibili-BiliRoamingM/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/nova-launcher-indrastorms/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/nova-launcher-indrastorms/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/youtube-music-revanced/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/youtube-music-revanced/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/youtube-music-rve-anddea/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/fx-file-explorer-indrastorms/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/fx-file-explorer-indrastorms/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/instagram-revanced-experiments/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/telegram-revanced-experiments/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/youtube-revanced-LisoUseInAIKyrios/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/youtube-revanced-extended-5/exclude-patches: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/patches/youtube-revanced-extended-6-7/exclude-patches: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/patches/youtube-music-revanced-LisoUseInAIKyrios/exclude-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/youtube-music-revanced-LisoUseInAIKyrios/include-patches: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/patches/messenger/exclude-patches: -------------------------------------------------------------------------------- 1 | Disable switching emoji to sticker 2 | -------------------------------------------------------------------------------- /src/patches/youtube-revanced-extended-5/include-patches: -------------------------------------------------------------------------------- 1 | Spoof app version 2 | -------------------------------------------------------------------------------- /src/patches/youtube-revanced-extended-6-7/include-patches: -------------------------------------------------------------------------------- 1 | Spoof app version 2 | -------------------------------------------------------------------------------- /src/patches/instagram_instafel/patches: -------------------------------------------------------------------------------- 1 | remove_snooze_warning 2 | remove_ads 3 | instafel 4 | -------------------------------------------------------------------------------- /src/patches/youtube-music-rve-anddea/exclude-patches: -------------------------------------------------------------------------------- 1 | Custom branding icon for YouTube Music 2 | -------------------------------------------------------------------------------- /src/patches/youtube-revanced/include-patches: -------------------------------------------------------------------------------- 1 | Custom branding|-OappName="YouTube ReVanced" 2 | -------------------------------------------------------------------------------- /src/patches/instagram-revanced-experiments/exclude-patches: -------------------------------------------------------------------------------- 1 | Disable Auto Update 2 | Deobfuscate Smob 3 | -------------------------------------------------------------------------------- /src/patches/instagram/include-patches: -------------------------------------------------------------------------------- 1 | Enable developer menu 2 | Limit feed to followed profiles 3 | -------------------------------------------------------------------------------- /src/patches/telegram-revanced-experiments/exclude-patches: -------------------------------------------------------------------------------- 1 | Disable Auto Update 2 | Deobfuscate Smob 3 | -------------------------------------------------------------------------------- /src/patches/youtube-music-revanced-extended/exclude-patches: -------------------------------------------------------------------------------- 1 | Custom branding icon for YouTube Music 2 | -------------------------------------------------------------------------------- /src/patches/youtube-music-revanced-extended/include-patches: -------------------------------------------------------------------------------- 1 | Custom branding name for YouTube Music 2 | -------------------------------------------------------------------------------- /src/patches/youtube-rve-anddea/exclude-patches: -------------------------------------------------------------------------------- 1 | Custom branding icon for YouTube 2 | Translations 3 | -------------------------------------------------------------------------------- /src/patches/youtube-revanced-LisoUseInAIKyrios/include-patches: -------------------------------------------------------------------------------- 1 | Custom branding|-OappName="YouTube ReVanced" 2 | -------------------------------------------------------------------------------- /src/_ks.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/HEAD/src/_ks.keystore -------------------------------------------------------------------------------- /src/ks.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/HEAD/src/ks.keystore -------------------------------------------------------------------------------- /src/patches/youtube-revanced-extended/exclude-patches: -------------------------------------------------------------------------------- 1 | Custom branding icon for YouTube 2 | Translations for YouTube 3 | -------------------------------------------------------------------------------- /src/patches/youtube-revanced-extended/include-patches: -------------------------------------------------------------------------------- 1 | Custom branding name for YouTube 2 | Visual preferences icons 3 | -------------------------------------------------------------------------------- /src/patches/youtube-rve-anddea/include-patches: -------------------------------------------------------------------------------- 1 | Custom branding name for YouTube 2 | Theme 3 | Visual preferences icons 4 | -------------------------------------------------------------------------------- /docs/image/Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/HEAD/docs/image/Banner.png -------------------------------------------------------------------------------- /docs/image/Readme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/HEAD/docs/image/Readme.png -------------------------------------------------------------------------------- /docs/image/FAQ/patching-app-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/HEAD/docs/image/FAQ/patching-app-1.png -------------------------------------------------------------------------------- /docs/image/FAQ/patching-app-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/HEAD/docs/image/FAQ/patching-app-2.png -------------------------------------------------------------------------------- /docs/image/FAQ/patching-app-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/HEAD/docs/image/FAQ/patching-app-3.png -------------------------------------------------------------------------------- /docs/image/FAQ/patching-app-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/HEAD/docs/image/FAQ/patching-app-4.png -------------------------------------------------------------------------------- /src/options/revanced-extended.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "patchName" : "Spoof streaming data", 3 | "options" : [ { 4 | "key" : "useMobileWebClient", 5 | "value" : true 6 | } ] 7 | }] 8 | -------------------------------------------------------------------------------- /.github/actions/preparing/action.yml: -------------------------------------------------------------------------------- 1 | name: Preparing to patch 2 | runs: 3 | using: "composite" 4 | steps: 5 | - name: Set up jdk 6 | uses: actions/setup-java@v5.1.0 7 | with: 8 | distribution: 'zulu' 9 | java-version: '21' 10 | # - name: Setup Cloudflare Warp 11 | # shell: bash 12 | # run: bash src/etc/cf_warp.sh 13 | -------------------------------------------------------------------------------- /src/options/revanced-extended-android-5.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "patchName" : "patch-options", 4 | "options" : [ { 5 | "key" : "YouTube_AppName", 6 | "value" : "RVX A5" 7 | }, { 8 | "key" : "YouTube_PackageName", 9 | "value" : "app.rvx.android.youtube" 10 | }, { 11 | "key" : "Custom_Speed_Arrays", 12 | "value" : "0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 3.0, 5.0" 13 | }, { 14 | "key" : "Overlay_Buttons_Icon", 15 | "value" : "new" 16 | }, { 17 | "key" : "darkThemeBackgroundColor", 18 | "value" : "@android:color/black" 19 | } ] 20 | } 21 | ] -------------------------------------------------------------------------------- /src/options/revanced-extended-android-6-7.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "patchName" : "patch-options", 4 | "options" : [ { 5 | "key" : "YouTube_AppName", 6 | "value" : "RVX A67" 7 | }, { 8 | "key" : "YouTube_PackageName", 9 | "value" : "app.rvx.android.youtube" 10 | }, { 11 | "key" : "Custom_Speed_Arrays", 12 | "value" : "0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25, 2.5, 3.0, 5.0" 13 | }, { 14 | "key" : "Overlay_Buttons_Icon", 15 | "value" : "new" 16 | }, { 17 | "key" : "darkThemeBackgroundColor", 18 | "value" : "@android:color/black" 19 | } ] 20 | } 21 | ] -------------------------------------------------------------------------------- /src/build/scrazzz-revanced.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # scrazzz build 3 | source ./src/build/utils.sh 4 | ################################################# 5 | # Download requirements 6 | dl_gh "revanced-cli" "revanced" "latest" 7 | dl_gh "my-revanced-patches" "scrazzz" "prerelease" 8 | ################################################# 9 | # Patch Soild Explorer arm64-v8a: 10 | get_patches_key "Soild-Explorer" 11 | get_apk "pl.solidexplorer2" "solid-explorer-arm64-v8a" "solid-explorer-beta" "neatbytes/solid-explorer-beta/solid-explorer-file-manager" "arm64-v8a" 12 | patch "solid-explorer-arm64-v8a" "scrazzz" 13 | -------------------------------------------------------------------------------- /src/options/anddea.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "patchName" : "Custom branding name for YouTube", 4 | "options" : [ { 5 | "key" : "AppName", 6 | "value" : "RVX Anddea" 7 | } ] 8 | }, { 9 | "patchName" : "Custom branding name for YouTube Music", 10 | "options" : [ { 11 | "key" : "AppNameNotification", 12 | "value" : "RVX Music Anddea" 13 | }, { 14 | "key" : "AppNameLauncher", 15 | "value" : "RVX Music Anddea" 16 | } ] 17 | }, { 18 | "patchName" : "Spoof streaming data", 19 | "options" : [ { 20 | "key" : "useMobileWebClient", 21 | "value" : true 22 | } ] 23 | } 24 | ] 25 | -------------------------------------------------------------------------------- /src/etc/connection.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Check github connection stable or not: 4 | check_connection() { 5 | wget -q $(curl -s "https://api.github.com/repos/revanced/revanced-patches/releases/tags/v4.17.0" | jq -r '.assets[] | select(.name == "patches.json") | .browser_download_url') || rm -f "patches.json" 6 | if [ -f patches.json ]; then 7 | echo "internet_error=0" >> $GITHUB_OUTPUT 8 | echo -e "\e[32mGithub connection OK\e[0m" 9 | rm -f "patches.json" 10 | else 11 | echo "internet_error=1" >> $GITHUB_OUTPUT 12 | echo -e "\e[31mGithub connection not stable!\e[0m" 13 | fi 14 | } 15 | check_connection 16 | -------------------------------------------------------------------------------- /src/build/Piko-Beta.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Twitter Piko 3 | source src/build/utils.sh 4 | 5 | dl_gh "revanced-cli" "revanced" "latest" 6 | dl_gh "piko" "crimera" "prerelease" 7 | 8 | # Patch Twitter Piko: 9 | get_patches_key "twitter-piko" 10 | get_apk "com.twitter.android" "twitter-beta" "twitter" "x-corp/twitter/x" "Bundle_extract" 11 | split_editor "twitter-beta" "twitter-beta" 12 | patch "twitter-beta" "piko" 13 | # Patch Twitter Piko Arm64-v8a: 14 | get_patches_key "twitter-piko" 15 | split_editor "twitter-beta" "twitter-arm64-v8a-beta" "exclude" "plit_config.armeabi_v7a split_config.x86 split_config.x86_64 split_config.mdpi split_config.hdpi split_config.xhdpi split_config.xxhdpi split_config.tvdpi" 16 | patch "twitter-arm64-v8a-beta" "piko" 17 | -------------------------------------------------------------------------------- /src/build/Piko.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Twitter Piko 3 | source src/build/utils.sh 4 | 5 | dl_gh "revanced-cli" "revanced" "v4.6.0" 6 | dl_gh "piko revanced-integrations" "crimera" "latest" 7 | 8 | # Patch Twitter Piko: 9 | get_patches_key "twitter-piko" 10 | get_apk "com.twitter.android" "twitter-stable" "twitter" "x-corp/twitter/x" "Bundle_extract" 11 | split_editor "twitter-stable" "twitter-stable" 12 | patch "twitter-stable" "piko" 13 | # Patch Twitter Piko Arm64-v8a: 14 | get_patches_key "twitter-piko" 15 | split_editor "twitter-stable" "twitter-arm64-v8a-stable" "exclude" "plit_config.armeabi_v7a split_config.x86 split_config.x86_64 split_config.mdpi split_config.hdpi split_config.xhdpi split_config.xxhdpi split_config.tvdpi" 16 | patch "twitter-arm64-v8a-stable" "piko" 17 | -------------------------------------------------------------------------------- /src/build/BiliRoamingM.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # BiliRoamingM build for chinese only 3 | source ./src/build/utils.sh 4 | ################################################# 5 | # Download requirements 6 | dl_gh "revanced-cli" "revanced" "v4.6.0" 7 | dl_gh "BiliRoamingM" "sakarie9" "latest" 8 | ################################################# 9 | # Patch bilibili: 10 | get_patches_key "bilibili-BiliRoamingM" 11 | get_apk "com.bilibili.app.in" "bilibili" "bilibili" "bilibili/bilibili/bilibili" "Bundle_extract" 12 | split_editor "bilibili" "bilibili" 13 | patch "bilibili" "BiliRoamingM" 14 | # Patch bilibili Arm64-v8a: 15 | get_patches_key "bilibili-BiliRoamingM" 16 | split_editor "bilibili" "bilibili-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 17 | patch "bilibili-arm64-v8a" "BiliRoamingM" -------------------------------------------------------------------------------- /.github/workflows/ci_.yml: -------------------------------------------------------------------------------- 1 | name: 3. Another Patch 2 | permissions: write-all 3 | on: 4 | schedule: 5 | - cron: "0 0 */3 * *" 6 | workflow_dispatch: 7 | 8 | jobs: 9 | Patch-Instafel: 10 | name: Patch Instafel 11 | runs-on: ubuntu-latest 12 | steps: 13 | - name: Checkout 14 | uses: actions/checkout@v4.2.2 15 | - name: Preparing to patch 16 | uses: ./.github/actions/preparing 17 | - name: Check github connection 18 | id: check-gh-ins 19 | run: bash src/etc/connection.sh 20 | - name: Patch apk 21 | id: patch-ins 22 | if: steps.check-gh-ins.outputs.internet_error == '0' 23 | run: bash src/build/Instafel.sh 24 | - name: Releasing APK files 25 | id: release-ins 26 | if: steps.check-gh-ins.outputs.internet_error == '0' 27 | uses: ./.github/actions/release 28 | 29 | -------------------------------------------------------------------------------- /src/build/Instafel.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # instafel build 3 | source ./src/build/utils.sh 4 | ################################################# 5 | # Download requirements 6 | dl_gh "p-rel" "instafel" "latest" 7 | java -jar ifl-patcher*.jar 8 | ################################################# 9 | 10 | # Get patches 11 | export includePatch=$(sed 's/\r$//' src/patches/instagram_instafel/patches | xargs) 12 | 13 | # Patch Instagram: 14 | get_apkpure "com.instagram.android" "instagram" "instagram-android/com.instagram.android" "Bundle" 15 | green_log "[+] Decrypting apk file..." 16 | java -jar ifl-patcher*.jar init "./download/instagram.apk" 17 | green_log "[+] Patching apk file..." 18 | java -jar ifl-patcher*.jar run "instagram" $includePatch 19 | green_log "[+] Compling apk file..." 20 | java -jar ifl-patcher*.jar build "instagram" 21 | cp instagram/build/unclone.apk ./release/instagram-instafel.apk 22 | cp instagram/build/clone.apk ./release/instagram-clone-instafel.apk -------------------------------------------------------------------------------- /.github/actions/re-run/action.yml: -------------------------------------------------------------------------------- 1 | name: Re-run workflow if github connection not stable 2 | runs: 3 | using: "composite" 4 | steps: 5 | - name: Re-run workflow if github connection not stable 6 | uses: actions/github-script@v7 7 | with: 8 | script: | 9 | const maxRetries = ${{ env.max_retries }}; 10 | let retryCount = Number('${{ env.retry_count }}'); 11 | const orgInput = '${{ env.org_event_input }}' || '${{ env.org_input }}'; 12 | if (retryCount < maxRetries) { 13 | retryCount += 1; 14 | await github.rest.actions.createWorkflowDispatch({ 15 | owner: context.repo.owner, 16 | repo: context.repo.repo, 17 | workflow_id: "manual-patch.yml", 18 | ref: context.ref, 19 | inputs: { 20 | 'retry_count': String(retryCount), 21 | 'org': orgInput 22 | } 23 | }); 24 | } -------------------------------------------------------------------------------- /src/etc/cf_warp.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Setup Cloudflare warp for bypass cloudflare anti ddos APKMirror: 4 | curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg 5 | echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list 6 | sudo apt-get update && sudo apt-get install cloudflare-warp -y 7 | sudo systemctl enable --now warp-svc.service 8 | warp-cli --accept-tos registration new 9 | warp-cli --accept-tos mode warp 10 | warp-cli --accept-tos connect 11 | sleep 3 12 | output=$(wget -qO- https://www.cloudflare.com/cdn-cgi/trace | awk -F'=' '/ip|colo|warp/ {printf "%s: %s\n", $1, $2}') 13 | echo "$output" 14 | warp=$(echo "$output" | awk -F':' '/warp/ {print $2}') 15 | if [ "$warp" = " on" ]; then 16 | echo -e "\e[32m[+] Successful install Cloudflare Warp\e[0m" 17 | else 18 | echo -e "\e[31m[-] Can't install Cloudflare Warp\e[0m" 19 | fi 20 | -------------------------------------------------------------------------------- /src/build/Revanced-Experiment.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # ReVanced Experiments build 3 | source src/build/utils.sh 4 | 5 | ################################################# 6 | 7 | # Download requirements 8 | dl_gh "ReVancedExperiments" "Aunali321" "latest" 9 | dl_gh "revanced-cli" "revanced" "latest" 10 | 11 | ################################################# 12 | 13 | # Patch Telegram CH Play Version: 14 | get_patches_key "telegram-revanced-experiments" 15 | get_apk "org.telegram.messenger" "telegram" "telegram" "telegram-fz-llc/telegram/telegram" 16 | patch "telegram" "revanced-experiments" 17 | 18 | # Patch Telegram Web Version: 19 | get_patches_key "telegram-revanced-experiments" 20 | get_apk "org.telegram.messenger" "telegram-web-version" "telegram-web-version" "telegram-fz-llc/telegram-web-version/telegram-web-version" 21 | patch "telegram-web-version" "revanced-experiments" 22 | 23 | # Patch Instagram: 24 | get_patches_key "instagram-revanced-experiments" 25 | version="362.0.0.33.241" 26 | get_apkpure "com.instagram.android" "instagram-arm64-v8a" "instagram-android/com.instagram.android" 27 | patch "instagram-arm64-v8a" "revanced-experiments" 28 | -------------------------------------------------------------------------------- /src/build/Dropped-Patches-Revanced.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Dropped Patches by indrastorms 3 | source ./src/build/utils.sh 4 | 5 | ################################################# 6 | 7 | # Download requirements 8 | dl_gh "Dropped-Patches" "indrastorms" "v1.4.2" 9 | dl_gh "revanced-integrations" "revanced" "v1.8.0" 10 | dl_gh "revanced-cli" "revanced" "v4.6.0" 11 | 12 | ################################################# 13 | 14 | # Patch Tasker: 15 | get_patches_key "tasker-indrastorms" 16 | req "https://tasker.joaoapps.com/releases/playstore/Tasker.6.0.10.apk" "tasker.apk" #Dev homepage, only this version can patch. 17 | patch "tasker" "indrastorms" 18 | 19 | ################################################# 20 | 21 | #Patch Nova Launcher: 22 | get_patches_key "nova-launcher-indrastorms" 23 | get_apkpure "com.teslacoilsw.launcher" "nova-launcher" "nova-launcher/com.teslacoilsw.launcher" 24 | patch "nova-launcher" "indrastorms" 25 | 26 | ################################################# 27 | 28 | #Patch FX File Explorer: 29 | get_patches_key "fx-file-explorer-indrastorms" 30 | get_apk "nextapp.fx" "fx-file-explorer" "fx-file-explorer" "nextapp-inc/fx-file-explorer/fx-file-explorer" 31 | patch "fx-file-explorer" "indrastorms" 32 | 33 | ################################################# 34 | -------------------------------------------------------------------------------- /src/etc/ci.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Check new patch: 4 | get_date() { 5 | json=$(wget -qO- "https://api.github.com/repos/$1/releases") 6 | case "$2" in 7 | latest) 8 | updated_at=$(echo "$json" | jq -r 'first(.[] | select(.prerelease == false) | .assets[] | select(.name | test("'$3'")) | .updated_at)') 9 | ;; 10 | prerelease) 11 | updated_at=$(echo "$json" | jq -r 'first(.[] | select(.prerelease == true) | .assets[] | select(.name | test("'$3'")) | .updated_at)') 12 | ;; 13 | *) 14 | updated_at=$(echo "$json" | jq -r 'first(.[] | select(.tag_name == "'$2'") | .assets[] | select(.name | test("'$3'")) | .updated_at)') 15 | ;; 16 | esac 17 | echo "$updated_at" 18 | } 19 | 20 | checker(){ 21 | local date1 date2 date1_sec date1_sec repo=$1 ur_repo=$repository check=$3 22 | date1=$(get_date "$repo" "$2" "^(.*\\\.jar|.*\\\.rvp)$") 23 | date2=$(get_date "$ur_repo" "all" "$check") 24 | date1_sec=$(date -d "$date1" +%s) 25 | date2_sec=$(date -d "$date2" +%s) 26 | if [ -z "$date2" ] || [ "$date1_sec" -gt "$date2_sec" ]; then 27 | echo "new_patch=1" >> $GITHUB_OUTPUT 28 | echo -e "\e[32mNew patch, building...\e[0m" 29 | elif [ "$date1_sec" -lt "$date2_sec" ]; then 30 | echo "new_patch=0" >> $GITHUB_OUTPUT 31 | echo -e "\e[32mOld patch, not build.\e[0m" 32 | fi 33 | } 34 | checker $1 $2 $3 -------------------------------------------------------------------------------- /.github/actions/release/action.yml: -------------------------------------------------------------------------------- 1 | name: Releasing APK files 2 | runs: 3 | using: "composite" 4 | steps: 5 | - name: Generate release info 6 | shell: bash 7 | run: | 8 | echo " 9 | **This repository is not like any other repository. It does not create new releases; it only releases new files.** 10 | **Forget about scrolling whole release page find files. Just read [Readme.md](../main/README.md#microg-revanced) file and select apps you want download.** 11 | **Change log** :point_down: 12 | [Revanced](https://github.com/revanced/revanced-patches/releases) 13 | [Revanced Extended](https://github.com/inotia00/revanced-patches/releases) 14 | [Revanced Extended anddea](https://github.com/anddea/revanced-patches/releases) 15 | [Revanced Extended for Android 6 & 7](https://github.com/kitadai31/revanced-patches-android6-7/releases) 16 | [Revanced Extended For Android 5:](https://github.com/d4n3436/revanced-patches-android5/releases) 17 | "> ${{ github.workspace }}-CHANGELOG.txt 18 | - name: Release 19 | uses: ncipollo/release-action@v1.14.0 20 | with: 21 | artifacts: | 22 | ./release/*.apk 23 | name: Revanced & Revanced Extended 24 | tag: all 25 | bodyFile: ${{ github.workspace }}-CHANGELOG.txt 26 | allowUpdates: true 27 | -------------------------------------------------------------------------------- /src/build/Revanced-Extended-Arsclib.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced Extended Arsclib build 3 | source src/build/utils.sh 4 | 5 | ################################################# 6 | 7 | # Download requirements 8 | dl_gh "revanced-patches-arsclib revanced-integrations revanced-cli-arsclib" "inotia00" "latest" 9 | 10 | ################################################# 11 | 12 | # Patch Reddit: 13 | get_patches_key "reddit-rve-arsclib" 14 | get_apk "com.reddit.frontpage" "reddit" "reddit" "redditinc/reddit/reddit" "Bundle_extract" 15 | split_editor "reddit" "reddit" 16 | patch "reddit" "revanced-extended" 17 | mv ./release/reddit-revanced-extended.apk/base.apk ./reddit-revanced-extended.apk 18 | rm -f -d ./release/reddit-revanced-extended.apk 19 | mv ./reddit-revanced-extended.apk ./release/reddit-revanced-extended-arsclib.apk 20 | # Patch Arm64-v8a: 21 | get_patches_key "reddit-rve-arsclib" 22 | split_editor "reddit" "reddit-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86_64 split_config.mdpi split_config.ldpi split_config.hdpi split_config.xxhdpi split_config.tvdpi" 23 | patch "reddit-arm64-v8a" "revanced-extended" 24 | mv ./release/reddit-arm64-v8a-revanced-extended.apk/base.apk ./reddit-arm64-v8a-revanced-extended.apk 25 | rm -f -d ./release/reddit-arm64-v8a-revanced-extended.apk 26 | mv ./reddit-arm64-v8a-revanced-extended.apk ./release/reddit-arm64-v8a-revanced-extended-arsclib.apk -------------------------------------------------------------------------------- /src/build/Revanced-Extended-Android-5.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced Extended for android 5 3 | source src/build/utils.sh 4 | 5 | # Download requirements 6 | dl_gh "revanced-patches-android5 revanced-integrations" "d4n3436" "latest" 7 | dl_gh "revanced-cli" "revanced" "v3.1.1" 8 | 9 | # Patch YouTube Extended for android 5: 10 | get_patches_key "youtube-revanced-extended-5" 11 | version="16.40.36" 12 | get_apk "com.google.android.youtube" "youtube" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 13 | split_editor "youtube" "youtube" 14 | patch "youtube" "revanced-extended-android-5" 15 | # Patch Youtube Arm64-v8a 16 | get_patches_key "youtube-revanced-extended-5" 17 | split_editor "youtube" "youtube-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 18 | patch "youtube-arm64-v8a" "revanced-extended-android-5" 19 | # Patch Youtube Armeabi-v7a 20 | get_patches_key "youtube-revanced-extended-5" 21 | split_editor "youtube" "youtube-armeabi-v7a" "exclude" "split_config.arm64_v8a split_config.x86 split_config.x86_64" 22 | patch "youtube-armeabi-v7a" "revanced-extended-android-5" 23 | # Patch Youtube x86 24 | get_patches_key "youtube-revanced-extended-5" 25 | split_editor "youtube" "youtube-x86" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86_64" 26 | patch "youtube-x86" "revanced-extended-android-5" 27 | # Patch Youtube x86_64 28 | get_patches_key "youtube-revanced-extended-5" 29 | split_editor "youtube" "youtube-x86_64" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86" 30 | patch "youtube-x86_64" "revanced-extended-android-5" 31 | -------------------------------------------------------------------------------- /src/build/Revanced-Extended-Android-6-7.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced Extended for android 6 & 7 build 3 | source src/build/utils.sh 4 | 5 | # Download requirements 6 | dl_gh "revanced-patches-android6-7" "kitadai31" "latest" 7 | dl_gh "revanced-cli" "inotia00" "latest" 8 | # Patch YouTube Extended for android 6 & 7: 9 | get_patches_key "youtube-revanced-extended-6-7" 10 | version="17.34.36" 11 | get_apk "com.google.android.youtube" "youtube" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 12 | split_editor "youtube" "youtube" 13 | patch "youtube" "revanced-extended-android-6-7" "inotia" 14 | # Patch Youtube Arm64-v8a 15 | get_patches_key "youtube-revanced-extended-6-7" 16 | split_editor "youtube" "youtube-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 17 | patch "youtube-arm64-v8a" "revanced-extended-android-6-7" "inotia" 18 | # Patch Youtube Armeabi-v7a 19 | get_patches_key "youtube-revanced-extended-6-7" 20 | split_editor "youtube" "youtube-armeabi-v7a" "exclude" "split_config.arm64_v8a split_config.x86 split_config.x86_64" 21 | patch "youtube-armeabi-v7a" "revanced-extended-android-6-7" "inotia" 22 | # Patch Youtube x86 23 | get_patches_key "youtube-revanced-extended-6-7" 24 | split_editor "youtube" "youtube-x86" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86_64" 25 | patch "youtube-x86" "revanced-extended-android-6-7" "inotia" 26 | # Patch Youtube x86_64 27 | get_patches_key "youtube-revanced-extended-6-7" 28 | split_editor "youtube" "youtube-x86_64" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86" 29 | patch "youtube-x86_64" "revanced-extended-android-6-7" "inotia" 30 | -------------------------------------------------------------------------------- /docs/Frequently Asked Questions.md: -------------------------------------------------------------------------------- 1 |

2 |
3 | Frequently Asked Questions 4 |
5 |

6 | 7 | ### Q: I'm facing a playback issue (Video stop loading after start 10-30s). How can I fix it? 8 | 9 | The issue might be that your Android OS is preventing MicroG (GMS Core) from running in the background. Follow these instructions to resolve the problem. 10 | 11 | [https://dontkillmyapp.com/](https://dontkillmyapp.com/) 12 | 13 | --- 14 | 15 | ### Q: How do I use this repository for patching my own app? 16 | 17 | You should [fork](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/fork) the repository, and then go to the `Action` tab 18 | ![Click Action](../docs/image/FAQ/patching-app-1.png) 19 | 20 | Click "I understand my workflows, go ahead and enable them" 21 | ![Click "I understand my workflows, go ahead and enable them"](../docs/image/FAQ/patching-app-2.png) 22 | 23 | Follow these steps to run the workflow for Manual Patch apps! 24 | ![](../docs/image/FAQ/patching-app-3.png) 25 | 26 | And then go to Readme click download your patched apps! 27 | 28 | --- 29 | 30 | ### Q: I want to use custom patches for patching my apps. How can I do it? 31 | 32 | You should open the folder `Revanced-And-Revanced-Extended-Non-Root/src/patches/`. It contains a lot of folders that are named after the apps you’re patching. Each folder has two files: exclude-patches and include-patches. Edit these files with the patches you like, putting one patch per line, following the patches list here: 33 | 34 | * For Revanced: https://github.com/revanced/revanced-patches 35 | * For Revanced Extended: https://github.com/inotia00/revanced-patches/tree/revanced-extended 36 | * For Revanced Extended Android 6 & 7: https://github.com/kitadai31/revanced-patches-android6-7/tree/revanced-extended 37 | 38 | --- 39 | 40 | ### Q: I want to use a custom file options.json. How can I do it? 41 | 42 | You should open the folder [Revanced-And-Revanced-Extended-Non-Root/src/options/](../src/options). It contains files revanced-extended.json, anddea.json... edit those file the same as you would options.json 43 | 44 | Revanced alias no longer use options.json anymore use directly `Revanced-And-Revanced-Extended-Non-Root/src/patches/` instead. 45 | 46 | The options separate with patches name with `|` 47 | 48 | Example Youtube apps include patches: 49 | 50 | `Custom branding|-OappName="YouTube ReVanced" -OiconPath=ReVanced*Logo` 51 | 52 | --- 53 | 54 | ### Q: I am facing errors using your apps, what do I do? 55 | 56 | I’m so sorry about this, but my repository only patches apps from “scripts” by other devs. I can’t fix errors when apps face errors, so if you get errors, please make an issue in [Revanced](https://github.com/revanced/revanced-patches), [Revanced Extended](https://github.com/inotia00/revanced-patches/tree/revanced-extended) or [Revanced Extended Android 6 & 7](https://github.com/kitadai31/revanced-patches-android6-7/tree/revanced-extended) repositories. 57 | 58 | --- 59 | 60 | ### Q: How do I know these apps are safe to use? 61 | 62 | You can rest assured that it’s safe because my code is 100% open-source and uses GitHub Actions to patch the apps. The apk files used for patching are downloaded from the trusted site “APKMirror”. 63 | 64 | ---- 65 | -------------------------------------------------------------------------------- /src/build/LisoUseInAIKyrios.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced LisoUseInAIKyrios build 3 | source ./src/build/utils.sh 4 | # Download requirements 5 | revanced_dl(){ 6 | dl_gh "revanced-patches" "LisoUseInAIKyrios" "latest" 7 | dl_gh "revanced-cli" "LisoUseInAIKyrios" "latest" 8 | } 9 | 1() { 10 | revanced_dl 11 | # Patch YouTube: 12 | get_patches_key "youtube-revanced-LisoUseInAIKyrios" 13 | get_apk "com.google.android.youtube" "youtube" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 14 | split_editor "youtube" "youtube" 15 | patch "youtube" "revanced-LisoUseInAIKyrios" "liso" 16 | # Patch Youtube Arm64-v8a 17 | get_patches_key "youtube-revanced-LisoUseInAIKyrios" 18 | split_editor "youtube" "youtube-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 19 | patch "youtube-arm64-v8a" "revanced-LisoUseInAIKyrios" "liso" 20 | # Patch Youtube Armeabi-v7a 21 | get_patches_key "youtube-revanced-LisoUseInAIKyrios" 22 | split_editor "youtube" "youtube-armeabi-v7a" "exclude" "split_config.arm64_v8a split_config.x86 split_config.x86_64" 23 | patch "youtube-armeabi-v7a" "revanced-LisoUseInAIKyrios" "liso" 24 | # Patch Youtube x86 25 | get_patches_key "youtube-revanced-LisoUseInAIKyrios" 26 | split_editor "youtube" "youtube-x86" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86_64" 27 | patch "youtube-x86" "revanced-LisoUseInAIKyrios" "liso" 28 | # Patch Youtube x86_64 29 | get_patches_key "youtube-revanced-LisoUseInAIKyrios" 30 | split_editor "youtube" "youtube-x86_64" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86" 31 | patch "youtube-x86_64" "revanced-LisoUseInAIKyrios" "liso" 32 | } 33 | 2() { 34 | revanced_dl 35 | # Patch YouTube Lite Arm64-v8a: 36 | get_patches_key "youtube-revanced-LisoUseInAIKyrios" 37 | get_apk "com.google.android.youtube" "youtube-lite" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 38 | split_editor "youtube-lite" "youtube-lite-arm64-v8a" "include" "split_config.arm64_v8a split_config.en split_config.xxxhdpi" 39 | patch "youtube-lite-arm64-v8a" "revanced-LisoUseInAIKyrios" "liso" 40 | # Patch YouTube Lite Armeabi-v7a: 41 | get_patches_key "youtube-revanced-LisoUseInAIKyrios" 42 | split_editor "youtube-lite" "youtube-lite-armeabi-v7a" "include" "split_config.armeabi_v7a split_config.en split_config.xxxhdpi" 43 | patch "youtube-lite-armeabi-v7a" "revanced-LisoUseInAIKyrios" "liso" 44 | } 45 | 3() { 46 | revanced_dl 47 | # Patch YouTube Music: 48 | # Arm64-v8a 49 | get_patches_key "youtube-music-revanced-LisoUseInAIKyrios" 50 | get_apk "com.google.android.apps.youtube.music" "youtube-music-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a" 51 | patch "youtube-music-arm64-v8a" "revanced-LisoUseInAIKyrios" "liso" 52 | # Armeabi-v7a 53 | get_patches_key "youtube-music-revanced-LisoUseInAIKyrios" 54 | get_apk "com.google.android.apps.youtube.music" "youtube-music-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a" 55 | patch "youtube-music-armeabi-v7a" "revanced-LisoUseInAIKyrios" "liso" 56 | # x86_64 57 | get_patches_key "youtube-music-revanced-LisoUseInAIKyrios" 58 | get_apk "com.google.android.apps.youtube.music" "youtube-music-x86_64" "youtube-music" "google-inc/youtube-music/youtube-music" "x86_64" 59 | patch "youtube-music-x86_64" "revanced-LisoUseInAIKyrios" "liso" 60 | # x86 61 | get_patches_key "youtube-music-revanced-LisoUseInAIKyrios" 62 | get_apk "com.google.android.apps.youtube.music" "youtube-music-x86" "youtube-music" "google-inc/youtube-music/youtube-music" "x86" 63 | patch "youtube-music-x86" "revanced-LisoUseInAIKyrios" "liso" 64 | } 65 | case "$1" in 66 | 1) 67 | 1 68 | ;; 69 | 2) 70 | 2 71 | ;; 72 | 3) 73 | 3 74 | ;; 75 | esac 76 | -------------------------------------------------------------------------------- /src/build/Anddea-Revanced-Extended-Beta.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced Extended forked by Anddea build 3 | source src/build/utils.sh 4 | # Download requirements 5 | dl_gh "revanced-patches" "anddea" "prerelease" 6 | dl_gh "revanced-cli" "inotia00" "latest" 7 | 8 | # Patch YouTube: 9 | get_patches_key "youtube-rve-anddea" 10 | get_apk "com.google.android.youtube" "youtube-beta" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 11 | split_editor "youtube-beta" "youtube-beta" 12 | patch "youtube-beta" "anddea" "inotia" 13 | # Patch Youtube Arm64-v8a 14 | get_patches_key "youtube-rve-anddea" 15 | split_editor "youtube-beta" "youtube-beta-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 16 | patch "youtube-beta-arm64-v8a" "anddea" "inotia" 17 | # Patch Youtube Armeabi-v7a 18 | get_patches_key "youtube-rve-anddea" 19 | split_editor "youtube-beta" "youtube-beta-armeabi-v7a" "exclude" "split_config.arm64_v8a split_config.x86 split_config.x86_64" 20 | patch "youtube-beta-armeabi-v7a" "anddea" "inotia" 21 | # Patch Youtube x86 22 | get_patches_key "youtube-rve-anddea" 23 | split_editor "youtube-beta" "youtube-beta-x86" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86_64" 24 | patch "youtube-beta-x86" "anddea" "inotia" 25 | # Patch Youtube x86_64 26 | get_patches_key "youtube-rve-anddea" 27 | split_editor "youtube-beta" "youtube-beta-x86_64" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86" 28 | patch "youtube-beta-x86_64" "anddea" "inotia" 29 | # Patch YouTube: 30 | #get_patches_key "youtube-rve-anddea" 31 | #get_apk "com.google.android.youtube" "youtube-beta" "youtube" "google-inc/youtube/youtube" 32 | #patch "youtube-beta" "anddea" "inotia" 33 | # Split architecture Youtube: 34 | #get_patches_key "youtube-rve-anddea" 35 | #for i in {0..3}; do 36 | #split_arch "youtube-beta" "anddea" "$(gen_rip_libs ${libs[i]})" 37 | #done 38 | 39 | # Patch YouTube Music Extended: 40 | # Arm64-v8a 41 | get_patches_key "youtube-music-rve-anddea" 42 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a" 43 | patch "youtube-music-beta-arm64-v8a" "anddea" "inotia" 44 | # Armeabi-v7a 45 | get_patches_key "youtube-music-rve-anddea" 46 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a" 47 | patch "youtube-music-beta-armeabi-v7a" "anddea" "inotia" 48 | # x86_64 49 | get_patches_key "youtube-music-rve-anddea" 50 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-x86_64" "youtube-music" "google-inc/youtube-music/youtube-music" "x86_64" 51 | patch "youtube-music-beta-x86_64" "anddea" "inotia" 52 | # x86 53 | get_patches_key "youtube-music-rve-anddea" 54 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-x86" "youtube-music" "google-inc/youtube-music/youtube-music" "x86" 55 | patch "youtube-music-beta-x86" "anddea" "inotia" 56 | 57 | # Patch Spotjfy Arm64-v8a 58 | get_patches_key "Spotjfy-anddea" 59 | j="i" 60 | get_apkpure "com.spot"$j"fy.music" "spotjfy-beta-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music" 61 | patch "spotjfy-beta-arm64-v8a" "anddea" 62 | 63 | # Patch YouTube Lite Arm64-v8a: 64 | get_patches_key "youtube-rve-anddea" 65 | split_editor "youtube-beta" "youtube-lite-beta-arm64-v8a" "include" "split_config.arm64_v8a split_config.en split_config.xhdpi split_config.xxxhdpi" 66 | patch "youtube-lite-beta-arm64-v8a" "anddea" "inotia" 67 | # Patch YouTube Lite Armeabi-v7a: 68 | get_patches_key "youtube-rve-anddea" 69 | split_editor "youtube-beta" "youtube-lite-beta-armeabi-v7a" "include" "split_config.armeabi_v7a split_config.en split_config.xhdpi split_config.xxxhdpi" 70 | patch "youtube-lite-beta-armeabi-v7a" "anddea" "inotia" 71 | -------------------------------------------------------------------------------- /src/build/Anddea-Revanced-Extended.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced Extended forked by Anddea build 3 | source src/build/utils.sh 4 | # Download requirements 5 | dl_gh "revanced-patches" "anddea" "latest" 6 | dl_gh "revanced-cli" "inotia00" "latest" 7 | 8 | # Patch YouTube: 9 | get_patches_key "youtube-rve-anddea" 10 | get_apk "com.google.android.youtube" "youtube-stable" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 11 | split_editor "youtube-stable" "youtube-stable" 12 | patch "youtube-stable" "anddea" "inotia" 13 | # Patch Youtube Arm64-v8a 14 | get_patches_key "youtube-rve-anddea" 15 | split_editor "youtube-stable" "youtube-stable-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 16 | patch "youtube-stable-arm64-v8a" "anddea" "inotia" 17 | # Patch Youtube Armeabi-v7a 18 | get_patches_key "youtube-rve-anddea" 19 | split_editor "youtube-stable" "youtube-stable-armeabi-v7a" "exclude" "split_config.arm64_v8a split_config.x86 split_config.x86_64" 20 | patch "youtube-stable-armeabi-v7a" "anddea" "inotia" 21 | # Patch Youtube x86 22 | get_patches_key "youtube-rve-anddea" 23 | split_editor "youtube-stable" "youtube-stable-x86" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86_64" 24 | patch "youtube-stable-x86" "anddea" "inotia" 25 | # Patch Youtube x86_64 26 | get_patches_key "youtube-rve-anddea" 27 | split_editor "youtube-stable" "youtube-stable-x86_64" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86" 28 | patch "youtube-stable-x86_64" "anddea" "inotia" 29 | # Patch YouTube: 30 | #get_patches_key "youtube-rve-anddea" 31 | #get_apk "com.google.android.youtube" "youtube-stable" "youtube" "google-inc/youtube/youtube" 32 | #patch "youtube-stable" "anddea" "inotia" 33 | # Split architecture Youtube: 34 | #get_patches_key "youtube-rve-anddea" 35 | #for i in {0..3}; do 36 | # split_arch "youtube-stable" "anddea" "$(gen_rip_libs ${libs[i]})" 37 | #done 38 | 39 | # Patch YouTube Music: 40 | # Arm64-v8a 41 | get_patches_key "youtube-music-rve-anddea" 42 | get_apk "com.google.android.apps.youtube.music" "youtube-music-stable-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a" 43 | patch "youtube-music-stable-arm64-v8a" "anddea" "inotia" 44 | # Armeabi-v7a 45 | get_patches_key "youtube-music-rve-anddea" 46 | get_apk "com.google.android.apps.youtube.music" "youtube-music-stable-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a" 47 | patch "youtube-music-stable-armeabi-v7a" "anddea" "inotia" 48 | # x86_64 49 | get_patches_key "youtube-music-rve-anddea" 50 | get_apk "com.google.android.apps.youtube.music" "youtube-music-stable-x86_64" "youtube-music" "google-inc/youtube-music/youtube-music" "x86_64" 51 | patch "youtube-music-stable-x86_64" "anddea" "inotia" 52 | # x86 53 | get_patches_key "youtube-music-rve-anddea" 54 | get_apk "com.google.android.apps.youtube.music" "youtube-music-stable-x86" "youtube-music" "google-inc/youtube-music/youtube-music" "x86" 55 | patch "youtube-music-stable-x86" "anddea" "inotia" 56 | 57 | # Patch Spotjfy Arm64-v8a 58 | get_patches_key "Spotjfy-anddea" 59 | j="i" 60 | get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music" 61 | patch "spotjfy-arm64-v8a" "anddea" 62 | 63 | # Patch YouTube Lite Arm64-v8a: 64 | get_patches_key "youtube-rve-anddea" 65 | split_editor "youtube-stable" "youtube-lite-arm64-v8a" "include" "split_config.arm64_v8a split_config.en split_config.xhdpi split_config.xxxhdpi" 66 | patch "youtube-lite-arm64-v8a" "anddea" "inotia" 67 | # Patch YouTube Lite Armeabi-v7a: 68 | get_patches_key "youtube-rve-anddea" 69 | split_editor "youtube-stable" "youtube-lite-armeabi-v7a" "include" "split_config.armeabi_v7a split_config.en split_config.xhdpi split_config.xxxhdpi" 70 | patch "youtube-lite-armeabi-v7a" "anddea" "inotia" 71 | -------------------------------------------------------------------------------- /src/build/Revanced-Extended.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced Extended build 3 | source src/build/utils.sh 4 | 5 | # Download requirements 6 | dl_gh "revanced-patches revanced-cli" "inotia00" "latest" 7 | 8 | # Patch YouTube: 9 | get_patches_key "youtube-revanced-extended" 10 | get_apk "com.google.android.youtube" "youtube" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 11 | split_editor "youtube" "youtube" 12 | patch "youtube" "revanced-extended" "inotia" 13 | # Patch Youtube Arm64-v8a 14 | get_patches_key "youtube-revanced-extended" 15 | split_editor "youtube" "youtube-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 16 | patch "youtube-arm64-v8a" "revanced-extended" "inotia" 17 | # Patch Youtube Armeabi-v7a 18 | get_patches_key "youtube-revanced-extended" 19 | split_editor "youtube" "youtube-armeabi-v7a" "exclude" "split_config.arm64_v8a split_config.x86 split_config.x86_64" 20 | patch "youtube-armeabi-v7a" "revanced-extended" "inotia" 21 | # Patch Youtube x86 22 | get_patches_key "youtube-revanced-extended" 23 | split_editor "youtube" "youtube-x86" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86_64" 24 | patch "youtube-x86" "revanced-extended" "inotia" 25 | # Patch Youtube x86_64 26 | get_patches_key "youtube-revanced-extended" 27 | split_editor "youtube" "youtube-x86_64" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86" 28 | patch "youtube-x86_64" "revanced-extended" "inotia" 29 | # Patch YouTube: 30 | #get_patches_key "youtube-revanced-extended" 31 | #get_apk "com.google.android.youtube" "youtube" "youtube" "google-inc/youtube/youtube" 32 | #patch "youtube" "revanced-extended" "inotia" 33 | # Split architecture Youtube: 34 | #get_patches_key "youtube-revanced-extended" 35 | #for i in {0..3}; do 36 | # split_arch "youtube" "revanced-extended" "$(gen_rip_libs ${libs[i]})" 37 | #done 38 | 39 | # Patch YouTube Music Extended: 40 | # Arm64-v8a 41 | get_patches_key "youtube-music-revanced-extended" 42 | get_apk "com.google.android.apps.youtube.music" "youtube-music-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a" 43 | patch "youtube-music-arm64-v8a" "revanced-extended" "inotia" 44 | # Armeabi-v7a 45 | get_patches_key "youtube-music-revanced-extended" 46 | get_apk "com.google.android.apps.youtube.music" "youtube-music-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a" 47 | patch "youtube-music-armeabi-v7a" "revanced-extended" "inotia" 48 | # x86_64 49 | get_patches_key "youtube-music-revanced-extended" 50 | get_apk "com.google.android.apps.youtube.music" "youtube-music-x86_64" "youtube-music" "google-inc/youtube-music/youtube-music" "x86_64" 51 | patch "youtube-music-x86_64" "revanced-extended" "inotia" 52 | # x86 53 | get_patches_key "youtube-music-revanced-extended" 54 | get_apk "com.google.android.apps.youtube.music" "youtube-music-x86" "youtube-music" "google-inc/youtube-music/youtube-music" "x86" 55 | patch "youtube-music-x86" "revanced-extended" "inotia" 56 | 57 | # Patch Reddit: 58 | get_patches_key "reddit-rve" 59 | get_apk "com.reddit.frontpage" "reddit" "reddit" "redditinc/reddit/reddit" "Bundle_extract" 60 | split_editor "reddit" "reddit" 61 | patch "reddit" "revanced-extended" "inotia" 62 | # Patch Arm64-v8a: 63 | split_editor "reddit" "reddit-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86_64 split_config.mdpi split_config.ldpi split_config.hdpi split_config.xhdpi split_config.xxhdpi split_config.tvdpi" 64 | get_patches_key "reddit-rve" 65 | patch "reddit-arm64-v8a" "revanced-extended" "inotia" 66 | 67 | # Patch YouTube Lite Arm64-v8a: 68 | get_patches_key "youtube-revanced-extended" 69 | split_editor "youtube" "youtube-lite-arm64-v8a" "include" "split_config.arm64_v8a split_config.en split_config.xhdpi split_config.xxxhdpi" 70 | patch "youtube-lite-arm64-v8a" "revanced-extended" "inotia" 71 | # Patch YouTube Lite Armeabi-v7a: 72 | get_patches_key "youtube-revanced-extended" 73 | split_editor "youtube" "youtube-lite-armeabi-v7a" "include" "split_config.armeabi_v7a split_config.en split_config.xhdpi split_config.xxxhdpi" 74 | patch "youtube-lite-armeabi-v7a" "revanced-extended" "inotia" 75 | -------------------------------------------------------------------------------- /src/build/Revanced-Extended-Beta.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced Extended build 3 | source src/build/utils.sh 4 | 5 | # Download requirements 6 | dl_gh "revanced-patches revanced-cli" "inotia00" "prerelease" 7 | 8 | # Patch YouTube: 9 | get_patches_key "youtube-revanced-extended" 10 | get_apk "com.google.android.youtube" "youtube-beta" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 11 | split_editor "youtube-beta" "youtube-beta" 12 | patch "youtube-beta" "revanced-extended" "inotia" 13 | # Patch Youtube Arm64-v8a 14 | get_patches_key "youtube-revanced-extended" 15 | split_editor "youtube-beta" "youtube-beta-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 16 | patch "youtube-beta-arm64-v8a" "revanced-extended" "inotia" 17 | # Patch Youtube Armeabi-v7a 18 | get_patches_key "youtube-revanced-extended" 19 | split_editor "youtube-beta" "youtube-beta-armeabi-v7a" "exclude" "split_config.arm64_v8a split_config.x86 split_config.x86_64" 20 | patch "youtube-beta-armeabi-v7a" "revanced-extended" "inotia" 21 | # Patch Youtube x86 22 | get_patches_key "youtube-revanced-extended" 23 | split_editor "youtube-beta" "youtube-beta-x86" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86_64" 24 | patch "youtube-beta-x86" "revanced-extended" "inotia" 25 | # Patch Youtube x86_64 26 | get_patches_key "youtube-revanced-extended" 27 | split_editor "youtube-beta" "youtube-beta-x86_64" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86" 28 | patch "youtube-beta-x86_64" "revanced-extended" "inotia" 29 | # Patch YouTube: 30 | #get_patches_key "youtube-revanced-extended" 31 | #get_apk "com.google.android.youtube" "youtube-beta" "youtube" "google-inc/youtube/youtube" 32 | #patch "youtube-beta" "revanced-extended" "inotia" 33 | # Split architecture Youtube: 34 | #get_patches_key "youtube-revanced-extended" 35 | #for i in {0..3}; do 36 | # split_arch "youtube-beta" "revanced-extended" "$(gen_rip_libs ${libs[i]})" 37 | #done 38 | 39 | # Patch YouTube Music Extended: 40 | # Arm64-v8a 41 | get_patches_key "youtube-music-revanced-extended" 42 | get_apk "com.google.android.apps.youtube.music" "youtube-beta-music-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a" 43 | patch "youtube-beta-music-arm64-v8a" "revanced-extended" "inotia" 44 | # Armeabi-v7a 45 | get_patches_key "youtube-music-revanced-extended" 46 | version="8.02.52" 47 | get_apk "com.google.android.apps.youtube.music" "youtube-beta-music-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a" 48 | patch "youtube-beta-music-armeabi-v7a" "revanced-extended" "inotia" 49 | # x86_64 50 | get_patches_key "youtube-music-revanced-extended" 51 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-x86_64" "youtube-music" "google-inc/youtube-music/youtube-music" "x86_64" 52 | patch "youtube-music-beta-x86_64" "revanced-extended" "inotia" 53 | # x86 54 | get_patches_key "youtube-music-revanced-extended" 55 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-x86" "youtube-music" "google-inc/youtube-music/youtube-music" "x86" 56 | patch "youtube-music-beta-x86" "revanced-extended" "inotia" 57 | 58 | # Patch Reddit: 59 | get_patches_key "reddit-rve" 60 | get_apk "com.reddit.frontpage" "reddit-beta" "reddit" "redditinc/reddit/reddit" "Bundle_extract" 61 | split_editor "reddit-beta" "reddit" 62 | patch "reddit-beta" "revanced-extended" "inotia" 63 | # Patch Arm64-v8a: 64 | split_editor "reddit-beta" "reddit-arm64-v8a-beta" "exclude" "split_config.armeabi_v7a split_config.x86_64 split_config.mdpi split_config.ldpi split_config.hdpi split_config.xhdpi split_config.xxhdpi split_config.tvdpi" 65 | get_patches_key "reddit-rve" 66 | patch "reddit-arm64-v8a-beta" "revanced-extended" "inotia" 67 | 68 | # Patch YouTube Lite Arm64-v8a: 69 | get_patches_key "youtube-revanced-extended" 70 | split_editor "youtube-beta" "youtube-lite-beta-arm64-v8a" "include" "split_config.arm64_v8a split_config.en split_config.xhdpi split_config.xxxhdpi" 71 | patch "youtube-lite-beta-arm64-v8a" "revanced-extended" "inotia" 72 | # Patch YouTube Lite Armeabi-v7a: 73 | get_patches_key "youtube-revanced-extended" 74 | split_editor "youtube-beta" "youtube-lite-beta-armeabi-v7a" "include" "split_config.armeabi_v7a split_config.en split_config.xhdpi split_config.xxxhdpi" 75 | patch "youtube-lite-beta-armeabi-v7a" "revanced-extended" "inotia" 76 | -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- 1 | name: 2. Check new patch 2 | permissions: write-all 3 | on: 4 | schedule: 5 | - cron: "0 9 * * *" 6 | workflow_dispatch: 7 | inputs: 8 | retry_count: 9 | description: 'Do not change value below' 10 | required: false 11 | default: '1' 12 | jobs: 13 | check: 14 | name: Check new patch 15 | runs-on: ubuntu-latest 16 | env: 17 | repository: ${{ github.repository }} 18 | steps: 19 | - name: Checkout 20 | uses: actions/checkout@v4.1.1 21 | - name: Check github connection 22 | id: check-gh 23 | run: bash src/etc/connection.sh 24 | - name: Check new patch ReVanced 25 | id: check-rv 26 | if: steps.check-gh.outputs.internet_error == '0' 27 | run: bash src/etc/ci.sh ReVanced/revanced-patches latest youtube-revanced.apk 28 | - name: Check new patch ReVanced Beta 29 | id: check-rv-beta 30 | if: steps.check-gh.outputs.internet_error == '0' 31 | run: bash src/etc/ci.sh ReVanced/revanced-patches prerelease youtube-beta-revanced.apk 32 | - name: Check new patch ReVanced LisoUseInAIKyrios 33 | id: check-rv-liso 34 | if: steps.check-gh.outputs.internet_error == '0' 35 | run: bash src/etc/ci.sh ReVanced/revanced-patches latest youtube-revanced-LisoUseInAIKyrios.apk 36 | - name: Check new patch Revanced Extended forked by Anddea Stable Version 37 | id: check-rve-anddea-stable 38 | if: steps.check-gh.outputs.internet_error == '0' 39 | run: bash src/etc/ci.sh anddea/revanced-patches latest youtube-stable-anddea.apk 40 | - name: Check new patch Revanced Extended forked by Anddea Beta Version 41 | id: check-rve-anddea-beta 42 | if: steps.check-gh.outputs.internet_error == '0' 43 | run: bash src/etc/ci.sh anddea/revanced-patches prerelease youtube-beta-anddea.apk 44 | - name: Check new patch Revanced Extended 45 | id: check-rve 46 | if: steps.check-gh.outputs.internet_error == '0' 47 | run: bash src/etc/ci.sh inotia00/revanced-patches latest youtube-revanced-extended.apk 48 | - name: Check new patch Revanced Extended Beta 49 | id: check-rve-beta 50 | if: steps.check-gh.outputs.internet_error == '0' 51 | run: bash src/etc/ci.sh inotia00/revanced-patches prerelease youtube-beta-revanced-extended.apk 52 | - name: Check new patch Revanced Extended Arsclib 53 | id: check-rve-arsclib 54 | if: steps.check-gh.outputs.internet_error == '0' 55 | run: bash src/etc/ci.sh inotia00/revanced-patches-arsclib latest reddit-revanced-extended-arsclib.apk 56 | - name: Check new patch Twitter Piko Stable 57 | id: check-twitter-piko-stable 58 | if: steps.check-gh.outputs.internet_error == '0' 59 | run: bash src/etc/ci.sh crimera/piko latest twitter-stable-piko.apk 60 | - name: Check new patch Twitter Piko Beta 61 | id: check-twitter-piko-beta 62 | if: steps.check-gh.outputs.internet_error == '0' 63 | run: bash src/etc/ci.sh crimera/piko prerelease twitter-beta-piko.apk 64 | - name: Check new patch Revanced For Android 6 & 7 65 | id: check-rve67 66 | if: steps.check-gh.outputs.internet_error == '0' 67 | run: bash src/etc/ci.sh kitadai31/revanced-patches-android6-7 latest youtube-revanced-extended-android-6-7.apk 68 | - name: Check new patch Revanced For Android 5 69 | id: check-rve5 70 | if: steps.check-gh.outputs.internet_error == '0' 71 | run: bash src/etc/ci.sh d4n3436/revanced-patches-android5 latest youtube-revanced-extended-android-5.apk 72 | - name: Check new patch BiliRoamingM 73 | id: check-BiliRoamingM 74 | if: steps.check-gh.outputs.internet_error == '0' 75 | run: bash src/etc/ci.sh sakarie9/BiliRoamingM latest bilibili-BiliRoamingM.apk 76 | - name: Check new patch Revanced Experiments 77 | id: check-Revanced-Experiments 78 | if: steps.check-gh.outputs.internet_error == '0' 79 | run: bash src/etc/ci.sh Aunali321/ReVancedExperiments latest telegram-revanced-experiments.apk 80 | - name: Re-run workflow if github connection not stable 81 | if: always() && steps.check-rv.outcome == 'skipped' && env.retry_count < env.max_retries 82 | uses: actions/github-script@v7 83 | with: 84 | script: | 85 | const maxRetries = ${{ env.max_retries }}; 86 | let retryCount = ${{ env.retry_count }}; 87 | if (retryCount < maxRetries) { 88 | retryCount += 1; 89 | await github.rest.actions.createWorkflowDispatch({ 90 | owner: context.repo.owner, 91 | repo: context.repo.repo, 92 | workflow_id: "ci.yml", 93 | ref: context.ref, 94 | inputs: { 95 | 'retry_count': String(retryCount) 96 | } 97 | }); 98 | } 99 | env: 100 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 101 | retry_count: ${{ github.event.inputs.retry_count }} 102 | max_retries: 3 103 | outputs: 104 | check_rv: ${{ steps.check-rv.outputs.new_patch }} 105 | check_rv_beta: ${{ steps.check-rv-beta.outputs.new_patch }} 106 | check_rv_liso: ${{ steps.check-rv-liso.outputs.new_patch }} 107 | check_rve_anddea_stable: ${{ steps.check-rve-anddea-stable.outputs.new_patch }} 108 | check_rve_anddea_beta: ${{ steps.check-rve-anddea-beta.outputs.new_patch }} 109 | check_rve: ${{ steps.check-rve.outputs.new_patch }} 110 | check_rve_beta: ${{ steps.check-rve-beta.outputs.new_patch }} 111 | check_rve_arsclib: ${{ steps.check-rve-arsclib.outputs.new_patch }} 112 | check_twitter_piko_stable: ${{ steps.check-twitter-piko-stable.outputs.new_patch }} 113 | check_twitter_piko_beta: ${{ steps.check-twitter-piko-beta.outputs.new_patch }} 114 | check_rve67: ${{ steps.check-rve67.outputs.new_patch }} 115 | check_rve5: ${{ steps.check-rve5.outputs.new_patch }} 116 | check_BiliRoamingM: ${{ steps.check-BiliRoamingM.outputs.new_patch }} 117 | check_Revanced_Experiments: ${{ steps.check-Revanced-Experiments.outputs.new_patch }} 118 | 119 | Patch-Revanced: 120 | name: Patch Revanced Stable 121 | needs: check 122 | if: ${{ needs.check.outputs.check_rv == 1 }} 123 | uses: ./.github/workflows/manual-patch.yml 124 | with: 125 | org: "Revanced" 126 | Patch-Revanced-Beta: 127 | name: Patch Revanced Beta 128 | needs: check 129 | if: ${{ needs.check.outputs.check_rv_beta == 1 }} 130 | uses: ./.github/workflows/manual-patch.yml 131 | with: 132 | org: "Revanced Beta" 133 | Patch-Revanced-Liso: 134 | name: Patch Revanced LisoUseInAIKyrios 135 | needs: check 136 | if: ${{ needs.check.outputs.check_rv_liso == 1 }} 137 | uses: ./.github/workflows/manual-patch.yml 138 | with: 139 | org: "Revanced LisoUseInAIKyrios" 140 | Patch-RVE-anddea-stable: 141 | name: Patch RVX Anddea Stable 142 | needs: check 143 | if: ${{ needs.check.outputs.check_rve_anddea_stable == 1 }} 144 | uses: ./.github/workflows/manual-patch.yml 145 | with: 146 | org: "RVE-anddea-stable" 147 | Patch-RVE-anddea-beta: 148 | name: Patch RVX Anddea Beta 149 | needs: check 150 | if: ${{ needs.check.outputs.check_rve_anddea_beta == 1 }} 151 | uses: ./.github/workflows/manual-patch.yml 152 | with: 153 | org: "RVE-anddea-beta" 154 | Patch-Revanced-Extended: 155 | name: Patch Revanced Extended 156 | needs: check 157 | if: ${{ needs.check.outputs.check_rve == 1 }} 158 | uses: ./.github/workflows/manual-patch.yml 159 | with: 160 | org: "Revanced Extended" 161 | Patch-Revanced-Extended-Beta: 162 | name: Patch Revanced Extended Beta 163 | needs: check 164 | if: ${{ needs.check.outputs.check_rve_beta == 1 }} 165 | uses: ./.github/workflows/manual-patch.yml 166 | with: 167 | org: "Revanced Extended Beta" 168 | Patch-Revanced-Extended-Arsclib: 169 | name: Patch Revanced Extended Arsclib 170 | needs: check 171 | if: ${{ needs.check.outputs.check_rve_arsclib == 1 }} 172 | uses: ./.github/workflows/manual-patch.yml 173 | with: 174 | org: "Revanced Extended Arsclib" 175 | Patch-Twitter-Piko-Stable: 176 | name: Patch Twitter Piko Stable 177 | needs: check 178 | if: ${{ needs.check.outputs.check_twitter_piko_stable == 1 }} 179 | uses: ./.github/workflows/manual-patch.yml 180 | with: 181 | org: "Twitter Piko Stable" 182 | Patch-Twitter-Piko-Beta: 183 | name: Patch Twitter Piko Beta 184 | needs: check 185 | if: ${{ needs.check.outputs.check_twitter_piko_beta == 1 }} 186 | uses: ./.github/workflows/manual-patch.yml 187 | with: 188 | org: "Twitter Piko Beta" 189 | Patch-Revanced-Extended-For-Android-6-7: 190 | name: Patch RVX Android 6 & 7 191 | needs: check 192 | if: ${{ needs.check.outputs.check_rve67 == 1 }} 193 | uses: ./.github/workflows/manual-patch.yml 194 | with: 195 | org: "Revanced Extended Android 6,7" 196 | Patch-Revanced-Extended-For-Android-5: 197 | name: Patch RVX Android 5 198 | needs: check 199 | if: ${{ needs.check.outputs.check_rve5 == 1 }} 200 | uses: ./.github/workflows/manual-patch.yml 201 | with: 202 | org: "Revanced Extended Android 5" 203 | Patch-BiliRoamingM: 204 | name: Patch BiliRoamingM 205 | needs: check 206 | if: ${{ needs.check.outputs.check_BiliRoamingM == 1 }} 207 | uses: ./.github/workflows/manual-patch.yml 208 | with: 209 | org: "BiliRoamingM" 210 | Patch-Revanced-Experiments: 211 | name: Patch Revanced Experiments 212 | needs: check 213 | if: ${{ needs.check.outputs.check_Revanced_Experiments == 1 }} 214 | uses: ./.github/workflows/manual-patch.yml 215 | with: 216 | org: "Revanced Experiments" 217 | -------------------------------------------------------------------------------- /src/build/Revanced.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced build 3 | source ./src/build/utils.sh 4 | # Download requirements 5 | revanced_dl(){ 6 | dl_gh "revanced-patches revanced-cli" "revanced" "latest" 7 | } 8 | 1() { 9 | revanced_dl 10 | # Patch YouTube: 11 | get_patches_key "youtube-revanced" 12 | get_apk "com.google.android.youtube" "youtube" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 13 | split_editor "youtube" "youtube" 14 | patch "youtube" "revanced" 15 | # Patch Youtube Arm64-v8a 16 | get_patches_key "youtube-revanced" 17 | split_editor "youtube" "youtube-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 18 | patch "youtube-arm64-v8a" "revanced" 19 | # Patch Youtube Armeabi-v7a 20 | get_patches_key "youtube-revanced" 21 | split_editor "youtube" "youtube-armeabi-v7a" "exclude" "split_config.arm64_v8a split_config.x86 split_config.x86_64" 22 | patch "youtube-armeabi-v7a" "revanced" 23 | # Patch Youtube x86 24 | get_patches_key "youtube-revanced" 25 | split_editor "youtube" "youtube-x86" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86_64" 26 | patch "youtube-x86" "revanced" 27 | # Patch Youtube x86_64 28 | get_patches_key "youtube-revanced" 29 | split_editor "youtube" "youtube-x86_64" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86" 30 | patch "youtube-x86_64" "revanced" 31 | } 32 | 2() { 33 | revanced_dl 34 | # Patch Messenger: 35 | # Arm64-v8a 36 | get_patches_key "messenger" 37 | get_apkpure "com.facebook.orca" "messenger-arm64-v8a" "facebook-messenger/com.facebook.orca" 38 | patch "messenger-arm64-v8a" "revanced" 39 | # Patch Facebook: 40 | # Arm64-v8a 41 | get_patches_key "facebook" 42 | get_apkpure "com.facebook.katana" "facebook-arm64-v8a" "facebook/com.facebook.katana" 43 | patch "facebook-arm64-v8a" "revanced" 44 | } 45 | 3() { 46 | revanced_dl 47 | # Patch Google photos: 48 | # Arm64-v8a 49 | get_patches_key "gg-photos" 50 | get_apk "com.google.android.apps.photos" "gg-photos-arm64-v8a" "photos" "google-inc/photos/google-photos" "arm64-v8a" "nodpi" 51 | patch "gg-photos-arm64-v8a" "revanced" 52 | # Armeabi-v7a 53 | get_patches_key "gg-photos" 54 | version="7.32.0.765953717" 55 | get_apk "com.google.android.apps.photos" "gg-photos-armeabi-v7a" "photos" "google-inc/photos/google-photos" "armeabi-v7a" "nodpi" 56 | patch "gg-photos-armeabi-v7a" "revanced" 57 | # x86 58 | get_patches_key "gg-photos" 59 | version="7.32.0.765953717" 60 | get_apk "com.google.android.apps.photos" "gg-photos-x86" "photos" "google-inc/photos/google-photos" "x86" "nodpi" 61 | patch "gg-photos-x86" "revanced" 62 | # x86_64 63 | get_patches_key "gg-photos" 64 | version="7.32.0.765953717" 65 | get_apk "com.google.android.apps.photos" "gg-photos-x86_64" "photos" "google-inc/photos/google-photos" "x86_64" "nodpi" 66 | patch "gg-photos-x86_64" "revanced" 67 | } 68 | 4() { 69 | revanced_dl 70 | # Patch Tiktok: 71 | get_patches_key "tiktok" 72 | url="https://tiktok.en.uptodown.com/android/download/1026195874-x" #Use uptodown because apkmirror ban tiktok in US lead github action can't download apk file 73 | url="https://dw.uptodown.com/dwn/$(req "$url" - | $pup -p --charset utf-8 'button#detail-download-button attr{data-url}')" 74 | req "$url" "tiktok.apk" 75 | patch "tiktok" "revanced" 76 | # Patch Instagram: 77 | # Arm64-v8a 78 | get_patches_key "instagram" 79 | get_apkpure "com.instagram.android" "instagram-arm64-v8a" "instagram-android/com.instagram.android" "Bundle" 80 | patch "instagram-arm64-v8a" "revanced" 81 | } 82 | 5() { 83 | revanced_dl 84 | # Patch Pixiv: 85 | get_patches_key "pixiv" 86 | get_apkpure "jp.pxv.android" "pixiv" "pixiv/jp.pxv.android" 87 | patch "pixiv" "revanced" 88 | # Patch Twitch: 89 | get_patches_key "twitch" 90 | get_apk "tv.twitch.android.app" "twitch" "twitch" "twitch-interactive-inc/twitch/twitch-live-streaming" "Bundle_extract" 91 | split_editor "twitch" "twitch" 92 | patch "twitch" "revanced" 93 | # Patch Twitch Arm64-v8a: 94 | get_patches_key "twitch" 95 | split_editor "twitch" "twitch-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 96 | patch "twitch-arm64-v8a" "revanced" 97 | } 98 | 6() { 99 | revanced_dl 100 | # Patch Tumblr: 101 | get_patches_key "tumblr" 102 | get_apk "com.tumblr" "tumblr" "tumblr" "tumblr-inc/tumblr/tumblr-social-media-art" "Bundle_extract" 103 | split_editor "tumblr" "tumblr" 104 | patch "tumblr" "revanced" 105 | # Patch Tumblr Arm64-v8a: 106 | get_patches_key "tumblr" 107 | split_editor "tumblr" "tumblr-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 108 | patch "tumblr-arm64-v8a" "revanced" 109 | # Patch SoundCloud: 110 | get_patches_key "soundcloud" 111 | get_apk "com.soundcloud.android" "soundcloud" "soundcloud-soundcloud" "soundcloud/soundcloud-soundcloud/soundcloud-play-music-songs" "Bundle_extract" 112 | split_editor "soundcloud" "soundcloud" 113 | patch "soundcloud" "revanced" 114 | # Patch SoundCloud Arm64-v8a: 115 | get_patches_key "soundcloud" 116 | split_editor "soundcloud" "soundcloud-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 117 | patch "soundcloud-arm64-v8a" "revanced" 118 | } 119 | 7() { 120 | revanced_dl 121 | # Patch RAR: 122 | get_patches_key "rar" 123 | get_apk "com.rarlab.rar" "rar" "rar" "rarlab-published-by-win-rar-gmbh/rar/rar" "Bundle" 124 | patch "rar" "revanced" 125 | # Patch Lightroom: 126 | get_patches_key "lightroom" 127 | url="https://adobe-lightroom-mobile.en.uptodown.com/android/download/1033600808" #Use uptodown because apkmirror always ask pass Cloudflare on this app 128 | url="https://dw.uptodown.com/dwn/$(req "$url" - | $pup -p --charset utf-8 'button#detail-download-button attr{data-url}')" 129 | req "$url" "lightroom.apk" 130 | patch "lightroom" "revanced" 131 | } 132 | 8() { 133 | revanced_dl 134 | get_apk "com.google.android.youtube" "youtube-lite" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 135 | # Patch YouTube Lite Arm64-v8a: 136 | get_patches_key "youtube-revanced" 137 | split_editor "youtube-lite" "youtube-lite-arm64-v8a" "include" "split_config.arm64_v8a split_config.en split_config.xxxhdpi" 138 | patch "youtube-lite-arm64-v8a" "revanced" 139 | # Patch YouTube Lite Armeabi-v7a: 140 | get_patches_key "youtube-revanced" 141 | split_editor "youtube-lite" "youtube-lite-armeabi-v7a" "include" "split_config.armeabi_v7a split_config.en split_config.xxxhdpi" 142 | patch "youtube-lite-armeabi-v7a" "revanced" 143 | } 144 | 9() { 145 | revanced_dl 146 | # Patch YouTube Music: 147 | # Arm64-v8a 148 | get_patches_key "youtube-music-revanced" 149 | get_apk "com.google.android.apps.youtube.music" "youtube-music-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a" 150 | patch "youtube-music-arm64-v8a" "revanced" 151 | # Armeabi-v7a 152 | get_patches_key "youtube-music-revanced" 153 | get_apk "com.google.android.apps.youtube.music" "youtube-music-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a" 154 | patch "youtube-music-armeabi-v7a" "revanced" 155 | # x86_64 156 | get_patches_key "youtube-music-revanced" 157 | get_apk "com.google.android.apps.youtube.music" "youtube-music-x86_64" "youtube-music" "google-inc/youtube-music/youtube-music" "x86_64" 158 | patch "youtube-music-x86_64" "revanced" 159 | # x86 160 | get_patches_key "youtube-music-revanced" 161 | get_apk "com.google.android.apps.youtube.music" "youtube-music-x86" "youtube-music" "google-inc/youtube-music/youtube-music" "x86" 162 | patch "youtube-music-x86" "revanced" 163 | } 164 | 10() { 165 | revanced_dl 166 | # Patch Duolingo 167 | get_patches_key "Duolingo" 168 | lock_version="1" 169 | get_apk "com.duolingo" "duolingo" "duolingo-duolingo" "duolingo/duolingo-duolingo/duolingo-language-lessons" "Bundle" 170 | patch "duolingo" "revanced" 171 | # Patch Google News Arm64-v8a 172 | get_patches_key "GoogleNews" 173 | get_apk "com.google.android.apps.magazines" "googlenews" "google-news" "google-inc/google-news/google-news" "Bundle_extract" 174 | split_editor "googlenews" "googlenews-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 175 | patch "googlenews-arm64-v8a" "revanced" 176 | } 177 | 11() { 178 | revanced_dl 179 | # Patch Photomath 180 | get_patches_key "Photomath" 181 | get_apk "com.microblink.photomath" "photomath" "photomath" "google-inc/photomath/photomath" "Bundle" "Bundle_extract" 182 | split_editor "photomath" "photomath" 183 | patch "photomath" "revanced" 184 | # Patch Strava: 185 | get_patches_key "strava" 186 | get_apkpure "com.strava" "strava-arm64-v8a" "strava-run-hike-2025-health/com.strava" "Bundle" 187 | patch "strava-arm64-v8a" "revanced" 188 | } 189 | 12() { 190 | revanced_dl 191 | # Patch Spotjfy Arm64-v8a 192 | j="i" 193 | get_patches_key "Spotjfy-revanced" 194 | get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music" 195 | patch "spotjfy-arm64-v8a" "revanced" 196 | # Patch Proton mail 197 | get_patches_key "protonmail-revanced" 198 | get_apk "ch.protonmail.android" "protonmail" "protonmail-encrypted-email" "proton-technologies-ag/protonmail-encrypted-email/proton-mail-encrypted-email" 199 | patch "protonmail" "revanced" 200 | } 201 | 13() { 202 | revanced_dl 203 | # Patch Threads 204 | get_patches_key "Threads-revanced" 205 | get_apkpure "com.instagram.barcelona" "threads-arm64-v8a" "threads/com.instagram.barcelona" "Bundle" 206 | patch "threads-arm64-v8a" "revanced" 207 | # Patch Prime Video 208 | get_patches_key "Prime-Video-revanced" 209 | version="3.0.412" 210 | get_apk " com.amazon.avod.thirdpartyclient" "prime-video-arm64-v8a" "amazon-prime-video" "amazon-mobile-llc/amazon-prime-video/amazon-prime-video" "arm64-v8a" 211 | patch "prime-video-arm64-v8a" "revanced" 212 | } 213 | 14() { 214 | revanced_dl 215 | # Patch Crunchyroll 216 | get_patches_key "Crunchyroll-revanced" 217 | url="https://crunchyroll.en.uptodown.com/android/download/1123284824-x" #Use uptodown because apkmirror always ask pass Cloudflare on this app 218 | url="https://dw.uptodown.com/dwn/$(req "$url" - | $pup -p --charset utf-8 'button#detail-download-button attr{data-url}')" 219 | req "$url" "crunchyroll" 220 | split_editor "crunchyroll" "crunchyroll" 221 | patch "crunchyroll" "revanced" 222 | # Patch Viber 223 | get_patches_key "Viber-revanced" 224 | get_apk "com.viber.voip" "viber" "viber" "viber-media-s-a-r-l/viber/rakuten-viber-messenger" 225 | patch "viber" "revanced" 226 | } 227 | 15() { 228 | revanced_dl 229 | # Patch Reddit 230 | get_patches_key "reddit" 231 | get_apk "com.reddit.frontpage" "reddit" "reddit" "redditinc/reddit/reddit" "Bundle_extract" 232 | split_editor "reddit" "reddit" 233 | patch "reddit" "revanced" 234 | # Patch Arm64-v8a: 235 | split_editor "reddit" "reddit-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86_64 split_config.mdpi split_config.ldpi split_config.hdpi split_config.xhdpi split_config.xxhdpi split_config.tvdpi" 236 | get_patches_key "reddit" 237 | patch "reddit-arm64-v8a" "revanced" 238 | # Patch Disney+ 239 | get_patches_key "Disney" 240 | version="4.20.2+rc1-2025.12.09" 241 | get_apk "com.disney.disneyplus" "disney" "disney" "disney/disney/disney" "Bundle" 242 | patch "disney" "revanced" 243 | } 244 | 16() { 245 | revanced_dl 246 | # Patch ProtonVPN 247 | get_patches_key "ProtonVPN" 248 | get_apk "ch.protonvpn.android" "protonvpn" "protonvpn-free-vpn-secure-unlimited-fdroid-version" "proton-technologies-ag/protonvpn-free-vpn-secure-unlimited-fdroid-version/protonvpn-fast-secure-vpn-f-droid-version" 249 | patch "protonvpn" "revanced" 250 | } 251 | case "$1" in 252 | 1) 253 | 1 254 | ;; 255 | 2) 256 | 2 257 | ;; 258 | 3) 259 | 3 260 | ;; 261 | 4) 262 | 4 263 | ;; 264 | 5) 265 | 5 266 | ;; 267 | 6) 268 | 6 269 | ;; 270 | 7) 271 | 7 272 | ;; 273 | 8) 274 | 8 275 | ;; 276 | 9) 277 | 9 278 | ;; 279 | 10) 280 | 10 281 | ;; 282 | 11) 283 | 11 284 | ;; 285 | 12) 286 | 12 287 | ;; 288 | 13) 289 | 13 290 | ;; 291 | 14) 292 | 14 293 | ;; 294 | 15) 295 | 15 296 | ;; 297 | 16) 298 | 16 299 | ;; 300 | esac 301 | -------------------------------------------------------------------------------- /src/build/Revanced-Beta.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Revanced build 3 | source ./src/build/utils.sh 4 | # Download requirements 5 | revanced_dl(){ 6 | dl_gh "revanced-patches" "revanced" "prerelease" 7 | dl_gh "revanced-cli" "revanced" "latest" 8 | } 9 | 1() { 10 | revanced_dl 11 | # Patch YouTube: 12 | get_patches_key "youtube-revanced" 13 | get_apk "com.google.android.youtube" "youtube-beta" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 14 | split_editor "youtube-beta" "youtube-beta" 15 | patch "youtube-beta" "revanced" 16 | # Patch Youtube Arm64-v8a 17 | get_patches_key "youtube-revanced" 18 | split_editor "youtube-beta" "youtube-beta-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 19 | patch "youtube-beta-arm64-v8a" "revanced" 20 | # Patch Youtube Armeabi-v7a 21 | get_patches_key "youtube-revanced" 22 | split_editor "youtube-beta" "youtube-beta-armeabi-v7a" "exclude" "split_config.arm64_v8a split_config.x86 split_config.x86_64" 23 | patch "youtube-beta-armeabi-v7a" "revanced" 24 | # Patch Youtube x86 25 | get_patches_key "youtube-revanced" 26 | split_editor "youtube-beta" "youtube-beta-x86" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86_64" 27 | patch "youtube-beta-x86" "revanced" 28 | # Patch Youtube x86_64 29 | get_patches_key "youtube-revanced" 30 | split_editor "youtube-beta" "youtube-beta-x86_64" "exclude" "split_config.arm64_v8a split_config.armeabi_v7a split_config.x86" 31 | patch "youtube-beta-x86_64" "revanced" 32 | } 33 | 2() { 34 | revanced_dl 35 | # Patch Messenger: 36 | # Arm64-v8a 37 | get_patches_key "messenger" 38 | get_apkpure "com.facebook.orca" "messenger-arm64-v8a-beta" "facebook-messenger/com.facebook.orca" 39 | patch "messenger-arm64-v8a-beta" "revanced" 40 | # Patch Facebook: 41 | # Arm64-v8a 42 | get_patches_key "facebook" 43 | get_apkpure "com.facebook.katana" "facebook-arm64-v8a-beta" "facebook/com.facebook.katana" 44 | patch "facebook-arm64-v8a-beta" "revanced" 45 | } 46 | 3() { 47 | revanced_dl 48 | # Patch Google photos: 49 | # Arm64-v8a 50 | get_patches_key "gg-photos" 51 | get_apk "com.google.android.apps.photos" "gg-photos-arm64-v8a-beta" "photos" "google-inc/photos/google-photos" "arm64-v8a" "nodpi" 52 | patch "gg-photos-arm64-v8a-beta" "revanced" 53 | # Armeabi-v7a 54 | get_patches_key "gg-photos" 55 | get_apk "com.google.android.apps.photos" "gg-photos-armeabi-v7a-beta" "photos" "google-inc/photos/google-photos" "armeabi-v7a" "nodpi" 56 | patch "gg-photos-armeabi-v7a-beta" "revanced" 57 | # x86 58 | get_patches_key "gg-photos" 59 | get_apk "com.google.android.apps.photos" "gg-photos-x86-beta" "photos" "google-inc/photos/google-photos" "x86" "nodpi" 60 | patch "gg-photos-x86-beta" "revanced" 61 | # x86_64 62 | get_patches_key "gg-photos" 63 | get_apk "com.google.android.apps.photos" "gg-photos-x86_64-beta" "photos" "google-inc/photos/google-photos" "x86_64" "nodpi" 64 | patch "gg-photos-x86_64-beta" "revanced" 65 | } 66 | 4() { 67 | revanced_dl 68 | # Patch Tiktok: 69 | get_patches_key "tiktok" 70 | url="https://tiktok.en.uptodown.com/android/download/1026195874-x" #Use uptodown because apkmirror ban tiktok in US lead github action can't download apk file 71 | url="https://dw.uptodown.com/dwn/$(req "$url" - | $pup -p --charset utf-8 'button#detail-download-button attr{data-url}')" 72 | req "$url" "tiktok-beta.apk" 73 | patch "tiktok-beta" "revanced" 74 | # Patch Instagram: 75 | # Arm64-v8a 76 | get_patches_key "instagram" 77 | get_apkpure "com.instagram.android" "instagram-arm64-v8a-beta" "instagram-android/com.instagram.android" "Bundle" 78 | patch "instagram-arm64-v8a-beta" "revanced" 79 | } 80 | 5() { 81 | revanced_dl 82 | # Patch Pixiv: 83 | get_patches_key "pixiv" 84 | get_apkpure "jp.pxv.android" "pixiv-beta" "pixiv/jp.pxv.android" 85 | patch "pixiv-beta" "revanced" 86 | # Patch Twitch: 87 | get_patches_key "twitch" 88 | get_apk "tv.twitch.android.app" "twitch-beta" "twitch" "twitch-interactive-inc/twitch/twitch-live-streaming" "Bundle_extract" 89 | split_editor "twitch-beta" "twitch-beta" 90 | patch "twitch-beta" "revanced" 91 | # Patch Twitch Arm64-v8a: 92 | get_patches_key "twitch" 93 | split_editor "twitch-beta" "twitch-arm64-v8a-beta" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 94 | patch "twitch-arm64-v8a-beta" "revanced" 95 | } 96 | 6() { 97 | revanced_dl 98 | # Patch Tumblr: 99 | get_patches_key "tumblr" 100 | get_apk "com.tumblr" "tumblr-beta" "tumblr" "tumblr-inc/tumblr/tumblr-social-media-art" "Bundle_extract" 101 | split_editor "tumblr-beta" "tumblr-beta" 102 | patch "tumblr-beta" "revanced" 103 | # Patch Tumblr Arm64-v8a: 104 | get_patches_key "tumblr" 105 | split_editor "tumblr-beta" "tumblr-arm64-v8a-beta" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 106 | patch "tumblr-arm64-v8a-beta" "revanced" 107 | # Patch SoundCloud: 108 | get_patches_key "soundcloud" 109 | get_apk "com.soundcloud.android" "soundcloud-beta" "soundcloud-soundcloud" "soundcloud/soundcloud-soundcloud/soundcloud-play-music-songs" "Bundle_extract" 110 | split_editor "soundcloud-beta" "soundcloud-beta" 111 | patch "soundcloud-beta" "revanced" 112 | # Patch SoundCloud Arm64-v8a: 113 | get_patches_key "soundcloud" 114 | split_editor "soundcloud-beta" "soundcloud-arm64-v8a-beta" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 115 | patch "soundcloud-arm64-v8a-beta" "revanced" 116 | } 117 | 7() { 118 | revanced_dl 119 | # Patch Lightroom: 120 | get_patches_key "lightroom" 121 | url="https://adobe-lightroom-mobile.en.uptodown.com/android/download/1033600808" #Use uptodown because apkmirror always ask pass Cloudflare on this app 122 | url="https://dw.uptodown.com/dwn/$(req "$url" - | $pup -p --charset utf-8 'button#detail-download-button attr{data-url}')" 123 | req "$url" "lightroom-beta.apk" 124 | patch "lightroom-beta" "revanced" 125 | # Patch RAR: 126 | get_patches_key "rar" 127 | get_apk "com.rarlab.rar" "rar-beta" "rar" "rarlab-published-by-win-rar-gmbh/rar/rar" "Bundle" 128 | patch "rar-beta" "revanced" 129 | } 130 | 8() { 131 | revanced_dl 132 | get_apk "com.google.android.youtube" "youtube-lite-beta" "youtube" "google-inc/youtube/youtube" "Bundle_extract" 133 | # Patch YouTube Lite Arm64-v8a: 134 | get_patches_key "youtube-revanced" 135 | split_editor "youtube-lite-beta" "youtube-lite-beta-arm64-v8a" "include" "split_config.arm64_v8a split_config.en split_config.xxxhdpi" 136 | patch "youtube-lite-beta-arm64-v8a" "revanced" 137 | # Patch YouTube Lite Armeabi-v7a: 138 | get_patches_key "youtube-revanced" 139 | split_editor "youtube-lite-beta" "youtube-lite-beta-armeabi-v7a" "include" "split_config.armeabi_v7a split_config.en split_config.xxxhdpi" 140 | patch "youtube-lite-beta-armeabi-v7a" "revanced" 141 | } 142 | 9() { 143 | revanced_dl 144 | # Patch YouTube Music: 145 | # Arm64-v8a 146 | get_patches_key "youtube-music-revanced" 147 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a" 148 | patch "youtube-music-beta-arm64-v8a" "revanced" 149 | # Armeabi-v7a 150 | get_patches_key "youtube-music-revanced" 151 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a" 152 | patch "youtube-music-beta-armeabi-v7a" "revanced" 153 | # x86_64 154 | get_patches_key "youtube-music-revanced" 155 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-x86_64" "youtube-music" "google-inc/youtube-music/youtube-music" "x86_64" 156 | patch "youtube-music-beta-x86_64" "revanced" 157 | # x86 158 | get_patches_key "youtube-music-revanced" 159 | get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-x86" "youtube-music" "google-inc/youtube-music/youtube-music" "x86" 160 | patch "youtube-music-beta-x86" "revanced" 161 | } 162 | 10() { 163 | revanced_dl 164 | # Patch Duolingo 165 | get_patches_key "Duolingo" 166 | lock_version="1" 167 | get_apk "com.duolingo" "duolingo-beta" "duolingo-duolingo" "duolingo/duolingo-duolingo/duolingo-language-lessons" "Bundle" 168 | patch "duolingo-beta" "revanced" 169 | # Patch Google News Arm64-v8a 170 | get_patches_key "GoogleNews" 171 | get_apk "com.google.android.apps.magazines" "googlenews-beta" "google-news" "google-inc/google-news/google-news" "Bundle_extract" 172 | split_editor "googlenews-beta" "googlenews-beta-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86 split_config.x86_64" 173 | patch "googlenews-beta-arm64-v8a" "revanced" 174 | } 175 | 11() { 176 | revanced_dl 177 | # Patch Photomath 178 | get_patches_key "Photomath" 179 | get_apk "com.microblink.photomath" "photomath-beta" "photomath" "google-inc/photomath/photomath" "Bundle" "Bundle_extract" 180 | split_editor "photomath-beta" "photomath-beta" 181 | patch "photomath-beta" "revanced" 182 | # Patch Strava: 183 | get_patches_key "strava" 184 | get_apkpure "com.strava" "strava-beta-arm64-v8a" "strava-run-hike-2025-health/com.strava" "Bundle" 185 | patch "strava-beta-arm64-v8a" "revanced" 186 | } 187 | 12() { 188 | revanced_dl 189 | # Patch Spotjfy Arm64-v8a 190 | j="i" 191 | get_patches_key "Spotjfy-revanced" 192 | get_apkpure "com.spot"$j"fy.music" "spotjfy-beta-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music" 193 | patch "spotjfy-beta-arm64-v8a" "revanced" 194 | # Patch Proton mail 195 | get_patches_key "protonmail-revanced" 196 | get_apkpure "ch.protonmail.android" "protonmail-beta" "proton-mail-encrypted-email/ch.protonmail.android" 197 | patch "protonmail-beta" "revanced" 198 | } 199 | 13() { 200 | revanced_dl 201 | # Patch Threads 202 | get_patches_key "Threads-revanced" 203 | get_apkpure "com.instagram.barcelona" "threads-beta-arm64-v8a" "threads/com.instagram.barcelona" "Bundle" 204 | patch "threads-beta-arm64-v8a" "revanced" 205 | # Patch Prime Video 206 | get_patches_key "Prime-Video-revanced" 207 | version="3.0.412" 208 | get_apk " com.amazon.avod.thirdpartyclient" "prime-video-beta-arm64-v8a" "amazon-prime-video" "amazon-mobile-llc/amazon-prime-video/amazon-prime-video" "arm64-v8a" 209 | patch "prime-video-beta-arm64-v8a" "revanced" 210 | } 211 | 14() { 212 | revanced_dl 213 | # Patch Crunchyroll 214 | get_patches_key "Crunchyroll-revanced" 215 | url="https://crunchyroll.en.uptodown.com/android/download/1123284824-x" #Use uptodown because apkmirror always ask pass Cloudflare on this app 216 | url="https://dw.uptodown.com/dwn/$(req "$url" - | $pup -p --charset utf-8 'button#detail-download-button attr{data-url}')" 217 | req "$url" "crunchyroll-beta" 218 | split_editor "crunchyroll-beta" "crunchyroll-beta" 219 | patch "crunchyroll-beta" "revanced" 220 | # Patch Viber 221 | get_patches_key "Viber-revanced" 222 | get_apk "com.viber.voip" "viber-beta" "viber" "viber-media-s-a-r-l/viber/rakuten-viber-messenger" 223 | patch "viber-beta" "revanced" 224 | } 225 | 15() { 226 | revanced_dl 227 | # Patch Reddit 228 | get_patches_key "reddit" 229 | get_apk "com.reddit.frontpage" "reddit-beta" "reddit" "redditinc/reddit/reddit" "Bundle_extract" 230 | split_editor "reddit-beta" "reddit-beta" 231 | patch "reddit-beta" "revanced" 232 | # Patch Arm64-v8a: 233 | split_editor "reddit-beta" "reddit-beta-arm64-v8a" "exclude" "split_config.armeabi_v7a split_config.x86_64 split_config.mdpi split_config.ldpi split_config.hdpi split_config.xhdpi split_config.xxhdpi split_config.tvdpi" 234 | get_patches_key "reddit" 235 | patch "reddit-beta-arm64-v8a" "revanced" 236 | # Patch Disney+ 237 | get_patches_key "Disney" 238 | version="4.20.2+rc1-2025.12.09" 239 | get_apk "com.disney.disneyplus" "disney-beta" "disney" "disney/disney/disney" "Bundle" 240 | patch "disney-beta" "revanced" 241 | } 242 | 16() { 243 | revanced_dl 244 | # Patch ProtonVPN 245 | get_patches_key "ProtonVPN" 246 | get_apk "ch.protonvpn.android" "protonvpn-beta" "protonvpn-free-vpn-secure-unlimited-fdroid-version" "proton-technologies-ag/protonvpn-free-vpn-secure-unlimited-fdroid-version/protonvpn-fast-secure-vpn-f-droid-version" 247 | patch "protonvpn-beta" "revanced" 248 | } 249 | case "$1" in 250 | 1) 251 | 1 252 | ;; 253 | 2) 254 | 2 255 | ;; 256 | 3) 257 | 3 258 | ;; 259 | 4) 260 | 4 261 | ;; 262 | 5) 263 | 5 264 | ;; 265 | 6) 266 | 6 267 | ;; 268 | 7) 269 | 7 270 | ;; 271 | 8) 272 | 8 273 | ;; 274 | 9) 275 | 9 276 | ;; 277 | 10) 278 | 10 279 | ;; 280 | 11) 281 | 11 282 | ;; 283 | 12) 284 | 12 285 | ;; 286 | 13) 287 | 13 288 | ;; 289 | 14) 290 | 14 291 | ;; 292 | 15) 293 | 15 294 | ;; 295 | 16) 296 | 16 297 | ;; 298 | esac 299 | -------------------------------------------------------------------------------- /src/build/utils.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | mkdir ./release ./download 4 | 5 | #Setup pup for download apk files 6 | wget -q -O ./pup.zip https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_linux_amd64.zip 7 | unzip "./pup.zip" -d "./" > /dev/null 2>&1 8 | pup="./pup" 9 | #Setup APKEditor for install combine split apks 10 | wget -q -O ./APKEditor.jar https://github.com/REAndroid/APKEditor/releases/download/V1.4.2/APKEditor-1.4.2.jar 11 | APKEditor="./APKEditor.jar" 12 | 13 | ################################################# 14 | 15 | # Colored output logs 16 | green_log() { 17 | echo -e "\e[32m$1\e[0m" 18 | } 19 | red_log() { 20 | echo -e "\e[31m$1\e[0m" 21 | } 22 | 23 | ################################################# 24 | 25 | # Download Github assets requirement: 26 | dl_gh() { 27 | if [ $3 == "prerelease" ]; then 28 | local repo=$1 29 | for repo in $1 ; do 30 | local owner=$2 tag=$3 found=0 assets=0 31 | releases=$(wget -qO- "https://api.github.com/repos/$owner/$repo/releases") 32 | while read -r line; do 33 | if [[ $line == *"\"tag_name\":"* ]]; then 34 | tag_name=$(echo $line | cut -d '"' -f 4) 35 | if [ "$tag" == "latest" ] || [ "$tag" == "prerelease" ]; then 36 | found=1 37 | else 38 | found=0 39 | fi 40 | fi 41 | if [[ $line == *"\"prerelease\":"* ]]; then 42 | prerelease=$(echo $line | cut -d ' ' -f 2 | tr -d ',') 43 | if [ "$tag" == "prerelease" ] && [ "$prerelease" == "true" ] ; then 44 | found=1 45 | elif [ "$tag" == "prerelease" ] && [ "$prerelease" == "false" ]; then 46 | found=1 47 | fi 48 | fi 49 | if [[ $line == *"\"assets\":"* ]]; then 50 | if [ $found -eq 1 ]; then 51 | assets=1 52 | fi 53 | fi 54 | if [[ $line == *"\"browser_download_url\":"* ]]; then 55 | if [ $assets -eq 1 ]; then 56 | url=$(echo $line | cut -d '"' -f 4) 57 | if [[ $url != *.asc ]]; then 58 | name=$(basename "$url") 59 | wget -q -O "$name" "$url" 60 | green_log "[+] Downloading $name from $owner" 61 | fi 62 | fi 63 | fi 64 | if [[ $line == *"],"* ]]; then 65 | if [ $assets -eq 1 ]; then 66 | assets=0 67 | break 68 | fi 69 | fi 70 | done <<< "$releases" 71 | done 72 | else 73 | for repo in $1 ; do 74 | tags=$( [ "$3" == "latest" ] && echo "latest" || echo "tags/$3" ) 75 | wget -qO- "https://api.github.com/repos/$2/$repo/releases/$tags" \ 76 | | jq -r '.assets[] | "\(.browser_download_url) \(.name)"' \ 77 | | while read -r url names; do 78 | if [[ $url != *.asc ]]; then 79 | green_log "[+] Downloading $names from $2" 80 | wget -q -O "$names" $url 81 | fi 82 | done 83 | done 84 | fi 85 | } 86 | 87 | ################################################# 88 | 89 | # Get patches list: 90 | get_patches_key() { 91 | excludePatches="" 92 | includePatches="" 93 | excludeLinesFound=false 94 | includeLinesFound=false 95 | sed -i 's/\r$//' src/patches/$1/include-patches 96 | sed -i 's/\r$//' src/patches/$1/exclude-patches 97 | if [[ $(ls revanced-cli-*.jar) =~ revanced-cli-([0-9]+) ]]; then 98 | num=${BASH_REMATCH[1]} 99 | if [ $num -ge 5 ]; then 100 | while IFS= read -r line1; do 101 | excludePatches+=" -d \"$line1\"" 102 | excludeLinesFound=true 103 | done < src/patches/$1/exclude-patches 104 | while IFS= read -r line2; do 105 | if [[ "$line2" == *"|"* ]]; then 106 | patch_name="${line2%%|*}" 107 | options="${line2#*|}" 108 | includePatches+=" -e \"${patch_name}\" ${options}" 109 | else 110 | includePatches+=" -e \"$line2\"" 111 | fi 112 | includeLinesFound=true 113 | done < src/patches/$1/include-patches 114 | else 115 | while IFS= read -r line1; do 116 | excludePatches+=" -e \"$line1\"" 117 | excludeLinesFound=true 118 | done < src/patches/$1/exclude-patches 119 | 120 | while IFS= read -r line2; do 121 | includePatches+=" -i \"$line2\"" 122 | includeLinesFound=true 123 | done < src/patches/$1/include-patches 124 | fi 125 | fi 126 | if [ "$excludeLinesFound" = false ]; then 127 | excludePatches="" 128 | fi 129 | if [ "$includeLinesFound" = false ]; then 130 | includePatches="" 131 | fi 132 | export excludePatches 133 | export includePatches 134 | } 135 | 136 | ################################################# 137 | 138 | # Download apks files from APKMirror: 139 | _req() { 140 | if [ "$2" = "-" ]; then 141 | wget -nv -O "$2" --header="User-Agent: Mozilla/5.0 (Android 14; Mobile; rv:134.0) Gecko/134.0 Firefox/134.0" --header="Content-Type: application/octet-stream" --header="Accept-Language: en-US,en;q=0.9" --header="Connection: keep-alive" --header="Upgrade-Insecure-Requests: 1" --header="Cache-Control: max-age=0" --header="Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" --keep-session-cookies --timeout=30 "$1" || rm -f "$2" 142 | else 143 | wget -nv -O "./download/$2" --header="User-Agent: Mozilla/5.0 (Android 14; Mobile; rv:134.0) Gecko/134.0 Firefox/134.0" --header="Content-Type: application/octet-stream" --header="Accept-Language: en-US,en;q=0.9" --header="Connection: keep-alive" --header="Upgrade-Insecure-Requests: 1" --header="Cache-Control: max-age=0" --header="Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" --keep-session-cookies --timeout=30 "$1" || rm -f "./download/$2" 144 | fi 145 | } 146 | req() { 147 | _req "$1" "$2" 148 | } 149 | dl_apk() { 150 | local url=$1 regexp=$2 output=$3 151 | if [[ -z "$4" ]] || [[ $4 == "Bundle" ]] || [[ $4 == "Bundle_extract" ]]; then 152 | url="https://www.apkmirror.com$(req "$url" - | tr '\n' ' ' | sed -n "s/.*]*href=\"\([^\"]*\)\".*${regexp}.*/\1/p")" 153 | else 154 | url="https://www.apkmirror.com$(req "$url" - | tr '\n' ' ' | sed -n "s/href=\"/@/g; s;.*${regexp}.*;\1;p")" 155 | fi 156 | url="https://www.apkmirror.com$(req "$url" - | grep -oP 'class="[^"]*downloadButton[^"]*".*?href="\K[^"]+')" 157 | url="https://www.apkmirror.com$(req "$url" - | grep -oP 'id="download-link".*?href="\K[^"]+')" 158 | #url="https://www.apkmirror.com$(req "$url" - | $pup -p --charset utf-8 'a.downloadButton attr{href}')" 159 | #url="https://www.apkmirror.com$(req "$url" - | $pup -p --charset utf-8 'a#download-link attr{href}')" 160 | if [[ "$url" == "https://www.apkmirror.com" ]]; then 161 | exit 0 162 | fi 163 | req "$url" "$output" 164 | } 165 | get_apk() { 166 | if [[ -z $5 ]]; then 167 | url_regexp='APK<\/span>' 168 | elif [[ $5 == "Bundle" ]] || [[ $5 == "Bundle_extract" ]]; then 169 | url_regexp='BUNDLE<\/span>' 170 | else 171 | case $5 in 172 | arm64-v8a) url_regexp='arm64-v8a'"[^@]*$7"''"[^@]*$6"'[^@]*@\([^"]*\)' ;; 173 | armeabi-v7a) url_regexp='armeabi-v7a'"[^@]*$7"''"[^@]*$6"'[^@]*@\([^"]*\)' ;; 174 | x86) url_regexp='x86'"[^@]*$7"''"[^@]*$6"'[^@]*@\([^"]*\)' ;; 175 | x86_64) url_regexp='x86_64'"[^@]*$7"''"[^@]*$6"'[^@]*@\([^"]*\)' ;; 176 | *) url_regexp='$5'"[^@]*$7"''"[^@]*$6"'[^@]*@\([^"]*\)' ;; 177 | esac 178 | fi 179 | if [ -z "$version" ] && [ "$lock_version" != "1" ]; then 180 | if [[ $(ls revanced-cli-*.jar) =~ revanced-cli-([0-9]+) ]]; then 181 | num=${BASH_REMATCH[1]} 182 | if [ $num -ge 5 ]; then 183 | version=$(java -jar *cli*.jar list-patches --with-packages --with-versions *.rvp | awk -v pkg="$1" 'BEGIN { found = 0 } /^Index:/ { found = 0 } /Package name: / { if ($3 == pkg) { found = 1 } } /Compatible versions:/ { if (found) { getline; latest_version = $1; while (getline && $1 ~ /^[0-9]+\./) { latest_version = $1 } print latest_version; exit } }') 184 | else 185 | version=$(jq -r '[.. | objects | select(.name == "'$1'" and .versions != null) | .versions[]] | reverse | .[0] // ""' *.json | uniq) 186 | fi 187 | fi 188 | fi 189 | export version="$version" 190 | if [[ -n "$version" ]]; then 191 | version=$(echo "$version" | tr -d ' ' | sed 's/\./-/g') 192 | green_log "[+] Downloading $3 version: $version $5 $6 $7" 193 | if [[ $5 == "Bundle" ]] || [[ $5 == "Bundle_extract" ]]; then 194 | local base_apk="$2.apkm" 195 | else 196 | local base_apk="$2.apk" 197 | fi 198 | local dl_url=$(dl_apk "https://www.apkmirror.com/apk/$4-$version-release/" \ 199 | "$url_regexp" \ 200 | "$base_apk" \ 201 | "$5") 202 | if [[ -f "./download/$base_apk" ]]; then 203 | green_log "[+] Successfully downloaded $2" 204 | else 205 | red_log "[-] Failed to download $2" 206 | exit 1 207 | fi 208 | if [[ $5 == "Bundle" ]]; then 209 | green_log "[+] Merge splits apk to standalone apk" 210 | java -jar $APKEditor m -i ./download/$2.apkm -o ./download/$2.apk > /dev/null 2>&1 211 | elif [[ $5 == "Bundle_extract" ]]; then 212 | unzip "./download/$base_apk" -d "./download/$(basename "$base_apk" .apkm)" > /dev/null 2>&1 213 | fi 214 | return 0 215 | fi 216 | local attempt=0 217 | while [ $attempt -lt 10 ]; do 218 | if [[ -z $version ]] || [ $attempt -ne 0 ]; then 219 | local upload_tail="?$([[ $3 = duolingo ]] && echo devcategory= || echo appcategory=)" 220 | version=$(req "https://www.apkmirror.com/uploads/$upload_tail$3" - | \ 221 | $pup 'div.widget_appmanager_recentpostswidget h5 a.fontBlack text{}' | \ 222 | grep -Evi 'alpha|beta' | \ 223 | grep -oPi '\b\d+(\.\d+)+(?:\-\w+)?(?:\.\d+)?(?:\.\w+)?\b' | \ 224 | sed -n "$((attempt + 1))p") 225 | fi 226 | version=$(echo "$version" | tr -d ' ' | sed 's/\./-/g') 227 | green_log "[+] Downloading $3 version: $version $5 $6 $7" 228 | if [[ $5 == "Bundle" ]] || [[ $5 == "Bundle_extract" ]]; then 229 | local base_apk="$2.apkm" 230 | else 231 | local base_apk="$2.apk" 232 | fi 233 | local dl_url=$(dl_apk "https://www.apkmirror.com/apk/$4-$version-release/" \ 234 | "$url_regexp" \ 235 | "$base_apk" \ 236 | "$5") 237 | if [[ -f "./download/$base_apk" ]]; then 238 | green_log "[+] Successfully downloaded $2" 239 | break 240 | else 241 | ((attempt++)) 242 | red_log "[-] Failed to download $2, trying another version" 243 | unset version 244 | fi 245 | done 246 | 247 | if [ $attempt -eq 10 ]; then 248 | red_log "[-] No more versions to try. Failed download" 249 | return 1 250 | fi 251 | if [[ $5 == "Bundle" ]]; then 252 | green_log "[+] Merge splits apk to standalone apk" 253 | java -jar $APKEditor m -i ./download/$2.apkm -o ./download/$2.apk > /dev/null 2>&1 254 | elif [[ $5 == "Bundle_extract" ]]; then 255 | unzip "./download/$base_apk" -d "./download/$(basename "$base_apk" .apkm)" > /dev/null 2>&1 256 | fi 257 | } 258 | get_apkpure() { 259 | if [ -z "$version" ] && [ "$lock_version" != "1" ]; then 260 | if [[ $(ls revanced-cli-*.jar) =~ revanced-cli-([0-9]+) ]]; then 261 | num=${BASH_REMATCH[1]} 262 | if [ $num -ge 5 ]; then 263 | version=$(java -jar *cli*.jar list-patches --with-packages --with-versions *.rvp | awk -v pkg="$1" 'BEGIN { found = 0 } /^Index:/ { found = 0 } /Package name: / { if ($3 == pkg) { found = 1 } } /Compatible versions:/ { if (found) { getline; latest_version = $1; while (getline && $1 ~ /^[0-9]+\./) { latest_version = $1 } print latest_version; exit } }') 264 | else 265 | version=$(jq -r '[.. | objects | select(.name == "'$1'" and .versions != null) | .versions[]] | reverse | .[0] // ""' *.json | uniq) 266 | fi 267 | fi 268 | fi 269 | export version="$version" 270 | if [[ $4 == "Bundle" ]] || [[ $4 == "Bundle_extract" ]]; then 271 | local base_apk="$2.xapk" 272 | else 273 | local base_apk="$2.apk" 274 | fi 275 | if [[ -n "$version" ]]; then 276 | url="https://apkpure.com/$3/downloading/$version" 277 | else 278 | url="https://apkpure.com/$3/downloading/" 279 | version="$(req "$url" - | awk -F'Download APK | \\(' '/

/{print $2}')" 280 | fi 281 | green_log "[+] Downloading $2 version: $version $4" 282 | url="$(req "$url" - | grep -oP ']+id="download_link"[^>]+href="\Khttps://[^"]+')" 283 | req "$url" "$base_apk" 284 | if [[ -f "./download/$base_apk" ]]; then 285 | green_log "[+] Successfully downloaded $2" 286 | else 287 | red_log "[-] Failed to download $2" 288 | exit 1 289 | fi 290 | if [[ $4 == "Bundle" ]]; then 291 | green_log "[+] Merge splits apk to standalone apk" 292 | java -jar $APKEditor m -i ./download/$2.xapk -o ./download/$2.apk > /dev/null 2>&1 293 | elif [[ $4 == "Bundle_extract" ]]; then 294 | unzip "./download/$base_apk" -d "./download/$(basename "$base_apk" .xapk)" > /dev/null 2>&1 295 | fi 296 | } 297 | 298 | ################################################# 299 | 300 | # Patching apps with Revanced CLI: 301 | patch() { 302 | green_log "[+] Patching $1:" 303 | if [ -f "./download/$1.apk" ]; then 304 | local p b m ks a pu opt force 305 | if [ "$3" = inotia ]; then 306 | p="patch " b="-p *.rvp" m="" a="" ks="_ks" pu="--purge=true" opt="--legacy-options=./src/options/$2.json" force=" --force" 307 | echo "Patching with Revanced-cli inotia" 308 | elif [ "$3" = liso ]; then 309 | p="patch " b="-p *.rvp" m="" a="" ks="ks" pu="--purge=true" opt="" force=" --force" 310 | echo "Patching with Revanced-cli LisoUseInAIKyrios" 311 | else 312 | if [[ $(ls revanced-cli-*.jar) =~ revanced-cli-([0-9]+) ]]; then 313 | num=${BASH_REMATCH[1]} 314 | if [ $num -ge 5 ]; then 315 | p="patch " b="-p *.rvp" m="" a="" ks="ks" pu="--purge=true" opt="" force=" --force" 316 | echo "Patching with Revanced-cli version 5+" 317 | elif [ $num -eq 4 ]; then 318 | p="patch " b="--patch-bundle *patch*.jar" m="--merge *integration*.apk " a="" ks="ks" pu="--purge=true" opt="--options=./src/options/$2.json " 319 | echo "Patching with Revanced-cli version 4" 320 | elif [ $num -eq 3 ]; then 321 | p="patch " b="--patch-bundle *patch*.jar" m="--merge *integration*.apk " a="" ks="_ks" pu="--purge=true" opt="--options=./src/options/$2.json " 322 | echo "Patching with Revanced-cli version 3" 323 | elif [ $num -eq 2 ]; then 324 | p="" b="--bundle *patch*.jar" m="--merge *integration*.apk " a="--apk " ks="_ks" pu="--clean" opt="--options=./src/options/$2.json " force=" --experimental" 325 | echo "Patching with Revanced-cli version 2" 326 | fi 327 | fi 328 | fi 329 | if [ "$3" = inotia ]; then 330 | unset CI GITHUB_ACTION GITHUB_ACTIONS GITHUB_ACTOR GITHUB_ENV GITHUB_EVENT_NAME GITHUB_EVENT_PATH GITHUB_HEAD_REF GITHUB_JOB GITHUB_REF GITHUB_REPOSITORY GITHUB_RUN_ID GITHUB_RUN_NUMBER GITHUB_SHA GITHUB_WORKFLOW GITHUB_WORKSPACE RUN_ID RUN_NUMBER 331 | fi 332 | eval java -jar *cli*.jar $p$b $m$opt --out=./release/$1-$2.apk$excludePatches$includePatches --keystore=./src/$ks.keystore $pu$force $a./download/$1.apk 333 | unset version 334 | unset lock_version 335 | unset excludePatches 336 | unset includePatches 337 | else 338 | red_log "[-] Not found $1.apk" 339 | exit 1 340 | fi 341 | } 342 | 343 | ################################################# 344 | 345 | split_editor() { 346 | if [[ -z "$3" || -z "$4" ]]; then 347 | green_log "[+] Merge splits apk to standalone apk" 348 | java -jar $APKEditor m -i "./download/$1" -o "./download/$1.apk" > /dev/null 2>&1 349 | return 0 350 | fi 351 | IFS=' ' read -r -a include_files <<< "$4" 352 | mkdir -p "./download/$2" 353 | for file in "./download/$1"/*.apk; do 354 | filename=$(basename "$file") 355 | basename_no_ext="${filename%.apk}" 356 | if [[ "$filename" == "base.apk" ]]; then 357 | cp -f "$file" "./download/$2/" > /dev/null 2>&1 358 | continue 359 | fi 360 | if [[ "$3" == "include" ]]; then 361 | if [[ " ${include_files[*]} " =~ " ${basename_no_ext} " ]]; then 362 | cp -f "$file" "./download/$2/" > /dev/null 2>&1 363 | fi 364 | elif [[ "$3" == "exclude" ]]; then 365 | if [[ ! " ${include_files[*]} " =~ " ${basename_no_ext} " ]]; then 366 | cp -f "$file" "./download/$2/" > /dev/null 2>&1 367 | fi 368 | fi 369 | done 370 | 371 | green_log "[+] Merge splits apk to standalone apk" 372 | java -jar $APKEditor m -i ./download/$2 -o ./download/$2.apk > /dev/null 2>&1 373 | } 374 | 375 | ################################################# 376 | 377 | # Split architectures using Revanced CLI, created by inotia00 378 | archs=("arm64-v8a" "armeabi-v7a" "x86_64" "x86") 379 | libs=("armeabi-v7a x86_64 x86" "arm64-v8a x86_64 x86" "armeabi-v7a arm64-v8a x86" "armeabi-v7a arm64-v8a x86_64") 380 | gen_rip_libs() { 381 | for lib in $@; do 382 | echo -n "--rip-lib "$lib" " 383 | done 384 | } 385 | split_arch() { 386 | green_log "[+] Splitting $1 to ${archs[i]}:" 387 | if [ -f "./download/$1.apk" ]; then 388 | unset CI GITHUB_ACTION GITHUB_ACTIONS GITHUB_ACTOR GITHUB_ENV GITHUB_EVENT_NAME GITHUB_EVENT_PATH GITHUB_HEAD_REF GITHUB_JOB GITHUB_REF GITHUB_REPOSITORY GITHUB_RUN_ID GITHUB_RUN_NUMBER GITHUB_SHA GITHUB_WORKFLOW GITHUB_WORKSPACE RUN_ID RUN_NUMBER 389 | eval java -jar revanced-cli*.jar patch \ 390 | -p *.rvp \ 391 | $3 \ 392 | --keystore=./src/_ks.keystore --force \ 393 | --legacy-options=./src/options/$2.json $excludePatches$includePatches \ 394 | --out=./release/$1-${archs[i]}-$2.apk\ 395 | ./download/$1.apk 396 | else 397 | red_log "[-] Not found $1.apk" 398 | exit 1 399 | fi 400 | } 401 | -------------------------------------------------------------------------------- /.github/workflows/manual-patch.yml: -------------------------------------------------------------------------------- 1 | name: 1. Manual Patch 2 | permissions: write-all 3 | env: 4 | repository: ${{ github.repository }} 5 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 6 | org_input: ${{ inputs.org }} 7 | org_event_input: ${{ github.event.inputs.org }} 8 | on: 9 | workflow_dispatch: 10 | inputs: 11 | org: 12 | description: 'Which "Revanced" do you want to patch?' 13 | required: true 14 | default: 'Revanced' 15 | type: choice 16 | options: 17 | - 'Revanced' 18 | - 'Revanced Beta' 19 | - 'Revanced Extended' 20 | - 'Revanced Extended Beta' 21 | - 'Revanced Extended Arsclib' 22 | - 'Revanced LisoUseInAIKyrios' 23 | - 'RVE-anddea-stable' 24 | - 'RVE-anddea-beta' 25 | - 'Twitter Piko Stable' 26 | - 'Twitter Piko Beta' 27 | - 'Revanced Extended Android 6,7' 28 | - 'Revanced Extended Android 5' 29 | - 'BiliRoamingM' 30 | - 'Scrazzz Patches' 31 | - 'Dropped Patches - indrastorms' 32 | - 'Revanced Experiments' 33 | workflow_call: 34 | inputs: 35 | org: 36 | required: true 37 | type: string 38 | jobs: 39 | patch_rv: 40 | name: Patch Revanced Stable 41 | if: ${{ github.event.inputs.org == 'Revanced' || inputs.org == 'Revanced' }} 42 | runs-on: ubuntu-latest 43 | strategy: 44 | fail-fast: false 45 | matrix: 46 | run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] 47 | steps: 48 | - name: Checkout 49 | uses: actions/checkout@v4.2.2 50 | - name: Preparing to patch 51 | uses: ./.github/actions/preparing 52 | - name: Check github connection 53 | id: check-gh-rv 54 | run: bash src/etc/connection.sh 55 | - name: Patch apk 56 | id: patch-rv 57 | if: steps.check-gh-rv.outputs.internet_error == '0' 58 | run: bash src/build/Revanced.sh ${{ matrix.run }} 59 | - name: Releasing APK files 60 | id: release-rv 61 | if: steps.check-gh-rv.outputs.internet_error == '0' 62 | uses: ./.github/actions/release 63 | patch_rv_beta: 64 | name: Patch Revanced Beta 65 | if: ${{ github.event.inputs.org == 'Revanced Beta' || inputs.org == 'Revanced Beta' }} 66 | runs-on: ubuntu-latest 67 | strategy: 68 | fail-fast: false 69 | matrix: 70 | run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] 71 | steps: 72 | - name: Checkout 73 | uses: actions/checkout@v4.2.2 74 | - name: Preparing to patch 75 | uses: ./.github/actions/preparing 76 | - name: Check github connection 77 | id: check-gh-rvb 78 | run: bash src/etc/connection.sh 79 | - name: Patch apk 80 | id: patch-rvb 81 | if: steps.check-gh-rvb.outputs.internet_error == '0' 82 | run: bash src/build/Revanced-Beta.sh ${{ matrix.run }} 83 | - name: Releasing APK files 84 | id: release-rvb 85 | if: steps.check-gh-rvb.outputs.internet_error == '0' 86 | uses: ./.github/actions/release 87 | patch_rv_liso: 88 | name: Patch Revanced LisoUseInAIKyrios 89 | if: ${{ github.event.inputs.org == 'Revanced LisoUseInAIKyrios' || inputs.org == 'Revanced LisoUseInAIKyrios' }} 90 | runs-on: ubuntu-latest 91 | strategy: 92 | matrix: 93 | run: [1, 2, 3] 94 | steps: 95 | - name: Checkout 96 | uses: actions/checkout@v4.2.2 97 | - name: Preparing to patch 98 | uses: ./.github/actions/preparing 99 | - name: Check github connection 100 | id: check-gh-rv-liso 101 | run: bash src/etc/connection.sh 102 | - name: Patch apk 103 | id: patch-rv-liso 104 | if: steps.check-gh-rv-liso.outputs.internet_error == '0' 105 | run: bash src/build/LisoUseInAIKyrios.sh ${{ matrix.run }} 106 | - name: Releasing APK files 107 | id: release-rv-liso 108 | if: steps.check-gh-rv-liso.outputs.internet_error == '0' 109 | uses: ./.github/actions/release 110 | patch_rve_anddea_stable: 111 | name: Patch RVX Anddea Stable 112 | if: ${{ github.event.inputs.org == 'RVE-anddea-stable' || inputs.org == 'RVE-anddea-stable' }} 113 | runs-on: ubuntu-latest 114 | container: 115 | image: ubuntu:20.04 116 | options: --user root 117 | steps: 118 | - name: Checkout 119 | uses: actions/checkout@v4.2.2 120 | - name: Preparing to patch 121 | uses: ./.github/actions/preparing 122 | - name: Install library 123 | run: | 124 | apt-get update 125 | apt-get install -y curl jq wget unzip 126 | - name: Check github connection 127 | id: check-gh-rve-anddea-stable 128 | run: bash src/etc/connection.sh 129 | - name: Patch apk 130 | id: patch-rve-anddea 131 | if: steps.check-gh-rve-anddea-stable.outputs.internet_error == '0' 132 | run: bash src/build/Anddea-Revanced-Extended.sh 133 | - name: Cache 134 | uses: actions/upload-artifact@v4 135 | with: 136 | name: Cache_anddea_stable 137 | path: | 138 | ./release/*.apk 139 | release_rve_anddea_stable: 140 | name: Release RVX Anddea Stable 141 | needs: patch_rve_anddea_stable 142 | runs-on: ubuntu-latest 143 | steps: 144 | - name: Checkout 145 | uses: actions/checkout@v2 146 | - name: Cache 147 | uses: actions/download-artifact@v4 148 | with: 149 | name: Cache_anddea_stable 150 | path: ./release 151 | - name: Releasing APK files 152 | uses: ./.github/actions/release 153 | patch_rve_anddea_beta: 154 | name: Patch RVX Anddea Beta version 155 | if: ${{ github.event.inputs.org == 'RVE-anddea-beta' || inputs.org == 'RVE-anddea-beta' }} 156 | runs-on: ubuntu-latest 157 | container: 158 | image: ubuntu:20.04 159 | options: --user root 160 | steps: 161 | - name: Checkout 162 | uses: actions/checkout@v4.2.2 163 | - name: Preparing to patch 164 | uses: ./.github/actions/preparing 165 | - name: Install library 166 | run: | 167 | apt-get update 168 | apt-get install -y curl jq wget unzip 169 | - name: Check github connection 170 | id: check-gh-rve-anddea-beta 171 | run: bash src/etc/connection.sh 172 | - name: Patch apk 173 | id: patch-rve-anddea-beta 174 | if: steps.check-gh-rve-anddea-beta.outputs.internet_error == '0' 175 | run: bash src/build/Anddea-Revanced-Extended-Beta.sh 176 | - name: Cache 177 | uses: actions/upload-artifact@v4 178 | with: 179 | name: Cache_anddea_beta 180 | path: | 181 | ./release/*.apk 182 | release_rve_anddea_beta: 183 | name: Release RVX Anddea Beta 184 | needs: patch_rve_anddea_beta 185 | runs-on: ubuntu-latest 186 | steps: 187 | - name: Checkout 188 | uses: actions/checkout@v2 189 | - name: Cache 190 | uses: actions/download-artifact@v4 191 | with: 192 | name: Cache_anddea_beta 193 | path: ./release 194 | - name: Releasing APK files 195 | uses: ./.github/actions/release 196 | patch_rve: 197 | name: Patch Revanced Extended Stable 198 | if: ${{ github.event.inputs.org == 'Revanced Extended' || inputs.org == 'Revanced Extended' }} 199 | runs-on: ubuntu-latest 200 | container: 201 | image: ubuntu:20.04 202 | options: --user root 203 | steps: 204 | - name: Checkout 205 | uses: actions/checkout@v2 206 | - name: Preparing to patch 207 | uses: ./.github/actions/preparing 208 | - name: Install library 209 | run: | 210 | apt-get update 211 | apt-get install -y curl jq wget unzip 212 | - name: Check github connection 213 | id: check-gh-rve 214 | run: bash src/etc/connection.sh 215 | - name: Patch apk 216 | id: patch-rve 217 | if: steps.check-gh-rve.outputs.internet_error == '0' 218 | run: bash src/build/Revanced-Extended.sh 219 | - name: Cache 220 | uses: actions/upload-artifact@v4 221 | with: 222 | name: Cache_rve 223 | path: | 224 | ./release/*.apk 225 | release_rve: 226 | name: Release Revanced Extended Stable 227 | needs: patch_rve 228 | runs-on: ubuntu-latest 229 | steps: 230 | - name: Checkout 231 | uses: actions/checkout@v2 232 | - name: Cache 233 | uses: actions/download-artifact@v4 234 | with: 235 | name: Cache_rve 236 | path: ./release 237 | - name: Releasing APK files 238 | uses: ./.github/actions/release 239 | patch_rve_beta: 240 | name: Patch Revanced Extended Beta 241 | if: ${{ github.event.inputs.org == 'Revanced Extended Beta' || inputs.org == 'Revanced Extended Beta' }} 242 | runs-on: ubuntu-latest 243 | container: 244 | image: ubuntu:20.04 245 | options: --user root 246 | steps: 247 | - name: Checkout 248 | uses: actions/checkout@v4.2.2 249 | - name: Preparing to patch 250 | uses: ./.github/actions/preparing 251 | - name: Install library 252 | run: | 253 | apt-get update 254 | apt-get install -y curl jq wget unzip 255 | - name: Check github connection 256 | id: check-gh-rve-beta 257 | run: bash src/etc/connection.sh 258 | - name: Patch apk 259 | id: patch-rve-beta 260 | if: steps.check-gh-rve-beta.outputs.internet_error == '0' 261 | run: bash src/build/Revanced-Extended-Beta.sh 262 | - name: Cache 263 | uses: actions/upload-artifact@v4 264 | with: 265 | name: Cache_rve_beta 266 | path: | 267 | ./release/*.apk 268 | release_rve_beta: 269 | name: Release Revanced Extended Beta 270 | needs: patch_rve_beta 271 | runs-on: ubuntu-latest 272 | steps: 273 | - name: Checkout 274 | uses: actions/checkout@v2 275 | - name: Cache 276 | uses: actions/download-artifact@v4 277 | with: 278 | name: Cache_rve_beta 279 | path: ./release 280 | - name: Releasing APK files 281 | uses: ./.github/actions/release 282 | patch_rve_arsclib: 283 | name: Patch Revanced Extended Arsclib 284 | if: ${{ github.event.inputs.org == 'Revanced Extended Arsclib' || inputs.org == 'Revanced Extended Arsclib' }} 285 | runs-on: ubuntu-latest 286 | steps: 287 | - name: Checkout 288 | uses: actions/checkout@v4.2.2 289 | - name: Preparing to patch 290 | uses: ./.github/actions/preparing 291 | - name: Check github connection 292 | id: check-gh-rve-arsclib 293 | run: bash src/etc/connection.sh 294 | - name: Patch apk 295 | id: patch-rve-arsclib 296 | if: steps.check-gh-rve-arsclib.outputs.internet_error == '0' 297 | run: bash src/build/Revanced-Extended-Arsclib.sh 298 | - name: Releasing APK files 299 | id: release-rve-arsclib 300 | if: steps.check-gh-rve-arsclib.outputs.internet_error == '0' 301 | uses: ./.github/actions/release 302 | patch_twitter_piko_stable: 303 | name: Patch Twitter Piko Stable 304 | if: ${{ github.event.inputs.org == 'Twitter Piko Stable' || inputs.org == 'Twitter Piko Stable' }} 305 | runs-on: ubuntu-latest 306 | steps: 307 | - name: Checkout 308 | uses: actions/checkout@v4.2.2 309 | - name: Preparing to patch 310 | uses: ./.github/actions/preparing 311 | - name: Check github connection 312 | id: check-gh-piko-stable 313 | run: bash src/etc/connection.sh 314 | - name: Patch apk 315 | id: patch-piko-stable 316 | if: steps.check-gh-piko-stable.outputs.internet_error == '0' 317 | run: bash src/build/Piko.sh 318 | - name: Releasing APK files 319 | id: release-piko-stable 320 | if: steps.check-gh-piko-stable.outputs.internet_error == '0' 321 | uses: ./.github/actions/release 322 | patch_twitter_piko_beta: 323 | name: Patch Twitter Piko Beta 324 | if: ${{ github.event.inputs.org == 'Twitter Piko Beta' || inputs.org == 'Twitter Piko Beta' }} 325 | runs-on: ubuntu-latest 326 | steps: 327 | - name: Checkout 328 | uses: actions/checkout@v4.2.2 329 | - name: Preparing to patch 330 | uses: ./.github/actions/preparing 331 | - name: Check github connection 332 | id: check-gh-piko-beta 333 | run: bash src/etc/connection.sh 334 | - name: Patch apk 335 | id: patch-piko-beta 336 | if: steps.check-gh-piko-beta.outputs.internet_error == '0' 337 | run: bash src/build/Piko-Beta.sh 338 | - name: Releasing APK files 339 | id: release-piko-beta 340 | if: steps.check-gh-piko-beta.outputs.internet_error == '0' 341 | uses: ./.github/actions/release 342 | patch_rve67: 343 | name: Patch RVX Android 6,7 344 | if: ${{ github.event.inputs.org == 'Revanced Extended Android 6,7' || inputs.org == 'Revanced Extended Android 6,7' }} 345 | runs-on: ubuntu-latest 346 | steps: 347 | - name: Checkout 348 | uses: actions/checkout@v4.2.2 349 | - name: Preparing to patch 350 | uses: ./.github/actions/preparing 351 | - name: Check github connection 352 | id: check-gh-rve67 353 | run: bash src/etc/connection.sh 354 | - name: Patch apk 355 | id: patch-rve67 356 | if: steps.check-gh-rve67.outputs.internet_error == '0' 357 | run: bash src/build/Revanced-Extended-Android-6-7.sh 358 | - name: Releasing APK files 359 | id: release-rve67 360 | if: steps.check-gh-rve67.outputs.internet_error == '0' 361 | uses: ./.github/actions/release 362 | patch_rve5: 363 | name: Patch RVX Android 5 364 | if: ${{ github.event.inputs.org == 'Revanced Extended Android 5' || inputs.org == 'Revanced Extended Android 5' }} 365 | runs-on: ubuntu-latest 366 | steps: 367 | - name: Checkout 368 | uses: actions/checkout@v4.2.2 369 | - name: Preparing to patch 370 | uses: ./.github/actions/preparing 371 | - name: Check github connection 372 | id: check-gh-rve5 373 | run: bash src/etc/connection.sh 374 | - name: Patch apk 375 | id: patch-rve5 376 | if: steps.check-gh-rve5.outputs.internet_error == '0' 377 | run: bash src/build/Revanced-Extended-Android-5.sh 378 | - name: Releasing APK files 379 | id: release-rve5 380 | if: steps.check-gh-rve5.outputs.internet_error == '0' 381 | uses: ./.github/actions/release 382 | patch_BiliRoamingM: 383 | name: Patch BiliRoamingM 384 | if: ${{ github.event.inputs.org == 'BiliRoamingM' || inputs.org == 'BiliRoamingM' }} 385 | runs-on: ubuntu-latest 386 | steps: 387 | - name: Checkout 388 | uses: actions/checkout@v4.1.1 389 | - name: Preparing to patch 390 | uses: ./.github/actions/preparing 391 | - name: Check github connection 392 | id: check-gh-BiliRoamingM 393 | run: bash src/etc/connection.sh 394 | - name: Patch apk 395 | id: patch-BiliRoamingM 396 | if: steps.check-gh-BiliRoamingM.outputs.internet_error == '0' 397 | run: bash src/build/BiliRoamingM.sh 398 | - name: Releasing APK files 399 | id: release-BiliRoamingM 400 | if: steps.check-gh-BiliRoamingM.outputs.internet_error == '0' 401 | uses: ./.github/actions/release 402 | patch_scrazzz_Patches: 403 | name: Scrazzz Patches Revanced 404 | if: ${{ github.event.inputs.org == 'Scrazzz Patches' || inputs.org == 'Scrazzz Patches' }} 405 | runs-on: ubuntu-latest 406 | steps: 407 | - name: Checkout 408 | uses: actions/checkout@v4.2.2 409 | - name: Preparing to patch 410 | uses: ./.github/actions/preparing 411 | - name: Check github connection 412 | id: check-gh-scrazzz-patches 413 | run: bash src/etc/connection.sh 414 | - name: Patch apk 415 | id: patch-scrazzz-patches 416 | if: steps.check-gh-scrazzz-patches.outputs.internet_error == '0' 417 | run: bash src/build/scrazzz-revanced.sh 418 | - name: Releasing APK files 419 | id: release-scrazzz-patches 420 | if: steps.check-gh-scrazzz-patches.outputs.internet_error == '0' 421 | uses: ./.github/actions/release 422 | patch_Dropped_Patches: 423 | name: Dropped Patches Revanced - indrastorms 424 | if: ${{ github.event.inputs.org == 'Dropped Patches - indrastorms' || inputs.org == 'Dropped Patches - indrastorms' }} 425 | runs-on: ubuntu-latest 426 | steps: 427 | - name: Checkout 428 | uses: actions/checkout@v4.2.2 429 | - name: Preparing to patch 430 | uses: ./.github/actions/preparing 431 | - name: Check github connection 432 | id: check-gh-Dropped-Patches-indrastorms 433 | run: bash src/etc/connection.sh 434 | - name: Patch apk 435 | id: patch-Dropped-Patches-indrastorms 436 | if: steps.check-gh-Dropped-Patches-indrastorms.outputs.internet_error == '0' 437 | run: bash src/build/Dropped-Patches-Revanced.sh 438 | - name: Releasing APK files 439 | id: release-Dropped-Patches-indrastorms 440 | if: steps.check-gh-Dropped-Patches-indrastorms.outputs.internet_error == '0' 441 | uses: ./.github/actions/release 442 | patch_rv_experiments: 443 | name: Patch Revanced Experiments 444 | if: ${{ github.event.inputs.org == 'Revanced Experiments' || inputs.org == 'Revanced Experiments' }} 445 | runs-on: ubuntu-latest 446 | steps: 447 | - name: Checkout 448 | uses: actions/checkout@v4.2.2 449 | - name: Preparing to patch 450 | uses: ./.github/actions/preparing 451 | - name: Check github connection 452 | id: check-gh-rv-experiments 453 | run: bash src/etc/connection.sh 454 | - name: Patch apk 455 | id: patch-rv-experiments 456 | if: steps.check-gh-rv-experiments.outputs.internet_error == '0' 457 | run: bash src/build/Revanced-Experiment.sh 458 | - name: Releasing APK files 459 | id: release-rv-experiments 460 | if: steps.check-gh-rv-experiments.outputs.internet_error == '0' 461 | uses: ./.github/actions/release 462 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 |

3 | They are open-source scripts for patching various apps like YouTube, YouTube Music... However, they are very difficult to use for most users. That's why I created this repository to provide an easier way. 4 |

5 |
6 | 7 | [![Image of https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root](https://github.com/FiorenMas/View-Counter/blob/main/repos/Revanced-And-Revanced-Extended-Non-Root_609906498/svg/count.svg)](https://github.com/FiorenMas/View-Counter) 8 | [![Image of https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/actions](https://img.shields.io/github/actions/workflow/status/fiorenmas/Revanced-And-Revanced-Extended-Non-Root/ci.yml)](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/actions) 9 | [![](https://img.shields.io/badge/Telegram-2CA5E0)](https://t.me/fiorenmas) 10 | 11 |
12 | 13 | --- 14 | 15 | > [!NOTE] 16 | > ## Backup Telegram channel: 17 | > ### [https://t.me/fiorenmas](https://t.me/fiorenmas) 18 | 19 | ## ⚙️ How does this repository work? 20 | Simply, all you need to do is choose the app you want to use from the options below: 'Revanced' or 'Revanced Extended'. Then, select your phone's CPU architecture. If you don't know what your phone's CPU architecture is, choose All Architectures. That's all there is to it. 21 | 22 | > [!NOTE] 23 | > If you want to use the YouTube, YouTube Music or Google Photos app, you need to download and install [MicroG](https://github.com/ReVanced/GmsCore/releases). 24 | > 25 | > If you are an advanced user and you want to use custom patches for patching apps, you should read the [Wiki](../main/docs/Frequently%20Asked%20Questions.md#q-how-do-i-use-this-repository-for-patching-my-own-app). 26 | > 27 | > This repository is not like any other repository. It does not create new releases; it only releases new files. 28 | > 29 | > All the code is open-source, clearly, and the APK files used for patching are downloaded from a trusted site, so it is totally safe for you to use. 30 | --- 31 |

32 | Download 33 |

34 | 35 | > [!IMPORTANT] 36 | > Beta versions mean using dev patches, not using beta apk files. Beta version have the same package name as Stable version, so installing them will overwrite Stable version. 37 | > 38 | > License owned by creator. If you like any modded app, please support the original author. 39 | > 40 | --- 41 | 42 |
43 |

Jump list apps

44 | 45 | #### [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](?tab=readme-ov-file#youtube) 46 | 47 | #### [![YouTube Music](https://img.shields.io/badge/YouTube_Music-FF0000?style=for-the-badge&logo=youtube-music&logoColor=white)](?tab=readme-ov-file#youtube-music) 48 | 49 | #### [![Facebook](https://img.shields.io/badge/Facebook-%231877F2.svg?style=for-the-badge&logo=Facebook&logoColor=white)](?tab=readme-ov-file#facebook) 50 | 51 | #### [![Messenger](https://img.shields.io/badge/Messenger-00B2FF?style=for-the-badge&logo=messenger&logoColor=white)](?tab=readme-ov-file#messenge) 52 | 53 | #### [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white)](?tab=readme-ov-file#twitter) 54 | 55 | #### [![Instagram](https://img.shields.io/badge/Instagram-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white)](?tab=readme-ov-file#instagram) 56 | 57 | #### [![Threads](https://img.shields.io/badge/Threads-000000?style=for-the-badge&logo=Threads&logoColor=white)](?tab=readme-ov-file#threads) 58 | 59 | #### [![TikTok](https://img.shields.io/badge/TikTok-%23000000.svg?style=for-the-badge&logo=TikTok&logoColor=white)](?tab=readme-ov-file#tiktok) 60 | 61 | #### [![Twitch](https://img.shields.io/badge/Twitch-%239146FF.svg?style=for-the-badge&logo=Twitch&logoColor=white)](?tab=readme-ov-file#twitch) 62 | 63 | #### [![Reddit](https://img.shields.io/badge/Reddit-%23FF4500.svg?style=for-the-badge&logo=Reddit&logoColor=white)](?tab=readme-ov-file#reddit) 64 | 65 | #### [![Lightroom](https://img.shields.io/badge/Adobe%20Lightroom-31A8FF.svg?style=for-the-badge&logo=Adobe%20Lightroom&logoColor=white)](?tab=readme-ov-file#lightroom) 66 | 67 | #### [![Tumblr](https://img.shields.io/badge/Tumblr-%2336465D.svg?style=for-the-badge&logo=Tumblr&logoColor=white)](?tab=readme-ov-file#tumblr) 68 | 69 | #### [![SoundCloud](https://img.shields.io/badge/soundcloud-FF5500?style=for-the-badge&logo=soundcloud&logoColor=white)](?tab=readme-ov-file#soundcloud) 70 | 71 | #### [![Duolingo](https://img.shields.io/badge/Duolingo-%234DC730.svg?style=for-the-badge&logo=Duolingo&logoColor=white)](?tab=readme-ov-file#duolingo) 72 | 73 | #### [![Prime Video](https://img.shields.io/badge/Amazon%20Prime-0F79AF?style=for-the-badge&logo=amazonprime&logoColor=white)](?tab=readme-ov-file#prime-video) 74 | 75 | #### [![Disney](https://img.shields.io/badge/Disney-%23006E99.svg?style=for-the-badge&logo=disney&logoColor=white)](?tab=readme-ov-file#disney) 76 | 77 | #### [![Crunchyroll](https://img.shields.io/badge/Crunchyroll-F47521?style=for-the-badge&logo=crunchyroll&logoColor=white)](?tab=readme-ov-file#crunchyroll) 78 | 79 | #### [![Viber](https://img.shields.io/badge/Viber-8B66A9?style=for-the-badge&logo=viber&logoColor=white)](?tab=readme-ov-file#viber) 80 | 81 | #### [![Protonmail](https://img.shields.io/badge/ProtonMail-8B89CC?style=for-the-badge&logo=protonmail&logoColor=white)](?tab=readme-ov-file#proton-mail) 82 | 83 | #### [Google Photos](?tab=readme-ov-file#google-photos-1) 84 | 85 | #### [Proton VPN](?tab=readme-ov-file#proton-vpn-1) 86 | 87 | #### [Spotjfy](?tab=readme-ov-file#spotjfy-1) 88 | 89 | #### [Google News](?tab=readme-ov-file#google-news-1) 90 | 91 | #### [Photomath](?tab=readme-ov-file#photomath-1) 92 | 93 | #### [RAR](?tab=readme-ov-file#rar-1) 94 | 95 | #### [Strava](?tab=readme-ov-file#strava-1) 96 | 97 | #### [Pixiv](?tab=readme-ov-file#pixiv-1) 98 | 99 | #### [Bilbili](?tab=readme-ov-file#bilbili-1) 100 | 101 | #### [Solid Explorer File Manager](?tab=readme-ov-file#solid-explorer-file-manager-1) 102 | 103 | #### [Nova Launcher](?tab=readme-ov-file#nova-launcher-1) 104 | 105 | #### [Tasker](?tab=readme-ov-file#tasker-1) 106 | 107 | #### [FX File Explorer](?tab=readme-ov-file#fx-file-explorer-1) 108 | 109 |
110 | 111 | ## [MicroG ReVanced:](https://github.com/ReVanced/GmsCore) 112 | 113 | [![Release](https://img.shields.io/github/v/release/ReVanced/GmsCore?label=All-arch&style=for-the-badge)](https://github.com/ReVanced/GmsCore/releases) 114 | 115 | --- 116 | 117 | ### [YouTube](https://play.google.com/store/apps/details?id=com.google.android.youtube) 118 | 119 | ### [Revanced:](https://github.com/revanced/revanced-patches) 120 | 121 | | [Stable version](https://github.com/ReVanced/revanced-patches/releases/latest) | [Beta version](https://github.com/ReVanced/revanced-patches/releases) | 122 | | ----------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | 123 | | [All Architectures](../../releases/download/all/youtube-revanced.apk) | [All Architectures](../../releases/download/all/youtube-beta-revanced.apk) | 124 | | [Arm64-v8a](../../releases/download/all/youtube-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/youtube-beta-arm64-v8a-revanced.apk) | 125 | | [Armeabi-v7a](../../releases/download/all/youtube-armeabi-v7a-revanced.apk) | [Armeabi-v7a](../../releases/download/all/youtube-beta-armeabi-v7a-revanced.apk) | 126 | | [x86](../../releases/download/all/youtube-x86-revanced.apk) | [x86](../../releases/download/all/youtube-beta-x86-revanced.apk) | 127 | | [x86_64](../../releases/download/all/youtube-x86_64-revanced.apk) | [x86_64](../../releases/download/all/youtube-beta-x86_64-revanced.apk) | 128 | 129 |
130 | Lite version 131 | 132 | **A lite version is a version with unnecessary things removed. For example, it might only have an English interface and remove unused screen DPI from split APKs** 133 | 134 | | [Stable version](https://github.com/ReVanced/revanced-patches/releases/latest) | [Beta version](https://github.com/ReVanced/revanced-patches/releases) | 135 | | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | 136 | | [Arm64-v8a](../../releases/download/all/youtube-lite-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/youtube-lite-beta-arm64-v8a-revanced.apk) | 137 | | [Armeabi-v7a](../../releases/download/all/youtube-lite-armeabi-v7a-revanced.apk) | [Armeabi-v7a](../../releases/download/all/youtube-lite-beta-armeabi-v7a-revanced.apk) | 138 | 139 |
140 | 141 | ### [LisoUseInAIKyrios Patch (Revanced fork):](https://github.com/LisoUseInAIKyrios/revanced-patches) 142 | 143 | [All Architectures](../../releases/download/all/youtube-revanced-LisoUseInAIKyrios.apk) 144 | 145 | [Arm64-v8a](../../releases/download/all/youtube-arm64-v8a-revanced-LisoUseInAIKyrios.apk) 146 | 147 | [Armeabi-v7a](../../releases/download/all/youtube-armeabi-v7a-revanced-LisoUseInAIKyrios.apk) 148 | 149 | [x86](../../releases/download/all/youtube-x86-revanced-LisoUseInAIKyrios.apk) 150 | 151 | [x86_64](../../releases/download/all/youtube-x86_64-revanced-LisoUseInAIKyrios.apk) 152 | 153 |
154 | Lite version 155 | 156 | **A lite version is a version with unnecessary things removed. For example, it might only have an English interface and remove unused screen DPI from split APKs** 157 | 158 | [Arm64-v8a](../../releases/download/all/youtube-lite-arm64-v8a-revanced-LisoUseInAIKyrios.apk) 159 | 160 | [Armeabi-v7a](../../releases/download/all/youtube-lite-armeabi-v7a-revanced-LisoUseInAIKyrios.apk) 161 | 162 |
163 | 164 | ### [Revanced Extended:](https://github.com/inotia00/revanced-patches/) 165 | 166 | | [Stable version](https://github.com/inotia00/revanced-patches/releases/latest) | [Beta version](https://github.com/inotia00/revanced-patches/releases) | 167 | | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------- | 168 | | [All Architectures](../../releases/download/all/youtube-revanced-extended.apk) | [All Architectures](../../releases/download/all/youtube-beta-revanced-extended.apk) | 169 | | [Arm64-v8a](../../releases/download/all/youtube-arm64-v8a-revanced-extended.apk) | [Arm64-v8a](../../releases/download/all/youtube-beta-arm64-v8a-revanced-extended.apk) | 170 | | [Armeabi-v7a](../../releases/download/all/youtube-armeabi-v7a-revanced-extended.apk) | [Armeabi-v7a](../../releases/download/all/youtube-beta-armeabi-v7a-revanced-extended.apk) | 171 | | [x86](../../releases/download/all/youtube-x86-revanced-extended.apk) | [x86](../../releases/download/all/youtube-beta-x86-revanced-extended.apk) | 172 | | [x86_64](../../releases/download/all/youtube-x86_64-revanced-extended.apk) | [x86_64](../../releases/download/all/youtube-beta-x86_64-revanced-extended.apk) | 173 | 174 |
175 | Lite version 176 | 177 | **A lite version is a version with unnecessary things removed. For example, it might only have an English interface and remove unused screen DPI from split APKs** 178 | 179 | | [Stable version](https://github.com/inotia00/revanced-patches/releases/latest) | [Beta version](https://github.com/inotia00/revanced-patches/releases) | 180 | | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | 181 | | [Arm64-v8a](../../releases/download/all/youtube-lite-arm64-v8a-revanced-extended.apk) | [Arm64-v8a](../../releases/download/all/youtube-lite-beta-arm64-v8a-revanced-extended.apk) | 182 | | [Armeabi-v7a](../../releases/download/all/youtube-lite-armeabi-v7a-revanced-extended.apk) | [Armeabi-v7a](../../releases/download/all/youtube-lite-beta-armeabi-v7a-revanced-extended.apk) | 183 | 184 |
185 | 186 | ### [Revanced Extended forked by anddea:](https://github.com/anddea/revanced-patches) 187 | 188 | | [Stable version](https://github.com/anddea/revanced-patches/releases/latest) | [Beta version](https://github.com/anddea/revanced-patches/releases) | 189 | | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | 190 | | [All Architectures](../../releases/download/all/youtube-stable-anddea.apk) | [All Architectures](../../releases/download/all/youtube-beta-anddea.apk) | 191 | | [Arm64-v8a](../../releases/download/all/youtube-stable-arm64-v8a-anddea.apk) | [Arm64-v8a](../../releases/download/all/youtube-beta-arm64-v8a-anddea.apk) | 192 | | [Armeabi-v7a](../../releases/download/all/youtube-stable-armeabi-v7a-anddea.apk) | [Armeabi-v7a](../../releases/download/all/youtube-beta-armeabi-v7a-anddea.apk) | 193 | | [x86](../../releases/download/all/youtube-stable-x86-anddea.apk) | [x86](../../releases/download/all/youtube-beta-x86-anddea.apk) | 194 | | [x86_64](../../releases/download/all/youtube-stable-x86_64-anddea.apk) | [x86_64](../../releases/download/all/youtube-beta-x86_64-anddea.apk) | 195 | 196 |
197 | Lite version 198 | 199 | **A lite version is a version with unnecessary things removed. For example, it might only have an English interface and remove unused screen DPI from split APKs** 200 | 201 | | [Stable version](https://github.com/anddea/revanced-patches/releases/latest) | [Beta version](https://github.com/anddea/revanced-patches/releases) | 202 | | -------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | 203 | | [Arm64-v8a](../../releases/download/all/youtube-lite-arm64-v8a-anddea.apk) | [Arm64-v8a](../../releases/download/all/youtube-lite-beta-arm64-v8a-anddea.apk) | 204 | | [Armeabi-v7a](../../releases/download/all/youtube-lite-armeabi-v7a-anddea.apk) | [Armeabi-v7a](../../releases/download/all/youtube-lite-beta-armeabi-v7a-anddea.apk) | 205 | 206 |
207 | 208 | ### [Revanced Extended For Android 6 & 7:](https://github.com/kitadai31/revanced-patches-android6-7/tree/revanced-extended) 209 | 210 | **Please read [Instruction](https://github.com/kitadai31/revanced-patches-android6-7/tree/revanced-extended?tab=readme-ov-file#however-a-workaround-exists) before use** 211 | 212 | [All Architectures](../../releases/download/all/youtube-revanced-extended-android-6-7.apk) 213 | 214 | [Arm64-v8a](../../releases/download/all/youtube-arm64-v8a-revanced-extended-android-6-7.apk) 215 | 216 | [Armeabi-v7a](../../releases/download/all/youtube-armeabi-v7a-revanced-extended-android-6-7.apk) 217 | 218 | [x86](../../releases/download/all/youtube-x86-revanced-extended-android-6-7.apk) 219 | 220 | [x86_64](../../releases/download/all/youtube-x86_64-revanced-extended-android-6-7.apk) 221 | 222 | 223 | ### [Revanced Extended For Android 5:](https://github.com/d4n3436/revanced-patches-android5) 224 | 225 | [All Architectures](../../releases/download/all/youtube-revanced-extended-android-5.apk) 226 | 227 | [Arm64-v8a](../../releases/download/all/youtube-arm64-v8a-revanced-extended-android-5.apk) 228 | 229 | [Armeabi-v7a](../../releases/download/all/youtube-armeabi-v7a-revanced-extended-android-5.apk) 230 | 231 | [x86](../../releases/download/all/youtube-x86-revanced-extended-android-5.apk) 232 | 233 | [x86_64](../../releases/download/all/youtube-x86_64-revanced-extended-android-5.apk) 234 | 235 | --- 236 | 237 | ### [YouTube Music](https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.music) 238 | 239 | ### [Revanced:](https://github.com/revanced/revanced-patches) 240 | 241 | | [Stable version](https://github.com/ReVanced/revanced-patches/releases/latest) | [Beta version](https://github.com/ReVanced/revanced-patches/releases) | 242 | | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | 243 | | [Arm64-v8a](../../releases/download/all/youtube-music-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/youtube-music-beta-arm64-v8a-revanced.apk) | 244 | | [Armeabi-v7a](../../releases/download/all/youtube-music-armeabi-v7a-revanced.apk) | [Armeabi-v7a](../../releases/download/all/youtube-music-beta-armeabi-v7a-revanced.apk) | 245 | | [x86](../../releases/download/all/youtube-music-x86-revanced.apk) | [x86](../../releases/download/all/youtube-music-beta-x86-revanced.apk) | 246 | | [x86_64](../../releases/download/all/youtube-music-x86_64-revanced.apk) | [x86_64](../../releases/download/all/youtube-music-beta-x86_64-revanced.apk) | 247 | 248 | ### [LisoUseInAIKyrios Patch (Revanced fork):](https://github.com/LisoUseInAIKyrios/revanced-patches) 249 | 250 | [Arm64-v8a](../../releases/download/all/youtube-music-arm64-v8a-revanced-LisoUseInAIKyrios.apk) 251 | 252 | [Armeabi-v7a](../../releases/download/all/youtube-music-armeabi-v7a-revanced-LisoUseInAIKyrios.apk) 253 | 254 | [x86](../../releases/download/all/youtube-music-x86-revanced-LisoUseInAIKyrios.apk) 255 | 256 | [x86_64](../../releases/download/all/youtube-music-x86_64-revanced-LisoUseInAIKyrios.apk) 257 | 258 | ### [Revanced Extended:](https://github.com/inotia00/revanced-patches/) 259 | 260 | | [Stable version](https://github.com/inotia00/revanced-patches/releases/latest) | [Beta version](https://github.com/inotia00/revanced-patches/releases) | 261 | | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- | 262 | | [Arm64-v8a](../../releases/download/all/youtube-music-arm64-v8a-revanced-extended.apk) | [Arm64-v8a](../../releases/download/all/youtube-music-beta-arm64-v8a-revanced-extended.apk) | 263 | | [Armeabi-v7a](../../releases/download/all/youtube-music-armeabi-v7a-revanced-extended.apk) | [Armeabi-v7a](../../releases/download/all/youtube-music-beta-armeabi-v7a-revanced-extended.apk) | 264 | | [x86](../../releases/download/all/youtube-music-x86-revanced-extended.apk) | [x86](../../releases/download/all/youtube-music-beta-x86-revanced-extended.apk) | 265 | | [x86_64](../../releases/download/all/youtube-music-x86_64-revanced-extended.apk) | [x86_64](../../releases/download/all/youtube-music-beta-x86_64-revanced-extended.apk) | 266 | 267 | ### [Revanced Extended forked by anddea:](https://github.com/anddea/revanced-patches) 268 | 269 | | [Stable version](https://github.com/anddea/revanced-patches/releases/latest) | [Beta version](https://github.com/anddea/revanced-patches/releases) | 270 | | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | 271 | | [Arm64-v8a](../../releases/download/all/youtube-music-stable-arm64-v8a-anddea.apk) | [Arm64-v8a](../../releases/download/all/youtube-music-beta-arm64-v8a-anddea.apk) | 272 | | [Armeabi-v7a](../../releases/download/all/youtube-music-stable-armeabi-v7a-anddea.apk) | [Armeabi-v7a](../../releases/download/all/youtube-music-beta-armeabi-v7a-anddea.apk) | 273 | | [x86](../../releases/download/all/youtube-music-stable-x86-anddea.apk) | [x86](../../releases/download/all/youtube-music-beta-x86-anddea.apk) | 274 | | [x86_64](../../releases/download/all/youtube-music-stable-x86_64-anddea.apk) | [x86_64](../../releases/download/all/youtube-music-beta-x86_64-anddea.apk) | 275 | 276 | --- 277 | 278 | ### [Facebook:](https://play.google.com/store/apps/details?id=com.facebook.katana&hl) 279 | 280 | **You have to remove the Messenger app before you install the Facebook ReVanced** 281 | 282 | ### [Revanced:](https://github.com/revanced/revanced-patches) 283 | 284 | | Stable version | Beta version | 285 | | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | 286 | |[Arm64-v8a & Android 11+](../../releases/download/all/facebook-arm64-v8a-revanced.apk) | [Arm64-v8a & Android 11+](../../releases/download/all/facebook-arm64-v8a-beta-revanced.apk) | 287 | 288 | --- 289 | 290 | ### [Twitter:](https://play.google.com/store/apps/details?id=com.twitter.android) 291 | 292 | ### [Piko:](https://github.com/crimera/piko) 293 | 294 | 👉 [Offical author download link](https://github.com/crimera/twitter-apk/releases) 295 | 296 | | [Stable version](https://github.com/crimera/piko/releases/latest) | [Beta version](https://github.com/crimera/piko/releases/) | 297 | | -------------------------------------------------------------------------- | -------------------------------------------------------------------------| 298 | | [All Architectures](../../releases/download/all/twitter-stable-piko.apk) | [All Architectures](../../releases/download/all/twitter-beta-piko.apk) | 299 | | [Arm64-v8a](../../releases/download/all/twitter-arm64-v8a-stable-piko.apk) | [Arm64-v8a](../../releases/download/all/twitter-arm64-v8a-beta-piko.apk) | 300 | 301 | --- 302 | 303 | ### [Instagram:](https://play.google.com/store/apps/details?id=com.instagram.android) 304 | 305 | ### [Revanced:](https://github.com/revanced/revanced-patches) 306 | 307 | | Stable version | Beta version | 308 | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | 309 | | [Arm64-v8a](../../releases/download/all/instagram-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/instagram-arm64-v8a-beta-revanced.apk) | 310 | 311 | ### [Revanced Experiments:](https://github.com/Aunali321/ReVancedExperiments) 312 | 313 | [Arm64-v8a](../../releases/download/all/instagram-arm64-v8a-revanced-experiments.apk) 314 | 315 | --- 316 | 317 | ### [Threads:](https://play.google.com/store/apps/details?id=com.instagram.barcelona) 318 | 319 | ### [Revanced:](https://github.com/revanced/revanced-patches) 320 | 321 | | Stable version | Beta version | 322 | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | 323 | | [Arm64-v8a](../../releases/download/all/threads-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/threads-beta-arm64-v8a-revanced.apk) | 324 | 325 | --- 326 | 327 | ### [Google Photos:](https://play.google.com/store/apps/details?id=com.google.android.apps.photos) 328 | 329 | ### [Revanced:](https://github.com/revanced/revanced-patches) 330 | 331 | | Stable version | Beta version | 332 | | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | 333 | | [Arm64-v8a](../../releases/download/all/gg-photos-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/gg-photos-arm64-v8a-beta-revanced.apk) | 334 | | [armeabi-v7a](../../releases/download/all/gg-photos-armeabi-v7a-revanced.apk) | [armeabi-v7a](../../releases/download/all/gg-photos-armeabi-v7a-beta-revanced.apk) | 335 | | [x86](../../releases/download/all/gg-photos-x86-revanced.apk) | [x86](../../releases/download/all/gg-photos-x86-beta-revanced.apk) | 336 | | [x86_64](../../releases/download/all/gg-photos-x86_64-revanced.apk) | [x86_64](../../releases/download/all/gg-photos-x86_64-beta-revanced.apk) | 337 | 338 | --- 339 | 340 | ### [Messenger:](https://play.google.com/store/apps/details?id=com.facebook.orca) 341 | 342 | ### [Revanced:](https://github.com/revanced/revanced-patches) 343 | 344 | | Stable version | Beta version | 345 | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | 346 | | [Arm64-v8a](../../releases/download/all/messenger-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/messenger-arm64-v8a-beta-revanced.apk) | 347 | 348 | --- 349 | 350 | ### [Spotjfy:](https://www.google.com/search?q=Spotjfy) 351 | 352 | ### [Revanced](https://github.com/revanced/revanced-patches) 353 | 354 | | Stable version | Beta version | 355 | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | 356 | | [Arm64-v8a](../../releases/download/all/spotjfy-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/spotjfy-beta-arm64-v8a-revanced.apk) | 357 | 358 | ### [Revanced Extended forked by anddea:](https://github.com/anddea/revanced-patches) 359 | | Stable version | Beta version | 360 | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | 361 | | [Arm64-v8a](../../releases/download/all/spotjfy-arm64-v8a-anddea.apk) | [Arm64-v8a](../../releases/download/all/spotjfy-beta-arm64-v8a-anddea.apk) | 362 | 363 | --- 364 | 365 | ### [TikTok:](https://play.google.com/store/apps/details?id=com.ss.android.ugc.trill) 366 | 367 | ### [Revanced:](https://github.com/revanced/revanced-patches) 368 | 369 | | Stable version | Beta version | 370 | | ---------------------------------------------------------------------- | ------------------------------------------------------------------------- | 371 | | [All Architectures](../../releases/download/all/tiktok-revanced.apk) | [All Architectures](../../releases/download/all/tiktok-beta-revanced.apk) | 372 | 373 | --- 374 | 375 | ### [Twitch:](https://play.google.com/store/apps/details?id=tv.twitch.android.app) 376 | 377 | ### [Revanced:](https://github.com/revanced/revanced-patches) 378 | 379 | | Stable version | Beta version | 380 | | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | 381 | | [All Architectures](../../releases/download/all/twitch-revanced.apk) | [All Architectures](../../releases/download/all/twitch-beta-revanced.apk) | 382 | | [Arm64-v8a](../../releases/download/all/twitch-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/twitch-arm64-v8a-beta-revanced.apk ) | 383 | 384 | --- 385 | 386 | ### [Reddit:](https://play.google.com/store/apps/details?id=com.reddit.frontpage) 387 | 388 | ### [Revanced:](https://github.com/ReVanced/revanced-patches) 389 | 390 | | Stable version | Beta version | 391 | | ---------------------------------------------------------------------- | --------------------------------------------------------------------------- | 392 | | [All Architectures](../../releases/download/all/reddit-revanced.apk) | [All Architectures](../../releases/download/all/reddit-beta-revanced.apk) | 393 | | [Arm64-v8a](../../releases/download/all/reddit-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/reddit-beta-arm64-v8a-revanced.apk) | 394 | 395 | ### [Revanced Extended:](https://github.com/inotia00/revanced-patches/) 396 | 397 | | Stable version | Beta version | 398 | | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | 399 | | [All Architectures](../../releases/download/all/reddit-revanced-extended.apk) | [All Architectures](../../releases/download/all/reddit-beta-revanced-extended.apk) | 400 | | [Arm64-v8a](../../releases/download/all/reddit-arm64-v8a-revanced-extended.apk) | [Arm64-v8a](../../releases/download/all/reddit-beta-arm64-v8a-beta-revanced-extended.apk) | 401 | 402 | ### [Revanced Extended Arsclib:](https://github.com/inotia00/revanced-patches-arsclib/) 403 | 404 | [All Architectures](../../releases/download/all/reddit-revanced-extended-arsclib.apk) 405 | 406 | [Arm64-v8a](../../releases/download/all/reddit-arm64-v8a-revanced-extended-arsclib.apk) 407 | 408 | --- 409 | 410 | ### [Lightroom:](https://play.google.com/store/apps/details?id=com.adobe.lrmobile) 411 | 412 | ### [Revanced:](https://github.com/revanced/revanced-patches) 413 | 414 | | Stable version | Beta version | 415 | | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------- | 416 | | [Arm64-v8a](../../releases/download/all/lightroom-revanced.apk) | [Arm64-v8a](../../releases/download/all/lightroom-beta-revanced.apk) | 417 | 418 | --- 419 | 420 | ### [Tumblr:](https://play.google.com/store/apps/details?id=com.tumblr) 421 | 422 | ### [Revanced:](https://github.com/revanced/revanced-patches) 423 | 424 | | Stable version | Beta version | 425 | | ---------------------------------------------------------------------- | --------------------------------------------------------------------------- | 426 | | [All Architectures](../../releases/download/all/tumblr-revanced.apk) | [All Architectures](../../releases/download/all/tumblr-beta-revanced.apk) | 427 | | [Arm64-v8a](../../releases/download/all/tumblr-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/tumblr-arm64-v8a-beta-revanced.apk) | 428 | 429 | --- 430 | 431 | ### [SoundCloud:](https://play.google.com/store/apps/details?id=com.soundcloud.android) 432 | 433 | ### [Revanced:](https://github.com/revanced/revanced-patches) 434 | 435 | | Stable version | Beta version | 436 | | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | 437 | | [All Architectures](../../releases/download/all/soundcloud-revanced.apk) | [All Architectures](../../releases/download/all/soundcloud-beta-revanced.apk) | 438 | | [Arm64-v8a](../../releases/download/all/soundcloud-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/soundcloud-arm64-v8a-beta-revanced.apk) | 439 | 440 | --- 441 | 442 | ### [Duolingo:](https://play.google.com/store/apps/details?id=com.duolingo) 443 | 444 | ### [Revanced:](https://github.com/revanced/revanced-patches) 445 | 446 | | Stable version | Beta version | 447 | | ------------------------------------------------------------------------ | --------------------------------------------------------------------------- | 448 | | [All Architectures](../../releases/download/all/duolingo-revanced.apk) | [All Architectures](../../releases/download/all/duolingo-beta-revanced.apk) | 449 | 450 | --- 451 | 452 | ### [Google News:](play.google.com/store/apps/details?id=com.google.android.apps.magazines) 453 | 454 | ### [Revanced:](https://github.com/revanced/revanced-patches) 455 | 456 | | Stable version | Beta version | 457 | | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | 458 | | [Arm64-v8a](../../releases/download/all/googlenews-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/googlenews-beta-arm64-v8a-revanced.apk) | 459 | 460 | --- 461 | 462 | ### [Photomath:](https://play.google.com/store/apps/details?id=com.microblink.photomath) 463 | 464 | ### [Revanced:](https://github.com/revanced/revanced-patches) 465 | 466 | | Stable version | Beta version | 467 | | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | 468 | | [All Architectures](../../releases/download/all/photomath-revanced.apk) | [All Architectures](../../releases/download/all/photomath-beta-revanced.apk) | 469 | 470 | --- 471 | 472 | ### [Proton VPN:](https://f-droid.org/en/packages/ch.protonvpn.android/) 473 | 474 | ### [Revanced:](https://github.com/revanced/revanced-patches) 475 | 476 | | Stable version | Beta version | 477 | | ----------------------------------------------------------------------- | ---------------------------------------------------------------------------- | 478 | | [All Architectures](../../releases/download/all/protonvpn-revanced.apk) | [All Architectures](../../releases/download/all/protonvpn-beta-revanced.apk) | 479 | 480 | --- 481 | 482 | ### [Proton mail:](https://play.google.com/store/apps/details?id=ch.protonmail.android) 483 | 484 | ### [Revanced:](https://github.com/revanced/revanced-patches) 485 | 486 | | Stable version | Beta version | 487 | | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | 488 | | [All Architectures](../../releases/download/all/protonmail-revanced.apk) | [All Architectures](../../releases/download/all/protonmail-beta-revanced.apk) | 489 | 490 | --- 491 | 492 | ### [RAR:](https://play.google.com/store/apps/details?id=com.rarlab.rar) 493 | 494 | ### [Revanced:](https://github.com/revanced/revanced-patches) 495 | 496 | | Stable version | Beta version | 497 | | ----------------------------------------------------------------- | ---------------------------------------------------------------------- | 498 | | [All Architectures](../../releases/download/all/rar-revanced.apk) | [All Architectures](../../releases/download/all/rar-beta-revanced.apk) | 499 | 500 | --- 501 | 502 | ### [Strava:](https://play.google.com/store/apps/details?id=com.strava) 503 | 504 | ### [Revanced:](https://github.com/revanced/revanced-patches) 505 | 506 | | Stable version | Beta version | 507 | | ---------------------------------------------------------------------- | --------------------------------------------------------------------------- | 508 | | [Arm64-v8a](../../releases/download/all/strava-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/strava-beta-arm64-v8a-revanced.apk) | 509 | 510 | --- 511 | 512 | ### [Pixiv:](https://play.google.com/store/apps/details?id=jp.pxv.android) 513 | 514 | ### [Revanced:](https://github.com/revanced/revanced-patches) 515 | 516 | | Stable version | Beta version | 517 | | ------------------------------------------------------------------- | ------------------------------------------------------------------------ | 518 | | [All Architectures](../../releases/download/all/pixiv-revanced.apk) | [All Architectures](../../releases/download/all/pixiv-beta-revanced.apk) | 519 | 520 | --- 521 | 522 | ### [Bilbili: (Chinese only)](https://play.google.com/store/apps/details?id=com.bilibili.app.in) 523 | 524 | ### [BiliRoamingM:](https://github.com/sakarie9/BiliRoamingM/) 525 | 526 | [All Architectures](../../releases/download/all/bilibili-BiliRoamingM.apk ) 527 | 528 | [Arm64-v8a](../../releases/download/all/bilibili-arm64-v8a-BiliRoamingM.apk ) 529 | 530 | --- 531 | 532 | ### [Prime Video:](https://play.google.com/store/apps/details?id=com.amazon.avod.thirdpartyclient) 533 | 534 | ### [Revanced:](https://github.com/revanced/revanced-patches) 535 | 536 | | Stable version | Beta version | 537 | | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | 538 | | [Arm64-v8a](../../releases/download/all/prime-video-arm64-v8a-revanced.apk) | [Arm64-v8a](../../releases/download/all/prime-video-beta-arm64-v8a-revanced.apk) | 539 | 540 | --- 541 | 542 | ### [Disney+:](https://play.google.com/store/apps/details?id=com.disney.disneyplus) 543 | 544 | ### [Revanced:](https://github.com/revanced/revanced-patches) 545 | 546 | | Stable version | Beta version | 547 | | ------------------------------------------------------------ | ----------------------------------------------------------------- | 548 | | [Arm64-v8a](../../releases/download/all/disney-revanced.apk) | [Arm64-v8a](../../releases/download/all/disney-beta-revanced.apk) | 549 | 550 | --- 551 | 552 | ### [Viber:](https://play.google.com/store/apps/details?id=com.viber.voip) 553 | 554 | ### [Revanced:](https://github.com/revanced/revanced-patches) 555 | 556 | | Stable version | Beta version | 557 | | --------------------------------------------------------------------- | -------------------------------------------------------------------------- | 558 | | [All Architectures](../../releases/download/all/viber-revanced.apk) | [All Architectures](../../releases/download/all/viber-beta-revanced.apk) | 559 | 560 | --- 561 | 562 | ### [Crunchyroll:](https://play.google.com/store/apps/details?id=com.crunchyroll.crunchyroid) 563 | 564 | ### [Revanced:](https://github.com/revanced/revanced-patches) 565 | 566 | | Stable version | Beta version | 567 | | ------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | 568 | | [All Architectures](../../releases/download/all/crunchyroll-revanced.apk) | [All Architectures](../../releases/download/all/crunchyroll-beta-revanced.apk)| 569 | 570 | --- 571 | 572 | ### [Solid Explorer File Manager:](https://play.google.com/store/apps/details?id=pl.solidexplorer2) 573 | 574 | ### [scrazzz](https://github.com/scrazzz/my-revanced-patches) 575 | 576 | [Arm64-v8a](../../releases/download/all/solid-explorer-arm64-v8a-scrazzz.apk ) 577 | 578 | --- 579 | 580 | ### [Nova Launcher:](https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher) 581 | 582 | ### [Dropped Patches by indrastorms:](https://github.com/indrastorms/Dropped-Patches) 583 | 584 | [All Architectures](../../releases/download/all/nova-launcher-indrastorms.apk) 585 | 586 | --- 587 | 588 | ### [Tasker:](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) 589 | 590 | ### [Dropped Patches by indrastorms:](https://github.com/indrastorms/Dropped-Patches) 591 | 592 | [All Architectures](../../releases/download/all/tasker-indrastorms.apk) 593 | 594 | --- 595 | 596 | ### [FX File Explorer:](https://play.google.com/store/apps/details?id=nextapp.fx) 597 | 598 | ### [Dropped Patches by indrastorms:](https://github.com/indrastorms/Dropped-Patches) 599 | 600 | [All Architectures](../../releases/download/all/fx-file-explorer-indrastorms.apk) 601 | 602 | --- 603 | 604 |

605 | Apps below not based on Revanced, but project still open-source. 606 |

607 | 608 | [![Instagram](https://img.shields.io/badge/Instagram-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white)](https://play.google.com/store/apps/details?id=com.instagram.android) 609 | 610 | ### [Instafel:](https://github.com/mamiiblt/instafel) 611 | 612 | 👉 [Offical author download link](https://github.com/mamiiblt/instafel/releases/latest) 613 | 614 | [Arm64-v8a](../../releases/download/all/instagram-instafel.apk ) 615 | 616 | [Cloned-Arm64-v8a](../../releases/download/all/instagram-clone-instafel.apk ) 617 | 618 | Cloned version has a different package name than the original app, so you can install both the original and the modified app at the same time. 619 | 620 | ### ⚠️ Library, resources using in this repository: 621 | 622 |
623 | Revanced 624 | 625 | [Patches](https://github.com/revanced/revanced-patches) - [GPL-3.0](https://github.com/revanced/revanced-patches/blob/main/LICENSE) 626 | 627 | [Integrations](https://github.com/revanced/revanced-integrations) - [GPL-3.0](https://github.com/revanced/revanced-integrations/blob/main/LICENSE) 628 | 629 | [CLI](https://github.com/revanced/revanced-cli) - [GPL-3.0](https://github.com/revanced/revanced-cli/blob/main/LICENSE) 630 | 631 | [GmsCore](https://github.com/ReVanced/GmsCore) - [GPL-3.0](https://github.com/revanced/revanced-cli/blob/main/LICENSE) 632 | 633 |
634 | 635 |
636 | inotia00 637 | 638 | [Patches](https://github.com/inotia00/revanced-patches) - [GPL-3.0](https://github.com/inotia00/revanced-patches/blob/revanced-extended/LICENSE) 639 | 640 | [Patches arsclib](https://github.com/inotia00/revanced-patches-arsclib) - [GPL-3.0](https://github.com/inotia00/revanced-patches-arsclib/blob/arsclib-old/LICENSE) 641 | 642 | [Integrations](https://github.com/inotia00/revanced-integrations) - [GPL-3.0](https://github.com/inotia00/revanced-integrations/blob/main/LICENSE) 643 | 644 | [CLI](https://github.com/inotia00/revanced-cli) - [GPL-3.0](https://github.com/inotia00/revanced-cli/blob/main/LICENSE) 645 | 646 | [CLI arsclib](https://github.com/inotia00/revanced-cli-arsclib) - [GPL-3.0](https://github.com/inotia00/revanced-cli-arsclib/blob/arsclib-old/LICENSE) 647 | 648 |
649 | 650 |
651 | anddea 652 | 653 | [Patches](https://github.com/anddea/revanced-patches) - [GPL-3.0](https://github.com/anddea/revanced-patches/blob/main/LICENSE) 654 | 655 | [Integrations](https://github.com/anddea/revanced-integrations) - [GPL-3.0](https://github.com/anddea/revanced-integrations/blob/main/LICENSE) 656 | 657 |
658 | 659 | 660 | 661 |
662 | LisoUseInAIKyrios 663 | 664 | [Patches](https://github.com/LisoUseInAIKyrios/revanced-patches) - [GPL-3.0](https://github.com/LisoUseInAIKyrios/revanced-patches/blob/main/LICENSE) 665 | 666 | [CLI](https://github.com/LisoUseInAIKyrios/revanced-cli) - [GPL-3.0](https://github.com/LisoUseInAIKyrios/revanced-cli/blob/main/LICENSE) 667 | 668 |
669 | 670 |
671 | crimera 672 | 673 | [Patches](https://github.com/crimera/piko) - [GPL-3.0](https://github.com/crimera/piko/blob/main/LICENSE) 674 | 675 | [Integrations](https://github.com/crimera/revanced-integrations) - [GPL-3.0](https://github.com/crimera/revanced-integrations/blob/main/LICENSE) 676 | 677 |
678 | 679 |
680 | kitadai31 681 | 682 | [Patches](https://github.com/kitadai31/revanced-patches-android6-7) - [GPL-3.0](https://github.com/kitadai31/revanced-patches-android6-7/blob/revanced-extended/LICENSE) 683 | 684 | [Integrations](https://github.com/kitadai31/revanced-integrations) - [GPL-3.0](https://github.com/kitadai31/revanced-integrations/blob/revanced-extended/LICENSE) 685 | 686 |
687 | 688 |
689 | d4n3436 690 | 691 | [Patches](https://github.com/d4n3436/revanced-patches-android5) - [GPL-3.0](https://github.com/d4n3436/revanced-patches-android5/blob/revanced-extended/LICENSE) 692 | 693 | [Integrations](https://github.com/d4n3436/revanced-integrations) - [GPL-3.0](https://github.com/d4n3436/revanced-integrations/blob/revanced-extended/LICENSE) 694 | 695 |
696 | 697 |
698 | BiliRoamingM 699 | 700 | [Patches & Integrations](https://github.com/sakarie9/BiliRoamingM) - [GPL-3.0](https://github.com/sakarie9/BiliRoamingM/blob/main/LICENSE) 701 | 702 |
703 | 704 |
705 | indrastorms 706 | 707 | [Patches](https://github.com/indrastorms/Dropped-Patches) - [GPL-3.0](https://github.com/indrastorms/Dropped-Patches/blob/main/LICENSE) 708 | 709 |
710 | 711 |
712 | Aunali321 713 | 714 | [Patches](https://github.com/Aunali321/ReVancedExperiments) - [GPL-3.0](https://github.com/Aunali321/ReVancedExperiments/blob/main/LICENSE) 715 | 716 |
717 | 718 |
719 | scrazzz 720 | 721 | [Patches](https://github.com/scrazzz/my-revanced-patches) - [GPL-3.0](https://github.com/scrazzz/my-revanced-patches/blob/main/LICENSE) 722 | 723 |
724 | 725 |
726 | mamiiblt 727 | 728 | [Patches](https://github.com/mamiiblt/instafel) - [MIT](https://github.com/mamiiblt/instafel/blob/main/LICENSE) 729 | 730 |
731 | 732 | [Markdown Badges](https://github.com/Ileriayo/markdown-badges) - [MIT](https://github.com/Ileriayo/markdown-badges/blob/master/LICENSE) 733 | 734 | [pup](https://github.com/ericchiang/pup) - [MIT](https://github.com/ericchiang/pup/blob/master/LICENSE) 735 | 736 | [APKEditor](https://github.com/REAndroid/APKEditor) - [Apache-2.0](https://github.com/REAndroid/APKEditor/blob/master/LICENSE) 737 | 738 | --- 739 | 740 | ### ⚠️ Inspired by: 741 | 742 | [@luxysiv](https://github.com/luxysiv/yt-revanced-nonroot) - [GPL-3.0](https://github.com/luxysiv/revanced-nonroot/blob/main/LICENSE) 743 | 744 | [revanced-build-template](https://github.com/n0k0m3/revanced-build-template) - [GPL-3.0](https://github.com/n0k0m3/revanced-build-template/blob/main/LICENSE) 745 | 746 | [revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module) - [GPL-3.0](https://github.com/j-hc/revanced-magisk-module/blob/main/LICENSE) 747 | --------------------------------------------------------------------------------