Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- # Filters out just the field we're interested in from Chrome's response, and also removes leading `.` characters from domain names (e.g. `.google.com` -> `google.com`, which is needed for EditThisCookie)
- jq '.result.cookies' | sed -E 's/"\./"/'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement