2026-02-21 01:36:54 -05:00
2026-02-19 08:47:37 +00:00
2026-02-19 08:47:37 +00:00
2026-02-19 08:47:37 +00:00
2026-02-19 08:47:37 +00:00
2026-02-19 08:47:37 +00:00
2026-02-19 08:47:37 +00:00
2026-02-21 01:36:54 -05:00
2026-02-21 01:07:11 -05:00
2026-02-19 21:42:10 -05:00

Beat Saber Overlay

Simple Beat Saber stream overlay for twitch.tv/iza_k

Requires BeatSaberPlus SongOverlay

Screenshot

Usage - OBS Studio

Add Source > Browser > URL: https://bs-overlay.netlify.app/

Configuration - Custom CSS

To change size, set root font size (default 10px)

:root { font-size: 15px; }

To right align

body { flex-direction: row-reverse; } .row { justify-content: flex-end; }

To change fade duration (default 300ms)

body { transition-duration: 500ms; }

To change font

body { font-family: "Comic Sans MS", cursive; }
Description
No description provided
Readme 597 KiB
Languages
TypeScript 54%
JavaScript 33.7%
CSS 7.6%
HTML 4.7%