cpu-simulator/cheat/index.html

4 lines
284 B
HTML
Executable File

<script>
fetch('/cpu/WORKING_SETUP.json').then(res=>res.text()).then(data=>{localStorage.setItem('chipsbackup',localStorage.getItem('chips'));localStorage.setItem('chips',data)}).then(alert('loaded pre-made components! taking you back')).then(window.location.href='/cpu/');
</script>