tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1429962.html (243B)


      1 <script>
      2 function go(){
      3  let o=document.getElementById('a');
      4  let n=document.createElement('li');
      5  o.parentNode.replaceChild(n,o);
      6 }
      7 document.addEventListener("DOMContentLoaded", go);
      8 </script>
      9 <fieldset>
     10 <canvas id='a'></canvas>
     11 <footer>