Skip to content

DataXResearch/rabbithole

Repository files navigation

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