Forked from ExordiumX/betaenabler.js
          
        
    
          Last active
          October 28, 2025 03:30 
        
      - 
            
      
        
      
    Star
      
          
          (148)
      
  
You must be signed in to star a gist 
- 
              
      
        
      
    Fork
      
          
          (7)
      
  
You must be signed in to fork a gist 
- 
      
- 
        Save JohannesMP/afdf27383608c3b6f20a6a072d0be93c to your computer and use it in GitHub Desktop. 
Revisions
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,7 +28,7 @@ As of 2022/01/28 this console is disabled unless you enable it manually in Disco * **Discord Canary**: `%APPDATA%\discordcanary\` 2. In this directory, open the `settings.json` file * It can help to [show extensions in the windows](https://vtcri.kayako.com/article/296-view-file-extensions-windows-10) * It is recommended you use a proper text editor such as [notepad++](https://notepad-plus-plus.org/downloads/)  
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,7 +22,7 @@ If your Discord opens its dev console when you press `Ctrl+Shift+i` you can skip As of 2022/01/28 this console is disabled unless you enable it manually in Discord's settings file: 1. Use `WIN+R` to open the Windows 'Run' dialog and paste in the appropriate path to open the corresponding settings directory of your discord installation: * **Discord**: `%APPDATA%\Discord\` * **Discord PTB (Public Test Build)**: `%APPDATA%\DiscordPTB\` * **Discord Canary**: `%APPDATA%\discordcanary\` 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,11 +14,12 @@ Under the hood the Discord application is just trimmed down web browser, with mu  This dev console can be used to modify settings in Discord that are normally hidden. This includes beta/testing settings and experiments that are included in public builds but hidden by default. If your Discord opens its dev console when you press `Ctrl+Shift+i` you can skip to the [next section below](#using-discord-dev-console-to-show-dev-options). <br /> As of 2022/01/28 this console is disabled unless you enable it manually in Discord's settings file: 1. Use `WIN+R` to open the 'Run' window and paste in the appropriate path to open the windows settings directory of your discord installation: 
- 
        JohannesMP revised this gist Feb 3, 2022 . No changes.There are no files selected for viewing
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Under the hood the Discord application is just trimmed down web browser, with mu  This dev console can be used to modify settings in Discord that are normally hidden. This includes beta/testing settings and experiments that are included in public builds but hidden by default. If your Discord opens its dev console when you press `Ctrl+Shift+i` you can skip to the [next section below](#using-discord-dev-console-to-show-dev-options). 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This can be used to view beta experiments to try features currently in developme ## Enable the Discord Dev Console Under the hood the Discord application is just trimmed down web browser, with much of the UI logic being written in javascript. [Like Google Chrome](https://developer.chrome.com/docs/devtools/open/), it includes a Developer console for running javascript code.  
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This can be used to view beta experiments to try features currently in developme ## Enable the Discord Dev Console Under the hood the Discord application is just trimmed down web browser, with much of the UI logic being written in javascript. [Like Chrome](https://developer.chrome.com/docs/devtools/open/), it includes a Developer console for running javascript code.  
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,9 @@ This can be used to view beta experiments to try features currently in developme Under the hood the Discord application is just trimmed down web browser, with much of the UI logic being written in javascript. Like Chrome, it includes a Developer console for running javascript code.  This dev console can be used to run javascript and modify settings in Discord that are normally hidden. This includes beta/testing settings and experiments that are included in public builds but hidden by default. If your Discord opens its dev console when you press `Ctrl+Shift+i` you can skip to the [next section below](#using-discord-dev-console-to-show-dev-options). 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This can be used to view beta experiments to try features currently in developme ## Enable the Discord Dev Console Under the hood the Discord application is just trimmed down web browser, with much of the UI logic being written in javascript. Like Chrome, it includes a Developer console for running javascript code. This dev console can be used to run javascript and modify settings in Discord that are normally hidden. This includes beta/testing settings and experiments that are included in public builds but hidden by default. 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022). This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds. <br /> 
- 
        JohannesMP revised this gist Feb 3, 2022 . No changes.There are no files selected for viewing
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Object.defineProperty( ); ``` This code ensures that all `isDeveloper` properties in Discord's intrnal objects are forced to return `true`. It does not communicate with any external server, or touch your credentials. With that out of the way, here is the same code but with extra newlines and spaces removed: ```js 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Object.defineProperty( ); ``` This code iterates ensures that `isDeveloper` properties in discord are forced to return `true`. It does not communicate with any external server, or touch your credentials. With that out of the way, here is the same code but with extra newlines and spaces removed: ```js 
- 
        JohannesMP renamed this gist Feb 3, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -102,14 +102,14 @@ Object.defineProperty( (webpackChunkdiscord_app.push([ [""], {}, (e) => { m = []; for (let c in e.c) m.push(e.c[c]); }, ]), m).find((m) => m?.exports?.default?.isDeveloper !== void 0).exports.default, "isDeveloper", { get: () => true } ); ``` 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -99,9 +99,9 @@ Since these instructions are having you do _exactly that_, you should first assu Here is formatted version of the code you will be asked to run (note that line breaks and indenting does not change the code): ```js Object.defineProperty( (webpackChunkdiscord_app.push([ [""], {}, (e) => { m = []; for (let c in e.c) m.push(e.c[c]); 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -90,8 +90,9 @@ You should modify it to look like this: That is why the dev console explicitly outputs the following warnings:  **Treat any code you are asked to run in the dev console with strict scrutiny.** <br /> Since these instructions are having you do _exactly that_, you should first assure yourself that the code is actually safe to use. 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -87,14 +87,13 @@ You should modify it to look like this: **WARNING:** the Discord dev console can be used to access the internal settings of Discord, including your login credentials. That is why the dev console explicitly outputs the following warnings:  **Treat any code you run in the dev console with scrutiny.** Since these instructions are having you do _exactly that_, you should first assure yourself that the code is actually safe to use. Here is formatted version of the code you will be asked to run (note that line breaks and indenting does not change the code): ```js 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -73,7 +73,7 @@ You should modify it to look like this: --------- 4. Save your `settings.json` file and completely shut down Discord * Ensure you don't just close the window, but also that Discord is no longer visible in your taskbar notification bar. * When in doubt, just force quit it using the task manager :P 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This can be used to view beta experiments to try features currently in developme Under the hood the Discord application is just trimmed down web browser, and you can interact with it just like the Dev Console in Google Chrome, where you can open it with `F12` or `Ctrl+Shift+i`. This dev console can be used to run javascript and modify settings in Discord that are normally hidden. This includes beta/testing settings and experiments that are included in public builds but hidden by default. If your Discord opens its dev console when you press `Ctrl+Shift+i` you can skip to the [next section below](#using-discord-dev-console-to-show-dev-options). 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Enable Dev Experiments in Discord for Windows  @@ -8,7 +8,7 @@ This can be used to view beta experiments to try features currently in developme <br /> ## Enable the Discord Dev Console Under the hood the Discord application is just trimmed down web browser, and you can interact with it just like the Dev Console in Google Chrome, where you can open it with `F12` or `Ctrl+Shift+i`. 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Under the hood the Discord application is just trimmed down web browser, and you This dev console can used to run javascript and modify settings in Discord that are normally hidden. This includes beta/testing settings and experiments that are included in public builds but hidden by default. If your Discord opens its dev console when you press `Ctrl+Shift+i` you can skip to the [next section below](#using-discord-dev-console-to-show-dev-options). As of 2022/01/28 this console is disabled unless you enable it manually in Discord's settings file: 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -74,8 +74,8 @@ You should modify it to look like this: --------- 4. Save your `settings.json` file and restart Discord * Ensure you don't just close the window, but also that Discord is no longer visible in your taskbar notification bar. * When in doubt, just force quit it using the task manager :P 5. Restart Discord 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -73,8 +73,8 @@ You should modify it to look like this: --------- 4. Save your `settings.json` file and restart Discord * ensure you don't just close the window, but also that Discord is no longer visible in your taskbar notification bar. * when in doubt, just force quit it using the task manager :P 5. Restart Discord 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,12 +23,12 @@ As of 2022/01/28 this console is disabled unless you enable it manually in Disco * **Discord PTB (Public Test Build)**: `%APPDATA%\DiscordPTB\` * **Discord Canary**: `%APPDATA%\discordcanary\` 2. In this directory, open the `settings.json` file * You may help to [show extensions in the windows](https://vtcri.kayako.com/article/296-view-file-extensions-windows-10). * It is recommended you use a proper text editor such as [notepad++](https://notepad-plus-plus.org/downloads/)  3. Add the following entry to the `settings.json` file: ``` "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,11 +23,13 @@ As of 2022/01/28 this console is disabled unless you enable it manually in Disco * **Discord PTB (Public Test Build)**: `%APPDATA%\DiscordPTB\` * **Discord Canary**: `%APPDATA%\discordcanary\`  2. In this directory, open the `settings.json` file * You may help to [show extensions in the windows](https://vtcri.kayako.com/article/296-view-file-extensions-windows-10). * It is recommended you use a proper text editor such as [notepad++](https://notepad-plus-plus.org/downloads/) 3. Add the following entry to the `settings.json` file: ``` "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true ``` 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@  This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022). This can be used to view beta experiments to try features currently in development that are included but hidden by default in release builds. 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,11 +12,11 @@ This can be used to view beta experiments to try features currently in developme Under the hood the Discord application is just trimmed down web browser, and you can interact with it just like the Dev Console in Google Chrome, where you can open it with `F12` or `Ctrl+Shift+i`. This dev console can used to run javascript and modify settings in Discord that are normally hidden. This includes beta/testing settings and experiments that are included in public builds but hidden by default. If your Discord opens its dev console when you press `Ctrl+Shift+i` you can skip to **Using Discord Dev console to show dev options** below. As of 2022/01/28 this console is disabled unless you enable it manually in Discord's settings file: 1. Use `WIN+R` to open the 'Run' window and paste in the appropriate path to open the windows settings directory of your discord installation: * **Discord**: `%APPDATA%\Discord\` 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This can be used to view beta experiments to try features currently in developme <br /> ## Enable Dev Console in Discord Under the hood the Discord application is just trimmed down web browser, and you can interact with it just like the Dev Console in Google Chrome, where you can open it with `F12` or `Ctrl+Shift+i`. 
- 
        JohannesMP revised this gist Feb 3, 2022 . 1 changed file with 23 additions and 7 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ # Enable Discord Dev Experiments  This guide shows how to enable dev mode for Discord (as of February 2022). This can be used to view beta experiments to try features currently in development that are included but hidden by default in release builds. <br /> @@ -14,7 +14,7 @@ Under the hood the Discord application is just trimmed down web browser, and you This Dev console can used to run javascript and modify settings in Discord that are normally hidden. This includes beta/testing settings and experiments that are included in public builds but hidden by default. If your Discord opens its dev console when you press `Ctrl+Shift+i` you can skip to **Using Discord Dev console to show dev options** below. As of 2022/01/28 this console is disabled unless you enable them manually in Discord's settings file: @@ -81,7 +81,7 @@ You should modify it to look like this: <br /> ## Using Discord Dev console to show dev options **WARNING:** the Discord dev console can be used to access the internal settings of Discord, including your login credentials. @@ -118,9 +118,25 @@ With that out of the way, here is the same code but with extra newlines and spac Object.defineProperty((webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.isDeveloper!==void 0).exports.default,"isDeveloper",{get:()=>true}); ``` Once you have assured yourself that this line is identical to the one shown above, copy the single line code completely and then paste it into the discord dev console and hit return:  <br /> You'll know that this worked if you when you open your Discord settings you see the following:  ***NOTE:*** If your Discord settings were open when you ran the command close and open them again. <br /> ## Enabling Discord Experiments You can now view Discord experiments by selecting 'Experiments' at the bottom of the left sidebar in the Settings UI. You can then search for specific settings, such as enabling the multi-account experiment:  
NewerOlder