forked fromliriliri/chii
- Notifications
You must be signed in to change notification settings - Fork0
jasonelle-archive/chii
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Remote debugging tool likeweinre, replacing web inspector with the latestchrome devtools frontend.
Browse it on your phone:https://chii.liriliri.io/tests/demo.html
Openhttps://chii.liriliri.io/ and click inspect to start debugging the demo page.
In order to try it for different sites, execute the script below on browser address bar.
#"//chii.liriliri.io/target.js";document.body.appendChild(script);})();
You can get it on npm.
npm install chii -g
Start the server with the following command.
chii start -p 8080
Use this script to inject the target code into your webpage.
<scriptsrc="//host-machine-ip:8080/target.js"></script>
Then browse to localhost:8080 to start debugging your page.
- whistle.chii: Whistle Chii plugin.
- chobitsu: Chrome devtools protocol JavaScript implementation.