tor-browser

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

1401809.html (381B)


      1 <html>
      2  <head>
      3    <style></style>
      4    <script>
      5      o1 = document.createElement('t');
      6      document.documentElement.appendChild(o1);
      7      document.styleSheets[0].insertRule('* { will-change:an }', 0);
      8      k = new KeyframeEffect(o1, [{'willChange':'s'}], {'':''});
      9      k = null;
     10      SpecialPowers.forceGC();
     11      SpecialPowers.forceCC();
     12    </script>
     13  </head>
     14 </html>