1. After saving the web page to localstorage, and then closing the browser through the scheduled task, the next time you open the url, you will get the saved content from localstorage, and then you can continue with the operation. I use vue2
2. It won"t work if you try to write the following code
let nowPage = $("html").html()
$("html").html(this.hispage)
the elements of the page have returned to normal, but style has changed slightly (not much), but buttons can"t be clicked.
if you have a feasible plan, please let me know.