Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Cool! I've just done something extremely similar for a school project: https://github.com/deniszgonjanin/Automagical

I'll put up a public demo soon. My implementation uses Node, and pulls the page html and css, then lets you edit it. If I can make a couple of unsolicited suggestions:

Right now when you click on a button or a link, it will redirect you to another website. Add a click handler for all elements and then event.preventDefault() so that the link doesn't take you off the page. And second, add a css "outline" style on hover so that the user can see what they're clicking on.

Great work!



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: