Skip to content
CS2Apps

OBS browser source

CSGeoguesser stream overlay

Transparent browser-source overlay you can drop into OBS or Streamlabs to show your live streak, last run total, and unlock count while you stream. Updates every second from localStorage on this device.

Setup

  1. 1. In OBS: Sources → Add → Browser. URL: https://cs2apps.com/csgeo/overlay/
  2. 2. Width 1920, Height 1080. Tick “Refresh browser when scene becomes active”.
  3. 3. Paste this into the Custom CSS field so the overlay renders alone:
    body { background: transparent !important; }
    header, footer, nav, main > * > *:not(.fixed) { display: none !important; }
  4. 4. Optional URL params:
    • ?pos= tl / tr / bl (default) / br
    • ?theme= cyan (default) / amber / mono

Live preview

What it’ll look like in OBS — uses your local data. The overlay below is fixed-positioned in the bottom-left.

cs2apps.com / csgeo

last run
0d streak0 / 15 unlocks

Preview

Note: The live preview pins to the viewport corner — when scrolled past, the overlay stays visible because that’s how OBS uses it. Scroll back to top to see it positioned inside the preview tile.