tor-browser

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

bug608373-1.html (385B)


      1 <!DOCTYPE html>
      2 <html class=reftest-wait>
      3 <head>
      4 <script>
      5 function write() {
      6  document.getElementsByTagName("iframe")[0].contentDocument.write('\u003Cscript src="data:text/javascript,var i = 0;">\u003C\/script>TEXT\u003Cscript>parent.document.documentElement.removeAttribute("class");\u003c/script>');
      7 }
      8 </script>
      9 </head>
     10 <body onload="write();">
     11  <iframe></iframe>
     12 </body>
     13 </html>