1

I installed Brave for fun, and I am impressed by Brave's homepage which i want to add in to my Firefox's homepage with some changes.

enter image description here

As you see above the homepage of Brave has time on right-up corner which I want it to be in center and the background images should be custom.

I was not able to even find the homepage's HTML and JavaScript so that I can just change them.

Ortomala Lokni
  • 56,620
  • 24
  • 188
  • 240
emkay
  • 410
  • 1
  • 4
  • 12

1 Answers1

1

In Preferences -> Home, you can use a custom URL and point to a local file where you store the homepage you want :

enter image description here

Ortomala Lokni
  • 56,620
  • 24
  • 188
  • 240
  • Thanks man but i have a last doubt how can i get homepage filesof brave browser?? – emkay Mar 05 '20 at 07:32
  • 1
    You can save it with `File -> Save Page As...`, but you cannot reuse it easily on Firefox because it uses Javascript files specific to Chrome. – Ortomala Lokni Mar 07 '20 at 21:07
  • well by using `File -> Save Page As...` u only get html what about css and js – emkay Mar 08 '20 at 08:32
  • 1
    CSS is embedded in the HTML file. JavaScript is embedded in the Brave browser, you can access it with URL such as `chrome://resources/js/util.js`, but this won't work ,as is, in Firefox. – Ortomala Lokni Mar 08 '20 at 10:22
  • thanks i will just go through the code and check out if can do it or not – emkay Mar 08 '20 at 16:16