您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Enable or disable features which may or may not be experimental/web version only.
Userscript to toggle custom features in Deezer and some other things. Install with a userscript manager like Violentmonkey. Also on Desktop using DeezMod (Download here)
As of around August 2025, Deezer changed it so that we cannot directly see what features we cannot use if we cannot use them. We only have information about features we can use. This does not mean the features don't work anymore, it's just more complicated to find disabled features.
Open the toggle_features.js file and take a look into the Settings Section. (Edit it in your userscript manager)
// ======= Settings START =======
const LOG_ALL_FEATURES_DEBUG = true; // useful to see all features (gets logged in the (dev tools) console, use https://github.com/bertigert/DeezMod/blob/main/plugins/enable_dev_mode.js to view)
const DEEZER_CUSTOM_FEATURES = {
// gapless_playback: true,
deeztools: true, // simple way to toggle most of the custom features
}
SPECIAL_FEATURES = {
spoof_family: true, // Spoof your account to be the head of a family plan, opening up more features for you. (e.g. linking to last.fm)
}
// ======= Settings END =======
Set values to true to enable them and to false to disable them.