tor-browser

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

1377256-1-helper.html (329B)


      1 <script>
      2 document.addEventListener("DOMContentLoaded", function(){
      3  window.getSelection().modify('extend','backward','character');
      4  let n=document.getElementById('a');
      5  n.parentNode.removeChild(n);
      6  setTimeout(function(){window.parent.finish(); }, 0);
      7 });
      8 </script>
      9 <body id='a'>
     10 <table contenteditable='true'>
     11 >
     12 <th
     13 </html>