tor-browser

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

616401.html (165B)


      1 <!doctype html>
      2 <script>
      3 var c = document.createElement("canvas");
      4 c.getContext("experimental-webgl", {
      5  get a() { throw 7; },
      6  get b() { throw 8; }
      7 });
      8 </script>