Making HTML/CSS changes in browser for testing

Joined
5 Nov 2004
Posts
9,302
Is there anything available like a plugin for Firefox that allows me to handle the HTML of a page and make changes to it and see those changes take place on the fly as a temporary measure.

Do you know if anything is out there for me to use as an aid to tweaking a site?
 
Firebug. I use it daily. Really useful for tracking down the cause of bugs and then fixing them in the source code.
 
Indeed, Firebug changes are local, like a sandbox.

I don't know if there is the functionality for pushing the local changes live?
 
Just to confirm.. we know. I can edit, in real time, this website if I chose to. The changes would not be saved to the server, but I can copy them from firebug.
 
Back
Top Bottom