tor-browser

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

1393806.html (473B)


      1 <html>
      2  <head>
      3    <script>
      4      function fun_0() {
      5        document.implementation.createDocument('', '', null).adoptNode(o2);
      6      }
      7 
      8      o1 = document.createElement('map');
      9      o2 = document.createElement('iframe');
     10      document.documentElement.appendChild(o1);
     11      document.documentElement.appendChild(o2);
     12      o1.textContent = 'x';
     13      document.addEventListener('DOMNodeRemoved', fun_0, false);
     14      o1.innerText = 'x';
     15    </script>
     16  </head>
     17 </html>