Keep css when editing in the browser

timothyylim

When I'm experimenting with css (in the dev tools) in the browser, I sometimes need to refresh the page. However, this causes me to lose the changes I've made. Is there a way to prevent this from happening or at least save the state of the last css.

Patrick Mlr

First of all: You can't edit temporarily in the dev-tools and reuse it after you reload the site.

You will need an addon to do this. You could use Stylish to save it into a fake-implementation.

I hope this helps you.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related