26 Nov 22

<script>

  const a=localStorage.getItem('saved-text-data');
  document.querySelector('body').innerHTML=a;
  setInterval(()=>{localStorage.setItem('saved-text-data', document.querySelector('body').innerHTML);}, 2000);

by ciwchris 3 years ago

by ciwchris 3 years ago
Tags: