A clean startpage made with Svelte.
Check out my newer startpage: https://github.com/refact0r/alpine
Firefox theme: https://github.com/refact0r/sidefox
Make sure to install the Cascadia Code font on your computer.
- Go to the releases and download the .xpi file from the latest release.
- Go to
about:addons
in firefox and click the gear icon. - Click
Install Add-on From File...
and select the .xpi file.
- Download or clone this repository.
- Remove lines 9-11 (the
"chrome_settings_overrides"
section) frompublic/manifest.json
. - Go to
chrome://extensions/
in chrome and turn on developer mode (top right). - Click "Load unpacked" and select the
/public/
folder from this repository.
To change the name and enable weather, hover in the bottom right corner and a settings button should show up.
- Go to the new tab page and press
Ctrl+Shift+I
. - Click the tab labelled
Storage
(Firefox) /Application
(Chrome). - Click on this extension's id under
Local Storage
. - You should see one field with the key
config
show up with a bunch of JSON text as the value. - Copy the JSON into a text editor and change the links.
- Paste the edited JSON back into the config value field and reload the page.