您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Blacklists songs from being played in deezer
Userscript/plugin for Deezer to blacklist songs from playing, not just from getting recommended. Tested on Chrome w/ Violentmonkey.
Also supports the Desktop application thanks to DeezMod (Download here)
Every song/artist which you told Deezer to not recommend anymore gets blacklisted from playing, unless specifically clicked.
Also adds a button to the player bar to blacklist the currently playing song locally.
If you press this button, the currently playing track/artist will be added to a local blacklist and won't be added to the queue anymore, unless you directly play that song by clicking on it specifically. This can be useful if you don't want to influence the algorithm (e.g. in an album).
If you for some reason cannot play a specific song, try removing it via the DevTools. The script exposes a global blacklist_plugin
class which can be used to add/remove a specified or the currently playing song/artist to/from the blacklist.
The local blacklist is stored in the localstorage, so if that gets cleared, the local blacklist will be gone, the "don't recommend" blacklist will still work.