Spotify AI Artist Blocker

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ผู้เขียน
Cesar Bernard
จำนวนติดตั้งประจำวัน
1
จำนวนติดตั้งทั้งหมด
153
คะแนน
0 0 0
เวอร์ชัน
0.1.16
สร้างเมื่อ
22-08-2025
อัปเดตเมื่อ
05-05-2026
Size
9.39 กิโลไบต์
สัญญาอนุญาต
MIT
ปรับใช้กับ

Spotify AI Music Blocker

Block AI-generated music on Spotify

Automatically blocks artists known for AI-generated music using a community-maintained list.

  • Runs directly in your browser
  • No manual blocking
  • Daily updated
  • Fully open source

Check if a Spotify Artist is AI-Generated

Wondering if a Spotify artist is AI-generated? If you don’t want to install the script and just want to check an artist, you can search the list of AI music artists here:
Search the AI Artist List

Use the Search this file box at the top of the page to look for the artist name or ID.

Installation

  1. Install Tampermonkey
    • The script requires direct page-context access, which other userscript managers do not support.
    • If you use Chrome, you must allow Tampermonkey to run scripts: Permission to execute userscripts.
  2. Open the script on:
  3. Click Install and confirm.
  4. Open Spotify Web Player to run the script.

How It Works

The script automatically blocks artists from a community list of AI-generated music and runs quietly when you open Spotify Web.

Spotify does not provide an official API for blocking artists. This userscript mimics requests made by Spotify’s web player and may violate Spotify's Terms of Service. Use at your own risk.

  1. List Fetching: Daily loads 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.

Help Improve the List

Found an AI-generated artist that is not on the list? Submit them using the GitHub submission form.

You can submit the currently playing artist directly from Spotify Web: Hold Shift + Right Click (Spotify disables the normal context menu), then go to Tampermonkey → Spotify AI Artist Blocker → Report AI Artist on GitHub. The submission form will open automatically with the artist information already pre-filled.

Similar Projects

FAQ

Does this work in the Spotify app?
Blocking the artists only works in the Spotify Web Player. But once blocked, the artists are blocked everywhere you use Spotify.

Do I need to install this on every device?
No, the block applies globally to your Spotify account, so once an artist is blocked, it counts on all devices.

Can I unblock artists later?
Yes, just unblock them on their artist page, they will not be blocked from that device again.

Will this get my Spotify account banned?
No known bans so far, but it uses unofficial methods and could theoretically violate ToS.

Support

Other problems? Open an issue on GitHub.