tor-browser

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

424276-1.html (254B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  window.getSelection().selectAllChildren(document.createTextNode("\n\n"));
      9  window.getSelection().addRange(document.createRange());
     10 }
     11 
     12 </script>
     13 </head>
     14 
     15 <body onload="boom();"></body>
     16 
     17 </html>