Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Remote debugging tool

License

NotificationsYou must be signed in to change notification settings

jasonelle-archive/chii

 
 

Repository files navigation

中文

Chii

NPM versionBuild statusLicense

Remote debugging tool likeweinre, replacing web inspector with the latestchrome devtools frontend.

Chii

Demo

Demo

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);})();

Install

You can get it on npm.

npm install chii -g

Usage

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.

Related Projects

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript44.4%
  • Python30.5%
  • Handlebars11.8%
  • TypeScript5.7%
  • CSS4.2%
  • HTML3.4%

[8]ページ先頭

©2009-2025 Movatter.jp