TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

10 点作者 leohonexus超过 3 年前

3 条评论

leohonexus超过 3 年前
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 未加载
qwerty456127超过 3 年前
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.
Graffur超过 3 年前
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