Skip to content

How to use with browserremote.herokuapp.com

Kenneth Auchenberg edited this page Jun 29, 2015 · 3 revisions

How to use with browserremote.herokuapp.com

  1. User needs to download BrowserRemote to their computer from https://github.com/auchenberg/browser-remote/archive/master.zip
  2. Open Chrome -> Extensions -> Load unpacked extension -> Choose chrome-extension folder from the unzipped folder of master.zip
  3. Open the page you wanna debug in Chrome.
  4. You or the user needs to call the API window.remoteDebug.getDebugSocket('Demo') from the page you want to debug. 4.1 If user: Ask user to paste javascript:window.remoteDebug.getDebugSocket('Demo') in the URL bar.
  5. Visit http://browserremote.herokuapp.com/json and copy the devtoolsFrontendUrl for the relevant target
  6. Open new tab in Chrome with the copied URL
  7. Enjoy the show

NOTICE There's absolutely no privacy here. Everyone can access the connections if they know the URL.


[{"name":"JSON", "good":true}, {"name":"XML", "good":false}]

Clone this wiki locally