In a school project, I run some javascript, which is entered through the console window and launched from there. This script controls the web page and displays the results to the console.
PROBLEM: Save / save these results in a stable manner that does not disappear when you close the browser, script crashes / reloads the page or, if possible, crashes the PC.
I was thinking about using frameworks like Log4js or jStorage (jQuery Storage), but since this is not my site, I am manipulating, I cannot add code or markup to the page.
Is there any way to do this?
NOTE. It doesnβt matter that I record the results for the console, I could send them somewhere or do something else with them if this makes recording easier.
Thanks.
source share