tor-browser

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

431906-1-inner.xhtml (618B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <colgroup id="a" command="a">
      3 <box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      4 <box id="a" command="a"/>
      5 <box id="a" command="a"/>
      6 </box>
      7 </colgroup>
      8 <script><![CDATA[
      9 function doe(){
     10 document.getElementsByTagName('*')[1].setAttribute('id','');
     11 document.getElementsByTagName('*')[1].setAttribute('xmlns', '');
     12 document.getElementsByTagName('*')[3].setAttribute('id','');
     13 
     14 document.getElementsByTagName('*')[4].removeAttribute('xmlns');
     15 document.getElementsByTagName('*')[4].setAttribute('width', '1px');
     16 }
     17 setTimeout(doe,100);
     18 ]]></script>
     19 </html>