Toggle Features

Enable or disable features which may or may not be experimental/web version only.

目前為 2025-06-28 提交的版本,檢視 最新版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

作者
bertigert
評價
0 0 0
版本
1.0.2
建立日期
2025-04-25
更新日期
2025-06-28
尺寸
3.4 KB
授權條款
未知
腳本執行於

Deezer-Toggle-Features

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)

GreazyFork GitHub

Usage

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.