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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Update CSS/JS from Chrome Developer Tool

1 点作者 ved将近 14 年前
The hack is basically a bridge b/w chrome devtools and localhost editing. A web developer spends much time on devtools (if he uses chrome). Each time, he tries some changes on the site, replicates them to files on the localhost, and then again has to switch back to the browser and do refresh. The hack tries to make that cycle simpler. You do your edits on devtools, once you are ready, push a button (will try to make it a keyboard shortcut) and the changes will go back to the localhost files (js and css changes) and site itself will be refreshed. If one edits the localhost file, again the page on the browser is refreshed (just Alt+Tab to it).

暂无评论

暂无评论