An extension to track your internet rabbitholes
Releases
section on the right, go to the latest releaserabbithole.zip
; this will create a dist
folderchrome://extensions
(should resolve on all chromium)Developer Mode
switchLoad Unpacked
button and then select the dist
folder# build files to `/dist` directory
pnpm build
# install dependencies
pnpm i
# build files to `/dist` directory
# HMR for extension pages and content scripts
pnpm run dev