Skip to content

Instantly share code, notes, and snippets.

@praveeno
Created December 13, 2020 03:04
Show Gist options
  • Save praveeno/711cc2bfc091d62757a38f2479e8324f to your computer and use it in GitHub Desktop.
Save praveeno/711cc2bfc091d62757a38f2479e8324f to your computer and use it in GitHub Desktop.
adb forward tcp:9222 localabstract:chrome_devtools_remote
curl http://localhost:9222/json/list | jq -r " .[] | \[\" + .title + \"](\" + .url + \")\"" > mobile.tabs.md
curl -X POST mobile.tabs.md -u username:mypassword https://api.github.com/gists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment