HoodedTissue / startpage

A simple, clean startpage.

Home Page:https://refact0r-startpage.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

startpage

A clean startpage made with Svelte.

Try it out here: https://refact0r-startpage.netlify.app/

Firefox theme: midnight-fox

image

Installation

Make sure to install the Cascadia Code font on your computer.

Firefox

  1. Go to the releases and download the .xpi file from the latest release.
  2. Go to about:addons in firefox and click the gear icon.
  3. Click Install Add-on From File... and select the .xpi file.

Chrome

  1. Download or clone this repository.
  2. Remove lines 9-11 (the "chrome_settings_overrides" section) from public/manifest.json.
  3. Go to chrome://extensions/ in chrome and turn on developer mode (top right).
  4. 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

  1. Go to the new tab page and press Ctrl+Shift+I.
  2. Click the tab labelled Storage (Firefox) / Application (Chrome).
  3. Click on this extension's id under Local Storage.
  4. You should see one field with the key config show up with a bunch of JSON text as the value.
  5. Copy the JSON into a text editor and change the links.
  6. Paste the edited JSON back into the config value field and reload the page.

About

A simple, clean startpage.

https://refact0r-startpage.netlify.app/


Languages

Language:JavaScript 36.9%Language:Svelte 36.8%Language:CSS 24.2%Language:HTML 2.2%