A startpage with lightweight and privacy-friendly YouTube feed designed for flat gruvbox themed window managers.
The project is currently in development. You can experience missing features.
Use Startpage on your local machine.
# build
docker build -t startpage .
# run
docker run -dp 80:4173 startpage:latest
npm install
npm run dev
You can configure Startpage to open videos in a desktop app like mpv
via
custom protocol.
In about:config
create boolean
variable
network.protocol-handler.expose.mpv
with false
value
Create launcher
#!/bin/bash
mpv "${1/mpv:/}"
In settings enable
Open videos in app
Click any link and select launcher from step 2