tor-browser

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

bug930993.js (128B)


      1 x = {};
      2 y = x;
      3 x.toString = function() {
      4    new Int8Array(ArrayBuffer)[0] = new Float32Array(ArrayBuffer)[0];
      5 }
      6 print(x << y);