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: Tamper – Devtools extension. Edit remote files locally

12 pointsby dutzi_over 10 years ago

1 comment

dutzi_over 10 years ago
I built this tool because I had a lot of production issues where I needed to make some changes and test them. I couldn&#x27;t use devtools&#x27; Elements or Sources panel since I had to make this changes available as the page loads (inline script changes, css url changes, etc...).<p>I tried using Fiddler and similar alternatives (Charles, Burp), but:<p>1. when running it on the Mac you need to run a VM<p>2. Fiddler shows you ALL the requests made by you&#x27;re machine.<p>3. Moving between Fiddler, Chrome and Sublime is just annoying.<p>Since it&#x27;s running a proxy server (it&#x27;s actually based on <a href="http://www.mitmproxy.org" rel="nofollow">http:&#x2F;&#x2F;www.mitmproxy.org</a>) on your machine, it&#x27;s also very useful when you want to test things on mobile devices.