tor-browser

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

bug-1316832.js (137B)


      1 (function(x, x) {
      2    eval(`
      3        var y = 1;
      4        function f() {
      5            return delete y;
      6        }
      7        f();
      8    `);
      9 })()