tor-browser

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

437170-1.html (605B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 html img { color: blue; }
      6 </style>
      7 <script>
      8 
      9 function boom()
     10 {
     11  var r = document.createRange();
     12  r.selectNodeContents(document.documentElement);
     13  r.cloneContents();
     14 }
     15 </script>
     16 </head>
     17 
     18 <body onload="boom();">
     19 
     20 <img src="data:image/gif,GIF87a%02%00%02%00%B3%00%00%00%00%00%FF%FF%FF%00%00%00%00%00%00%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%2C%00%00%00%00%02%00%02%00%00%04%03%90H%12%00%3B" onload="window.getComputedStyle(this, null).getPropertyValue('color');">
     21 
     22 </body>
     23 </html>