tor-browser

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

1244894.xhtml (472B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <script>
      4 
      5 function boom()
      6 {
      7    document.designMode = 'on';
      8    document.execCommand("indent", false, null);
      9    document.execCommand("insertText", false, "a");
     10    document.execCommand("forwardDelete", false, null);
     11    document.execCommand("justifyfull", false, null);
     12 }
     13 
     14 window.addEventListener("load", boom, false);
     15 
     16 </script>
     17 </head>
     18 
     19 <body> <span class="v"></span></body><body><input type="file" /></body>
     20 
     21 </html>