Created
June 27, 2021 06:07
-
-
Save kmylo/a280924d96731db961b571f1b3b401ea to your computer and use it in GitHub Desktop.
chrome devtools snippets jq backup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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