- Open Discord.
- Press
CTRL
,SHIFT
andI
on your keyboard at the same time. - In the newly opened window, at the top, click the
>>
button, and then click onApplication
.
- Once in the
Application
tab, click the little triangle next toLocal Storage
, and then click onhttps://discordapp.com
.
- At the top of the tab type
gif
in the box that saysFilter
.
- Double click the value of
GIFFavoritesStore
and copy that somewhere. Backup done!
-
-
Save Gladuin/b00228769f154cb4ed2fcb266698cab1 to your computer and use it in GitHub Desktop.
Ok
gg
This wont work anymore. They moved to an online gif backup with 250 gifs and no longer use that localstorage key
This wont work anymore. They moved to an online gif backup with 250 gifs and no longer use that localstorage key
Thanks for the heads up, I'll edit the gist.
...odd - I tried it and it worked when transferring the key from the web version to the desktop app.
Its being rolled out, to stable, and theres also a mechanism to transfer data from the old key to the new key
Is there now? Do tell me.
Its just part of discord. They move the old favorites data to the new favorites spot so you dont lose it when going to the new system where its all online.
...'aite. Thanks for giving a heads up.
Lots all my favorited gifs in the tranfer process and can't even use my backup....
I made this exporter for you: https://codepen.io/bepvte/full/VwzVzpq .
Lots all my favorited gifs in the tranfer process and can't even use my backup....
I made this exporter for you: https://codepen.io/bepvte/full/VwzVzpq .
Nice! Interesting that some media downloads while viewing an exported/parsed HTML, and some - does not. It seems the "src
" value may or may not start with "http(s):", thus added a little change: https://jsfiddle.net/26va05b3/
For example, some Json contained:
{
"width":640,
"height":640,
"src":"//media.tenor.com/videos/b4f873c80148b9f044a0c68acee0f81d/mp4",
"url":"https://tenor.com/view/stars-glitters-sparkles-purple-shiny-gif-17171909",
"format":"VIDEO"
}
//media.tenor.com/videos/b4f873c80148b9f044a0c68acee0f81d/mp4
-404 status
in some browsers since they set it to localfile:///media.tenor.com
;- https://tenor.com/view/stars-glitters-sparkles-purple-shiny-gif-17171909 - Opens the page, but it's not loading in
<video>
.
Ty, merged into my codepen. You forgot to include the jsdelivr for file-saver in yours I think
I think this has been changed.. Update?
Read the first line of it LOL
im blind af
:O