Skip to content

Instantly share code, notes, and snippets.

@JohannesMP
Forked from ExordiumX/betaenabler.js
Last active October 28, 2025 03:30
Show Gist options
  • Save JohannesMP/afdf27383608c3b6f20a6a072d0be93c to your computer and use it in GitHub Desktop.
Save JohannesMP/afdf27383608c3b6f20a6a072d0be93c to your computer and use it in GitHub Desktop.

Revisions

  1. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion EnableDiscordDevExperiments.md
    Original 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
    * You may help to [show extensions in the windows](https://vtcri.kayako.com/article/296-view-file-extensions-windows-10).
    * 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/)

    ![image](https://user-images.githubusercontent.com/662874/152292823-abee2b29-9dfe-496f-b08b-632ff4d5de49.png)
  2. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion EnableDiscordDevExperiments.md
    Original 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 'Run' window and paste in the appropriate path to open the windows settings directory of your discord installation:
    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\`
  3. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion EnableDiscordDevExperiments.md
    Original 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

    ![image](https://user-images.githubusercontent.com/662874/152294946-dc763df7-7a4e-4990-83d3-c4d13393f988.png)


    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:
  4. JohannesMP revised this gist Feb 3, 2022. No changes.
  5. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion EnableDiscordDevExperiments.md
    Original 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
    ![image](https://user-images.githubusercontent.com/662874/152294946-dc763df7-7a4e-4990-83d3-c4d13393f988.png)


    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.
    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).

  6. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion EnableDiscordDevExperiments.md
    Original 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.
    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.

    ![image](https://user-images.githubusercontent.com/662874/152294946-dc763df7-7a4e-4990-83d3-c4d13393f988.png)

  7. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion EnableDiscordDevExperiments.md
    Original 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.
    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.

    ![image](https://user-images.githubusercontent.com/662874/152294946-dc763df7-7a4e-4990-83d3-c4d13393f988.png)

  8. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions EnableDiscordDevExperiments.md
    Original 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.

    ![image](https://user-images.githubusercontent.com/662874/152294946-dc763df7-7a4e-4990-83d3-c4d13393f988.png)


    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).
  9. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion EnableDiscordDevExperiments.md
    Original 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, 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`.
    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.

  10. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion EnableDiscordDevExperiments.md
    Original 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 release builds.
    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 />

  11. JohannesMP revised this gist Feb 3, 2022. No changes.
  12. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion EnableDiscordDevExperiments.md
    Original 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.
    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
  13. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion EnableDiscordDevExperiments.md
    Original file line number Diff line number Diff line change
    @@ -113,7 +113,7 @@ Object.defineProperty(
    );
    ```
    It should be fairly clear that all this code does is define an `isDeveloper` flag and forcing it to return `true`. It does not communicate with any external server, or touch your credentials.
    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
  14. JohannesMP renamed this gist Feb 3, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  15. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions README.md
    Original 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 }
    (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 }
    );
    ```
  16. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions README.md
    Original 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([
    [""],
    {},
    (webpackChunkdiscord_app.push([
    [""],
    {},
    (e) => {
    m = [];
    for (let c in e.c) m.push(e.c[c]);
  17. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion README.md
    Original 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:
    ![image](https://user-images.githubusercontent.com/662874/152291536-cae16cf1-30d5-4bfd-a8ee-73fe94e1fdfe.png)

    **Treat any code you run in the dev console with scrutiny.**
    **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.

  18. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions README.md
    Original 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.

    **Treat any code you run in the dev console with scrutiny.**

    That is why the dev console explicitly outputs the following warnings:
    ![image](https://user-images.githubusercontent.com/662874/152291536-cae16cf1-30d5-4bfd-a8ee-73fe94e1fdfe.png)

    **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 safe to use.
    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
  19. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 restart Discord
    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

  20. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 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.
    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).

  21. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Enable Discord Dev Experiments
    # Enable Dev Experiments in Discord for Windows

    ![image](https://user-images.githubusercontent.com/662874/152292279-08bb52ec-5379-4d7f-b8e3-489c9dbf9669.png)

    @@ -8,7 +8,7 @@ This can be used to view beta experiments to try features currently in developme

    <br />

    ## Enable Dev Console in Discord
    ## 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`.

  22. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 **Using Discord Dev console to show dev options** below.
    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:

  23. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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
    * 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

  24. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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.
    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
  25. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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\`

    ![image](https://user-images.githubusercontent.com/662874/152292823-abee2b29-9dfe-496f-b08b-632ff4d5de49.png)

    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/)

    ![image](https://user-images.githubusercontent.com/662874/152292823-abee2b29-9dfe-496f-b08b-632ff4d5de49.png)

    3. Add the following entry to the `settings.json` file:
    ```
    "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true
  26. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion README.md
    Original 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\`

    ![image](https://user-images.githubusercontent.com/662874/152292823-abee2b29-9dfe-496f-b08b-632ff4d5de49.png)

    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 json settings file:
    3. Add the following entry to the `settings.json` file:
    ```
    "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true
    ```
  27. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    ![image](https://user-images.githubusercontent.com/662874/152292279-08bb52ec-5379-4d7f-b8e3-489c9dbf9669.png)

    This guide shows how to enable dev mode for Discord (as of February 2022).
    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.

  28. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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.
    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:
    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\`
  29. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 Chromium Dev Console in Discord
    ## 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`.

  30. JohannesMP revised this gist Feb 3, 2022. 1 changed file with 23 additions and 7 deletions.
    30 changes: 23 additions & 7 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    # Enable Discord Dev Settings
    # Enable Discord Dev Experiments

    ![image](https://user-images.githubusercontent.com/662874/152290818-ab693080-1541-475f-8a69-949b25ff05a6.png)
    ![image](https://user-images.githubusercontent.com/662874/152292279-08bb52ec-5379-4d7f-b8e3-489c9dbf9669.png)

    Here is how to enable dev mode for Discord (as of February 2022).
    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.
    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 dev options** below.
    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 dev options
    ## 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.
    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:
    ![image](https://user-images.githubusercontent.com/662874/152291826-81752ce4-2a25-445e-840c-fa9f36cd1a80.png)
    <br />
    You'll know that this worked if you when you open your Discord settings you see the following:
    ![image](https://user-images.githubusercontent.com/662874/152290776-3269486c-c722-455e-825a-63d82462129c.png)
    ***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:
    ![image](https://user-images.githubusercontent.com/662874/152292080-65d7e581-df06-4ea8-ad53-6021b9d3fb8f.png)