Skip to content

Instantly share code, notes, and snippets.

@Jiiks
Last active February 19, 2022 05:32
Show Gist options
  • Save Jiiks/267113ecb1685f39f4dc4646f9380d55 to your computer and use it in GitHub Desktop.
Save Jiiks/267113ecb1685f39f4dc4646f9380d55 to your computer and use it in GitHub Desktop.
BetterDiscord localstorage recovery instructions

How to recover your favourite emotes and customcss

This can also be used to recover your plugin settings

Developer console method

Step 1

Press ctrl+shift+i in Discord

Navigate to Application Local Storage https://discordapp.com

dc1

Step 2

Navigate to %appdata%\BetterDiscord Edit the bdstorage.json file to have the following contents

If you don't have one then create a new one

{
    "bdcustomcss": "YOUR EXPORTED CUSTOM CSS STRING",
    "bdfavemotes": "YOUR EXPORTED FAVOURITE EMOTES STRING"
}

Step 3

Fully restart Discord

Sqlitebrowser method

Step 1

Download and install sqlitebrowser

Step 2

Click "Open Database"

sqlite

Step 3

Navigate to %appdata%\discord\Local Storage

sqlite2

Make sure you have "All Files" selected

sqlite3

Open the following file:

sqlite4

Step 4

Search for bd and export both files

sqlite5

Step 5

Navigate to %appdata%\BetterDiscord Edit the bdstorage.json file to have the following contents

If you don't have one then create a new one

{
    "bdcustomcss": "YOUR EXPORTED CUSTOM CSS STRING",
    "bdfavemotes": "YOUR EXPORTED FAVOURITE EMOTES STRING"
}

Step 6

Fully restart Discord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment