Skip to content

Instantly share code, notes, and snippets.

@bdadam
Last active March 6, 2021 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdadam/4612a3c15cb55977d4f9575bd52f12b5 to your computer and use it in GitHub Desktop.
Save bdadam/4612a3c15cb55977d4f9575bd52f12b5 to your computer and use it in GitHub Desktop.
Download open tabs from Chrome Android
# https://android.stackexchange.com/a/199496
adb forward tcp:9222 localabstract:chrome_devtools_remote
wget -O tabs.json http://localhost:9222/json/list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment