0

I'd like to set up a local homepage on Tor startup. The reason for this is that I'd like to set up a homepage that's not online (so I don't give away IP address on startup), but where I can have a login form that submits to my https website's login services.

But I'd like to set the homepage someplace like prefs.js and then redistribute the package to others who want to use these https services.

Where/how in the Tor preference files can I set the homepage locally, or where can I modify the existing Tor homepage?

Thank you!

user900
  • 35
  • 1
  • 5

2 Answers2

2

You can set a custom homepage by appending the following line to your prefs.js file:

user_pref("browser.startup.homepage", "torproject.org");

The prefs.js file is located at the path Data/Browser/profile.default/ in your Tor Browser Bundle directory. Please note the warning at the beginning of this file:

/* Do not edit this file. If you make changes to this file while the application is running, the changes will be overwritten when the application exits. To make a manual change to preferences, you can visit the URL about:config */

So, alternatively, you may change the browser.startup.homepage setting on about:config page and prefs.js will be automaticaly updated when browser exits.

gacar
  • 940
  • 5
  • 11
0

open tor - hamburger menu opton (top right corner)
- options
- home
- 'homepage and new windows' > dropdown > 'custom urls'
- enter your url
- goto any other menu option to save the change.