tor-browser

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

bug541239.js (233B)


      1 function m() {
      2 var d = 73;
      3 
      4 return (eval("\n\
      5   (function() {\n\
      6     return function*() {\n\
      7       yield ((function() {\n\
      8         print(d);\n\
      9         return d\n\
     10       })())\n\
     11     } ();\n\
     12   })\n\
     13 "))();
     14 }
     15 
     16 m().next();