google chrome - Persist CSS alterations in Webkit Inspector -


is there way web inspector make style changes stick past page refreshes?

as make changes , fixes, before upload or commit them server, it's helpful see them in inspector. however, link clicked, page refreshes , inspector grabs server-based version. there way around that?


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -