Logo
Stash 玩家
更新日期
Fri, 26 Jul 2024 21:19:28 GMT

Spotify去广告

过滤Spotify播放广告,移除随机播放,恢复歌手和专辑列表的正常展示。建议重新登录并清除缓存,且音质不能设置为超高,仅建议iOS 15及以上设备使用。

name: Spotify去广告
desc: 过滤Spotify播放广告,移除随机播放,恢复歌手和专辑列表的正常展示。建议重新登录并清除缓存,且音质不能设置为超高,仅建议iOS 15及以上设备使用。
icon: https://gitlab.com/lodepuly/iconlibrary/-/raw/main/App_icon/120px/Spotify.png
category: 去广告
date: "2024-07-26 21:19:28"
http:
  mitm:
    - spclient.wg.spotify.com
  script:
    - match: ^https:\/\/spclient\.wg\.spotify\.com\/(artistview\/v1\/artist|album-entity-view\/v2\/album)\/
      name: JSON处理_9
      type: request
      timeout: 10
    - match: ^https:\/\/spclient\.wg\.spotify\.com\/(bootstrap\/v1\/bootstrap|user-customization-service\/v1\/customize)$
      name: Proto处理_10
      type: response
      require-body: true
      binary-mode: true
      timeout: 10
script-providers:
  JSON处理_9:
    url: https://gitlab.com/lodepuly/vpn_tool/-/raw/master/Resource/Script/Spotify/Spotify_remove_ads.js
    interval: 86400
  Proto处理_10:
    url: https://gitlab.com/lodepuly/vpn_tool/-/raw/master/Resource/Script/Spotify/Spotify_proto.js
    interval: 86400