https://github.com/imjah/startpage
Gruvbox styled startpage with YouTube feed
https://github.com/imjah/startpage
gruvbox piped startpage svelte
Last synced: 9 months ago
JSON representation
Gruvbox styled startpage with YouTube feed
- Host: GitHub
- URL: https://github.com/imjah/startpage
- Owner: imjah
- License: gpl-3.0
- Created: 2024-11-14T23:26:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T23:21:04.000Z (over 1 year ago)
- Last Synced: 2025-03-11T00:24:30.972Z (over 1 year ago)
- Topics: gruvbox, piped, startpage, svelte
- Language: Svelte
- Homepage: https://imjah.github.io/startpage/
- Size: 2.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Startpage




A [startpage](https://reddit.com/r/startpages/) with lightweight and privacy-friendly YouTube feed built with [Piped API](https://github.com/TeamPiped/Piped).
# Open videos in app feature
You can configure Startpage to open videos in a desktop app like `mpv` via
[custom protocol](https://kb.mozillazine.org/Register_protocol).
1. In `about:config` create `boolean` variable
`network.protocol-handler.expose.mpv` with `false` value
2. Create launcher
```sh
#!/bin/bash
mpv "${1/mpv:/}"
```
3. In [settings](https://imjah.github.io/startpage/settings) enable
`Open videos in app`
4. Click any link and select launcher from step 2