- Go to https://discord.com/app on your computer
- Press
Ctrl + Shift + I
to open DevTools - Go to the
Console
tab - Paste the following code and hit enter:
let wpRequire;
window.webpackChunkdiscord_app.push([[ Math.random() ], {}, (req) => { wpRequire = req; }]);
let UserSettingsActions = Object.values(wpRequire.c).find(x => x?.exports?.PreloadedUserSettingsActionCreators).exports;
let ProtobufTypes = Object.values(wpRequire.c).find(x => x?.exports?.BoolValue).exports;
UserSettingsActions.PreloadedUserSettingsActionCreators.updateAsync("appearance", data => {
data.mobileRedesignDisabled = ProtobufTypes.BoolValue.create({value: true})
}, UserSettingsActions.UserSettingsDelay.INFREQUENT_USER_ACTION)
This emulates flipping the Show New Layout
toggle in appearance settings.
Yes the toggle is server-synced for some reason.
- Go to the mobile app
- Open settings tab
- Select appearance
- Enable the Show New Layout option
I am discord beta user, that doesn't work anymore with the new beta app version. My client info : App: 216.12 (216112) betaRelease; Manifest: N/A; Build Override: N/A; Device: OP594DL1 (CPH2449) OS 34;
Edit : that doesn't work anymore even for older version, they seem to have blocked it