tor-browser

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

809762.html (412B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  var ss = document.getElementsByTagName('style')[0];
      9  var styleText = '@font-face { font-family: "MarkA"; src: url(markA.ttf); } :root { font-family: "MarkA"; }';
     10 
     11  ss.firstChild.data = styleText;
     12  setTimeout(function() {
     13    ss.firstChild.data = styleText + " ";
     14  }, 0);
     15 }
     16 
     17 </script>
     18 <style>
     19 </style>
     20 </head>
     21 <body onload="boom();"></body>
     22 </html>