3

Where are Chrome DevTools Snippets stored in Chrome 90?

I know I can normally retrieve them by following the instructions here:

Which file does Snippets of Chrome Dev Tool saved at?

But I accidentally restored my DevTools settings and now all my snippets are gone :(
Only on one profile though :)

If I knew the location I could just add it to a git repo, then just commit regularly and I wouldn't have to worry about this happening again

ThomasRones
  • 657
  • 8
  • 29

1 Answers1

1

From reading other answers on the linked question.

Linux

~/.config/chromium/Default/Preferences

Mac

/Users/yourUserName/Library/Application Support/Google/Chrome/Default/Preferences

Windows

C:\Users\User\AppData\Local\Google\Chrome\User Data\Default\Preferences
Saxo_Broko
  • 378
  • 2
  • 15