tor-browser

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

test-mangled-function.src.js (95B)


      1 "use strict";
      2 
      3 window.test_mangled = function() {
      4  console.log("simple mangled function");
      5 };