From 3903dda97b677f40cf2f5a39c161f9dfa967a59a Mon Sep 17 00:00:00 2001 From: sve1r Date: Sun, 19 Feb 2023 11:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=BA=EF=B8=8Ffeat:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rewrite/Unlock/Emby.unlock | 4 ++++ Rewrite/Unlock/Spotify.unlock | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 Rewrite/Unlock/Emby.unlock create mode 100644 Rewrite/Unlock/Spotify.unlock diff --git a/Rewrite/Unlock/Emby.unlock b/Rewrite/Unlock/Emby.unlock new file mode 100644 index 0000000..83edbe5 --- /dev/null +++ b/Rewrite/Unlock/Emby.unlock @@ -0,0 +1,4 @@ +hostname = mb3admin.com + +# Emby解锁播放权限 +^https:\/\/mb3admin\.com\/admin\/service(\/registration\/validateDevice|\/appstore\/register|\/registration\/validate|\/registration\/getStatus|\/supporter\/retrievekey) url script-echo-response https://cdn.jsdelivr.net/gh/sve1r/Rules-For-Quantumult-X@develop/Scripts/Unlock/Emby.js \ No newline at end of file diff --git a/Rewrite/Unlock/Spotify.unlock b/Rewrite/Unlock/Spotify.unlock new file mode 100644 index 0000000..9635a55 --- /dev/null +++ b/Rewrite/Unlock/Spotify.unlock @@ -0,0 +1,15 @@ +######################################## +#应用名称: Spotify +#脚本作者: app2smile +#更新时间: 2022-02-15 +#使用说明: 1、部分解锁premium 需iOS15 ,音质不能设置为超高; +#使用说明: 2、搜索界面 歌单/歌曲可以随意切换完全播放; +#使用说明: 3、音乐库已点赞歌曲随意切换完全播放; +#通知频道: https://t.me/ddgksf2021 +#脚本地址: https://gitlab.com/ddgksf2013/Cuttlefish/-/raw/master/Rewrite/UnlockVip/Spotify.conf +#作者库地: https://github.com/app2smile/rules +######################################## + + +hostname=spclient.wg.spotify.com +^https:\/\/spclient\.wg\.spotify\.com\/(bootstrap\/v1\/bootstrap|user-customization-service\/v1\/customize)$ url script-response-body https://cdn.jsdelivr.net/gh/sve1r/Rules-For-Quantumult-X@develop/Scripts/Unlock/Spotify-proto.js \ No newline at end of file