tor-browser

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

external-script.js (300B)


      1 // NOTE: Modifying the location of functions in this file will cause
      2 // `external-script.html` to fail! Please update the following constants
      3 // accordingly.
      4 const EXTERNAL_SCRIPT_FUNCTION_LINE = 7;
      5 const EXTERNAL_SCRIPT_FUNCTION_COLUMN = 32;
      6 
      7 function externalScriptFunction(sample) {
      8  sample();
      9 }