Spotify AI Artist Blocker

Automatically block AI-generated artists on Spotify using a crowd-sourced list

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Cesar Bernard
今日安裝
2
安裝總數
25
評價
0 0 0
版本
0.1.10
建立日期
2025-08-22
更新日期
2026-01-07
尺寸
7.4 KB
授權條款
MIT
腳本執行於

Spotify AI Blocker

Block AI-generated music on Spotify using a crowd-sourced list. This project collects artists making AI-music and blocks them automatically with a userscript.

Spotify doesn’t provide a public API to block artists, so this userscript uses a workaround by capturing Spotify’s tokens and mimicking internal requests from Spotify’s web client. Using unofficial API requests may violate Spotify's Terms of Service.

How It Works

  1. List Fetching: Loads daily a crowd-sourced CSV list of artists generating AI-music from GitHub.
  2. Token Capture: Hooks into Spotify’s internal fetch requests to extract the access token.
  3. Username Detection: retrieves the logged-in username from Spotify’s localStorage.
  4. Blocking: Sends POST requests with access token and username to Spotify’s private API to block each artist.
  5. Persistence: Remembers blocked artists and last run date using localStorage to prevent duplicate requests.

Installation

  1. Install Tampermonkey (the script requires direct page-context access, which other userscript managers do not support).
  2. Visit the script on GreasyFork or GitHub.
  3. Click Install and confirm.

Support

Found an AI-music generating artist? Add an AI artist using GitHub or send a mail.

Other problems? Open an issue.