Skip to content

Instantly share code, notes, and snippets.

@wiesty
Created July 2, 2025 10:18
Show Gist options
  • Save wiesty/c8fec3ca1cdd9578a49cf621bac1e060 to your computer and use it in GitHub Desktop.
Save wiesty/c8fec3ca1cdd9578a49cf621bac1e060 to your computer and use it in GitHub Desktop.
Enable Discord developer console on mac
SETTINGS=~/Library/Application\ Support/discord/settings.json
FILE=$(< "$SETTINGS" jq ". + {DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING: true}")
echo $FILE | jq . | tee "$SETTINGS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment