tor-browser

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

700512-worker.js (102B)


      1 onmessage = function(event) {
      2  var blob = event.data;
      3 
      4  blob.slice(1, 5);
      5 
      6  postMessage("done");
      7 }