How do I reload a page in Google Chrome, so the source code will not change? In other words, if I change some text on the page with developer tools, and reload the page it loads the source code from the server. How can I reload the page so it will keep my previous changes I made?
To be more specific:
- I enter a page
- I edit content with Developer Tools
- I press reload
- I get the original version
As far as I know I must forbid Google Chrome to download source code from server or load a cached version, but how I to do that?