tor-browser

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

597924-1.html (449B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8  document.getElementById("s").appendChild(document.createElement("div"));
      9  var marq = document.getElementById("f").contentDocument.documentElement;
     10  marq.behavior = "alternate";
     11 }
     12 
     13 </script>
     14 </head>
     15 <body onload="boom();"><span id="s"></span><iframe src="data:text/xml,%3Cmarquee%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%3EX%3C%2Fmarquee%3E" id="f"></iframe></body>
     16 </html>