tor-browser

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

1457288.html (289B)


      1 <script>
      2 function start() {
      3 o234=document.createElement('style');
      4 o235=document.createTextNode("*{ shape-outside: ellipse(1% 10%); shape-margin: 1048576rem; float: right}");
      5 o234.appendChild(o235);
      6 document.documentElement.appendChild(o234);
      7 }
      8 </script>
      9 <body onload="start()"></body>