Save the current state rendered in the browser page
Is it possible to save the current state of the rendered page as static HTML with references to images, CSS (if can be calculated) using an extension or bookmarklet?
For example, I went to the site. Orangeries page, worked all scripts, added elements in the DOM and ie on the screen I see the current state. I can "play with fonts," but how to save the result for later viewing and edits? Preferably "One button".
2 answers
The simplest script for GreaseMonkey.
If the viewing is planned on the network — push source code in some pastebin.
Okay, thank you. I hope someone besides me will enjoy.
Find more questions by tags HTMLBrowsersExtensions for browsers
In the first case — using Greasemonkey to load and insert into the page text CSS
in the second they are preserved. - Arch_Ledner53 commented on October 3rd 19 at 02:44
If styles for example are generated by the script can be fixed in firebug or is there some plug-in styles (with the overrides, the inheritance and other trash are in someone else's skin is difficult to debug), and which eventually settled to the final value (computed style) can we keep it up to date as well as DOM, but for style items?
For example, to about:blank in which no external styles, but in the developer tools is already clear margin, the values are inherited by default. - verdie25 commented on October 3rd 19 at 02:47