tor-browser

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

browser-args.toml (119B)


      1 [DEFAULT]
      2 args = [
      3  "--headless",
      4  "--window-size=800,600",
      5  "--new-tab http://example.org",
      6 ]
      7 
      8 ["browser_pass.js"]