Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

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

From reading other answers on the linked question.

Linux

~/.config/chromium/Default/Preferences
/Users/yourUserName/Library/Application Support/Google/Chrome/Default/Preferences

Windows

C:\Users\User\AppData\Local\Google\Chrome\User Data\Default\Preferences
                On Linux it's also worth checking ~/.config/google-chrome/Default/Preferences. (verified in Chrome 103).
– Krzysztof Wołowski
                Aug 15, 2022 at 9:17
        

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.