added vsco

added vsco, remove things not need
This commit is contained in:
Fioren
2023-09-15 11:09:41 +07:00
parent 829098d362
commit 9cbe288d17
7 changed files with 18 additions and 97 deletions

View File

@@ -40,7 +40,7 @@ patch "twitter" "revanced"
# Patch Twitch:
get_patches_key "twitch"
get_ver "Block video ads" "tv.twitch.android.app"
get_ver "Block audio ads" "tv.twitch.android.app"
get_apk "twitch" "twitch" "twitch-interactive-inc/twitch/twitch"
patch "twitch" "revanced"

View File

@@ -35,6 +35,13 @@ patch "windy" "revanced"
#################################################
# Patch VSCO: Photo & Video Editor:
get_patches_key "vsco"
get_apk "vsco" "vsco-cam" "vsco/vsco-cam/vsco-cam"
patch "vsco" "revanced"
#################################################
rm -f patches*.json revanced-patches*.jar revanced-integrations*.apk revanced-cli*.jar
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
dl_gh "revanced-integrations" "revanced" "tags/v0.115.1"
@@ -44,7 +51,6 @@ dl_gh "revanced-cli" "revanced" "tags/v2.22.0"
#Patch Tasker:
get_patches_key "tasker"
#version="6.2.12-rc"
get_apk "tasker" "tasker" "joaomgcd/tasker/tasker"
_patch "tasker" "revanced"
@@ -52,8 +58,7 @@ _patch "tasker" "revanced"
#Patch Nova Launcher:
get_patches_key "nova-launcher"
#version="8.0.6"
get_apk "nova-launcher" "nova-launcher" "teslacoil-software/nova-launcher/nova-launcher"
_patch "nova-launcher" "revanced"
#################################################
#################################################

View File

@@ -21,16 +21,6 @@ fi
#################################################
# Download the htmlq for to get apk from APKMirror
dl_htmlq() {
req "https://github.com/mgdm/htmlq/releases/latest/download/htmlq-x86_64-linux.tar.gz" "./htmlq.tar.gz"
tar -xf "./htmlq.tar.gz" -C "./"
rm "./htmlq.tar.gz"
HTMLQ="./htmlq"
}
#################################################
# Download Github assets requirement:
dl_gh() {
for repo in $1 ; do

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@