tor-browser

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

404192.xhtml (412B)


      1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait">
      2 <xul:titlebar id="a" style="overflow: auto;"/>
      3 
      4 <script>
      5 function doe() {
      6 document.getElementsByTagName('*')[1].focus();
      7 document.getElementsByTagName('*')[0].focus();
      8 document.documentElement.removeAttribute("class");
      9 }
     10 setTimeout(doe, 200);
     11 </script>
     12 </html>