Last active
June 6, 2020 10:19
-
-
Save AnmolTomer/346d9f953f5ec9ae347f292f12338ceb to your computer and use it in GitHub Desktop.
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
# Use as: wget -O - -q https://git.io/Jf15N | bash | |
# Make sure USB debugging is on and adb is installed | |
# else run sudo apt-get update && sudo apt-get install android-tools-adb android-tools-fastboot | |
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