forked from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·21 lines (18 loc) · 1.21 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
logging-to-file = true # enables logging of every patch process to a seperate file
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app
# add 'enabled = false' for not patching a specific app or remove it from the config
# see https://github.com/j-hc/revanced-magisk-module/blob/main/CONFIG.md for more detailed explanations
[RVMusic M8T]
apkmirror-dlurl = "https://apkmirror.com/apk/google-inc/youtube-music/"
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
version = "auto"
arch = "both"
build-mode = "both"
[ReVanced YT M8T]
apkmirror-dlurl = "https://apkmirror.com/apk/google-inc/youtube/"
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
version = "latest"
arch = "both"
build-mode = "both"
included-patches = "'Disable player popup panels' 'Navigation buttons' 'Hide cast button' 'Disable auto captions' 'Premium heading' 'Alternative thumbnails' 'SponsorBlock' 'Swipe controls' 'Copy video url' 'Remember video quality' 'Video ads' 'Hide ads' 'Minimized playback' 'Bypass URL redirects' 'Remove tracking query parameter' 'GmsCore support'"
exclusive-patches = true