tor-browser

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

344300-1-inner.xhtml (1742B)


      1 <hx xmlns="http://www.w3.org/1999/xhtml" style="display: table;">
      2 <script>
      3 /*template*/
      4 var doc = document;
      5 if (document.getElementById('content'))
      6  doc = document.getElementById('content').contentDocument;
      7 
      8 function addstyles(){
      9 var x=doc.createElementNS('http://www.w3.org/1999/xhtml','style');
     10 x.innerHTML='\
     11 *::first-line { text-transform: uppercase; background-color:green; font-size:110%;}\
     12 *::after { content:"anonymous text"; float:right;border:3px solid black;text-transform: uppercase;}\
     13 *::before { content:"before text"; float:right;border:3px solid black;font-size: 10px;}\
     14 *::-moz-selection { outline: 2px solid blue;}\
     15 ';
     16 doc.documentElement.appendChild(x);
     17 }
     18 
     19 function removestyles(i){
     20 
     21 
     22 var x=doc.getElementsByTagName('*');
     23 
     24 if (x[i])
     25  {
     26 x[i].removeAttribute('style');
     27 }
     28 else { i = 0; }
     29  i++;
     30 setTimeout(removestyles,50,i);
     31 }
     32 setTimeout(addstyles,200);
     33 setTimeout(removestyles,500,0);
     34 /*template*/
     35 </script>
     36 <var style="display: table-column-group;" onmouseover="this.removeAttribute('style')"><q style="display: table-footer-group;" onmouseover="this.removeAttribute('style')"></q><ins style="display: table-cell;" onmouseover="this.removeAttribute('style')"><p style="display: list-item;" onmouseover="this.removeAttribute('style')"></p><object style="display: -moz-inline-box;" onmouseover="this.removeAttribute('style')"></object></ins></var><table style="display: -moz-inline-box;" onmouseover="this.removeAttribute('style')"><ins style="display: -moz-inline-block;" onmouseover="this.removeAttribute('style')"></ins></table><body style="display: table-column-group;" onmouseover="this.removeAttribute('style')"></body><q style="display: table;" onmouseover="this.removeAttribute('style')"></q></hx>