Learn how to set up, customize, and get the most out of Social Stream Ninja
Before you can use Social Stream Ninja, you'll need to install it first. There are multiple ways to install the browser extension:
For detailed installation instructions, please visit the Download page.
Once installed, follow these steps to start using Social Stream Ninja:
Note: For the best experience, keep chat windows visible (not minimized) when using the browser extension.
Social Stream Ninja works with 100+ platforms. Here's how to connect to the most popular ones:
You can customize both the dashboard and overlay by adding parameters to their URL. Some examples:
&darkmode
- Enables dark mode for the dashboard&scale=2
- Doubles the size/resolution of all elements&hidesource
- Hides platform icons (YouTube, Twitch, etc.)&compact
- Removes spacing between name and message&autoshow
- Auto-features messages as they appear (about 2 per 3 seconds)
&showtime=20000
- Auto-hides selected messages after 20 seconds&showsource
- Shows the platform icons next to usernames&fade
- Makes featured messages fade in instead of popping up&swipe
- Makes featured messages swipe in from the left¢er
- Centers featured messages on screen
For easier URL management, try our URL Parameter Editor Tool.
There are several ways to customize the appearance with CSS:
In OBS, you can add custom CSS to the browser source:
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; } :root { --comment-color: #090; --comment-bg-color: #DDD; --comment-border-radius: 10px; --comment-font-size: 30px; --author-border-radius: 10px; --author-bg-color: #FF0000; --author-avatar-border-color: #FF0000; --author-font-size: 32px; --author-color: blue; --font-family: "Arial", sans-serif; } .hl-name { padding: 2px 10px !important; }
Add CSS directly through the extension menu:
Choose from pre-styled templates that include CSS built-in:
YOURSESSIONID
in the template URL with your session IDExample: https://socialstream.ninja/themes/pretty.html?session=YOURSESSIONID
Social Stream Ninja can read chat messages aloud using Text-to-Speech technology:
&speech=en-US
to your featured.html or dock.html URL&speech=fr-FR
for French)&pitch=1&volume=1&rate=1
Organize how messages appear in your overlay:
Solutions for common issues with the browser extension
Chat messages stop appearing when browser windows are in the background or minimized. This happens because browsers throttle background tabs to save resources.
chrome://flags/#enable-throttle-display-none-and-visibility-hidden-cross-origin-iframes
chrome://flags/#calculate-native-win-occlusion
chrome://settings/performance
A blue debugging bar appears or automated responses don't work when trying to use bot commands or auto-responses.
Join our community Discord server where the developer and other users can help you troubleshoot issues.