javascript:(function(){constdata=localStorage.getItem('__localnovelcraft_internal_data');if(!data){alert('No data found');return}try{constjson=JSON.parse(data);conststr=JSON.stringify(json,null,2);constb=newBlob([str],{type:'application/json'});consturl=URL.createObjectURL(b);consta=document.createElement('a');a.href=url;a.download='exported_data.json';document.body.append(a);a.click();a.remove();URL.revokeObjectURL(url)}catch(e){alert('Error: '+e)}})();
(function(){constdata=localStorage.getItem('__localnovelcraft_internal_data');if(!data){alert('No data found');return;}try{constjson=JSON.parse(data);conststr=JSON.stringify(json,null,2);constb=newBlob([str],{type:'application/json'});consturl=URL.createObjectURL(b);consta=document.createElement('a');a.href=url;a.download='nc_data.json';document.body.append(a);a.click();a.remove();URL.revokeObjectURL(url);}catch(e){alert('Error: '+e);}})();