tor-browser

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

1317718.html (336B)


      1 <!DOCTYPE html>
      2 <html>
      3 <script>
      4 addEventListener('DOMContentLoaded', function() {
      5  let root = document.documentElement;
      6  while(root.firstChild) {
      7    root.firstChild.remove();
      8  }
      9  document.designMode = 'on';
     10  document.removeChild(document.documentElement);
     11  document.execCommand('justifyleft', false, null);
     12 });
     13 </script>
     14 </html>