tor-browser

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

non_shared_2.mjs (102B)


      1 globalThis["loaded"].push(2);
      2 
      3 export function setGlobal(name, value) {
      4  globalThis[name] = value;
      5 }