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