Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

We’ve made the tough decision to shut down Monitor Plus on December 17, 2025. This means the data broker scan and automated removal service will no longer be available for Monitor Plus and Privacy Protection Plan customers. For more information, see the article Monitor Plus is shutting down – what you need to know.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox Dev Tools doesn't show css changes after closing and re-opening dev tools

more options

Steps to recreate:

  1. Open any website
  2. Make any css changes. These will be shown in the Changes tab in the dev tools
  3. Close dev tools, then re-open. Now those changes won't be shown

Sometimes I need to close dev tools in order to see how the web page would look normally.

Steps to recreate: # Open any website # Make any css changes. These will be shown in the Changes tab in the dev tools # Close dev tools, then re-open. Now those changes won't be shown Sometimes I need to close dev tools in order to see how the web page would look normally.

All Replies (1)

more options

Changes you make in dev tools -- such as adding inline styles -- aren't saved, so the page will revert to "As Served" the next time you reload. However, I think they should remain available if you didn't reload the page, so if that isn't working, hmm, maybe it's a bug.