startpage
startpage copied to clipboard
A simple, clean startpage.
startpage
A clean startpage made with Svelte.
Check out my newer startpage: https://github.com/refact0r/alpine
Firefox theme: https://github.com/refact0r/sidefox

Installation
Make sure to install the Cascadia Code font on your computer.
Firefox
- Go to the releases and download the .xpi file from the latest release.
- Go to
about:addonsin firefox and click the gear icon. - Click
Install Add-on From File...and select the .xpi file.
Chrome
- 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.
Customization
To change the name and enable weather, hover in the bottom right corner and a settings button should show up.
Changing links
- 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
configshow 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.