#!name = Spotify解锁+歌词翻译+去广告 #!desc = 将Spotify的外语歌词翻译为简体中文 #!openUrl = #!author = 莫离 #!homepage = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/Spotify.plugin #!icon = https://github.com/Moli-X/Resources/raw/main/Icon/Image/Spotify.png #!Edit = https://github.com/Moli-X/Resources/edit/main/Loon/Spotify/Test/Spotify.plugin #!date = 2024-02-20 11:11:20 # 原链接:https://gitlab.com/lodepuly/vpn_tool/-/raw/master/Tool/Loon/Plugin/Spotify_remove_ads.plugin # 原链接:https://gitlab.com/lodepuly/vpn_tool/-/raw/master/Tool/Loon/Plugin/Spotify_lyrics_translation.plugin [Script] # 歌词翻译 http-response ^https?:\/\/api\.spotify\.com\/v1\/tracks\? requires-body = true, script-path = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/Spotify_response.js, tag = 跟踪响应·JSON http-request ^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/(.+)\?(.*)format=json requires-body = true, script-path = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/Spotify_request.js, tag = 歌词请求·JSON http-request ^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/\w+\?(.*) requires-body = true, binary-body-mode = true, script-path = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/Spotify_request.js, tag = 歌词请求·Proto http-response ^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/(.+)\?(.*)format=json(.*)subtype=Translate requires-body = true, script-path = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/Translate_response.js, tag = 翻译歌词响应·JSON http-response ^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/\w+\?(.*)subtype=Translate requires-body = true, binary-body-mode = true, script-path = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/Translate_response.js, tag = 翻译歌词响应·Proto http-response ^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/(.+)\?(.*)format=json(.*)subtype=External requires-body = true, script-path = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/External_Lyrics_response.js, tag = 外部歌词响应·JSON http-response ^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/\w+\?(.*)subtype=External requires-body = true, binary-body-mode = true, script-path = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/External_Lyrics_response.js, tag = 外部歌词响应·Proto # 去广告解锁vip http-request ^https:\/\/spclient\.wg\.spotify\.com\/(artistview\/v1\/artist|album-entity-view\/v2\/album)\/ script-path = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/Spotify_remove_ads.js, timeout = 10, tag = JSON处理 http-response ^https:\/\/spclient\.wg\.spotify\.com\/(bootstrap\/v1\/bootstrap|user-customization-service\/v1\/customize)$ script-path = https://github.com/Moli-X/Resources/raw/main/Loon/Spotify/Test/Spotify_proto.js, requires-body = true, binary-body-mode = true, timeout = 10, tag = Proto处理 [Mitm] hostname = api.spotify.com, spclient.wg.spotify.com