TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I wrote a script to bring Chrome DevTools to Android

10 pointsby leohonexusover 3 years ago

3 comments

leohonexusover 3 years ago
Hey HN, I wrote a script to bring DevTools (based on eruda) to Android Chrome. It works on any website, and you can access it by shaking your phone. It uses a local VPN tunnel to dynamically inject the script into a page. Installation is simple, takes around 10 minutes.<p>Some features include:<p>- Execute JavaScript on page<p>- Select an element on the page to view its properties<p>- Inspect incoming and outgoing network requests<p>Feel free to check out the demo!
评论 #29327617 未加载
qwerty456127over 3 years ago
By the way, I never got it why do Android version of the apps (e.g. Chrome) have to be so crippled (e.g. no extensions, no dev tools) and why is the actual Annroid OS not really meant for desktop&#x2F;laptop computers. IMHO Android could make an excellent general-purpose OS if just some aspects (in the apps mostly) improved.
Graffurover 3 years ago
This is great! Also, I love the fact you have a video demo showing exactly how it works. Too many Github projects are sparse with details