Hacker News new | ask | show | jobs
Show HN: I built an imperfect copy of CSS Scan (chrome.google.com)
1 points by akshaymalik1995 1292 days ago
While I was learning CSS, I always felt the urge to inspect and edit the styles of the elements right there in the browser. Opening developer tools seemed frustrating.

I looked for tools to do that. I found CSS Scan but it was way expensive.

Finally, I built a tool on my own for my use. It is not perfect. But now I can inspect and copy the styles of the elements as well as edit them right there in the browser.

I will continue adding updates to it as I learn more about CSS and programming as a whole. But it is my first ever project and I am quite happy to share it.