Skip to content
View s-kerdel's full-sized avatar
🌠
In all time & space, I've never met anyone who wasn't important.
🌠
In all time & space, I've never met anyone who wasn't important.

Block or report s-kerdel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. listen-carefully listen-carefully Public

    Stop reading. Start listening. Browser extension that reads web pages aloud with real-time word-level highlighting that breaks through text walls and cognitive overload. No accounts, no data collec…

    JavaScript

  2. OBS Automatic Display Scene Switcher... OBS Automatic Display Scene Switcher (Python + WebSocket).
    1
    # This Python script automatically switches OBS display capture sources based on mouse cursor position.
    2
    # Since OBS does not natively support following the active monitor, this script bridges that gap via WebSocket communication.
    3
    # It works by detecting connected displays and their resolutions, tracking the mouse pointer location in real time, and determining
    4
    # which monitor the cursor is currently on. It notifies OBS via WebSocket on active monitor change to switch to the corresponding scene.
    5