Skip to content

πŸš€ zx - Bring your Discord's devtools back to life (again)

Notifications You must be signed in to change notification settings

brunos3d/discord-enable-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-enable-devtools

Bring your Discord's devtools back to life

TL;DR

Discord devtools was disabled, see more.

You can enable it again by adding the following property to your desktop application's config.json file: "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true

About this project

I made this project just to study some features of zx, as silly as it sounds, I learned a lot. I also did it because I imagine people must be asking themselves "Where is devtools?" I hope one way or another this helps you.

Multi-Path Support

The script supports multiple installation paths per platform (e.g., standard, Flatpak, Snap installations on Linux). It will automatically detect which Discord installation exists on your system and use the appropriate configuration path.

Linux paths supported:

  • Standard: ~/.config/discord/settings.json
  • Flatpak: ~/.var/app/com.discordapp.Discord/config/discord/settings.json
  • Snap: ~/snap/discord/current/.config/discord/settings.json

Quick way, npx + zx (Method 1)

Just run

npx zx https://raw.githubusercontent.com/BrunoS3D/discord-enable-devtools/main/index.mjs

It's ready now just restart discord

Manually enable (Method 2)

Open config file with vscode (or whatever you use)

Win

code %appdata%/discord/settings.json

Linux

Standard config path:

code ~/.config/discord/settings.json

Flatpak config path:

code ~/.var/app/com.discordapp.Discord/config/discord/settings.json

Snap config path:

code ~/snap/discord/current/.config/discord/settings.json

macOS

code ~/Library/Application Support/discord/settings.json

Just add the following property to the config file:

{
  "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true,
  // ...
}

It's ready, now, just restart your Discord app

About

πŸš€ zx - Bring your Discord's devtools back to life (again)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors