Skip to content

Instantly share code, notes, and snippets.

@lclibardi
Created November 12, 2023 17:10
Show Gist options
  • Save lclibardi/69af028fafa3b7ae286bb3a6b5f9c838 to your computer and use it in GitHub Desktop.
Save lclibardi/69af028fafa3b7ae286bb3a6b5f9c838 to your computer and use it in GitHub Desktop.
Extract Chrome Tabs from Android Smartphone
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