tor-browser

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

fakefirefox.py (111B)


      1 #!/usr/bin/env python3
      2 VERSION = """\
      3 Mozilla Firefox 70.0\
      4 """
      5 
      6 if __name__ == "__main__":
      7    print(VERSION)