tor-browser

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

002.js (89B)


      1 var passed = this === self;
      2 onconnect = function(e) {
      3  e.ports[0].postMessage(passed);
      4 }