tor-browser

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

bug847410.js (85B)


      1 function h(code) {
      2    f = eval("(function(){" + code + "})")
      3 }
      4 h("")
      5 h("debugger;")