Toggle Features

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
bertigert
1日のインストール数
0
累計インストール数
0
評価
0 0 0
バージョン
1.0.2
作成日
2025/04/25
更新日
2025/04/25
大きさ
3.37KB
ライセンス
不明
対象サイト

Deezer-Toggle-Features

Userscript to toggle custom features in Deezer and some other things. Install with a userscript manager like Violentmonkey.

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.