tor-browser

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

script.js (240B)


      1 console.log("only one breakable line");
      2 // And one non-breakable line
      3 
      4 function nonSourceMappedFunction () {
      5  console.log("non source mapped function");
      6  // This will call a function from removed-original.js
      7  return removedOriginal();
      8 }