Skip to content

Instantly share code, notes, and snippets.

@kmylo
Created June 27, 2021 06:07
Show Gist options
  • Save kmylo/a280924d96731db961b571f1b3b401ea to your computer and use it in GitHub Desktop.
Save kmylo/a280924d96731db961b571f1b3b401ea to your computer and use it in GitHub Desktop.
chrome devtools snippets jq backup
jq .devtools.preferences.scriptSnippets "/mnt/c/Users/{myuser}/AppData/Local/Google/Chrome/User Data/{myprofile#}/Preferences" \
| jq '. | fromjson' > bkp_myprofile#.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment