Track your online rabbitholes!
Svelte 50.4%
TypeScript 48.1%
HTML 0.8%
JavaScript 0.4%
CSS 0.1%
Other 0.3%
106 1 0

Clone this repository

https://tangled.org/gov.glados.computer/rabbithole
git@tangled.org:gov.glados.computer/rabbithole

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Rabbithole logo
rabbithole

An extension to track your internet rabbitholes


Install#

  • From the Releases section on the right, go to the latest release
  • Download and unzip rabbithole.zip; this will create a dist folder
  • Navigate to chrome://extensions (should resolve on all chromium)
  • Turn on the Developer Mode switch
  • Click the Load Unpacked button and then select the dist folder

Example

Build#

# build files to `/dist` directory
pnpm build

Development#

# install dependencies
pnpm i

# build files to `/dist` directory
# HMR for extension pages and content scripts
pnpm run dev