Hi, is it possible to access and view the DOM of the previous page? I wrote a longer text and accidentally moved away from that page. Now if I click the “back” button in the browser, the previous page will reload and all data will be lost. But right now I am sure it is still in memory. I just cannot seem to find a way to access it. Any ideas?
And I am not talking about a webpage’s javascript accessing a previous page, which I guess is not allowed for security reasons. I am talking about me as a user/developer. I saved the whole browser memory already with gdb, but obviously it’s unreadable. Maybe it’s saved to disk somewhere? Maybe a web developer tools feature exists?
Thanks