Skip to content

Instantly share code, notes, and snippets.

@jhjguxin
Last active August 29, 2015 14:13
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 jhjguxin/771747be754eb4b2e07d to your computer and use it in GitHub Desktop.
Save jhjguxin/771747be754eb4b2e07d to your computer and use it in GitHub Desktop.
remote debug mobile web page on linux through chrome
chrome://inspect/#devices
localhost:8999

chrome://flags/#enable-devtools-experiments

http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/?redirect_from_locale=zh
adb forward tcp:8999 localabstract:chrome_devtools_remote

http://stackoverflow.com/questions/3877027/jquery-callback-on-image-load-even-when-the-image-is-cached

sudo -s
sudo adb kill-server
sudo adb start-server
sudo adb devices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment