A simple Brave browser extension that adds checkboxes to each message in YouTube live chat pop-out windows. When a checkbox is checked, it applies a grey strikethrough effect to that message and all messages above it. Unchecking only affects the individual message.
- Works with both YouTube live chat pop-out interfaces:
- YouTube pop-out chat (
youtube.com/live_chat
) - YouTube Studio live chat (
studio.youtube.com/live_chat
)
- YouTube pop-out chat (
- Adds a checkbox at the beginning of each chat message
- Checking a message's checkbox applies strikethrough styling to that message and all messages above it
- Unchecking a message's checkbox only removes the strikethrough effect from that specific message
- Automatically adds checkboxes to new messages as they appear
- Prevents checkboxes from triggering YouTube's context menu
- Download or clone this repository to your computer
- Open Brave browser and navigate to
brave://extensions/
- Enable "Developer mode" using the toggle in the top-right corner
- Click "Load unpacked" and select the folder containing the extension files
- The extension is now installed and will automatically work on YouTube live chat pop-out windows
- Go to any YouTube livestream
- Use either of the supported chat interfaces:
- Click the "Pop-out chat" button in the YouTube chat interface
- Use YouTube Studio live chat in a pop-out window
- You'll see checkboxes next to each chat message
- Check any message's checkbox to apply the strikethrough effect to that message and all messages above it
- Uncheck any message's checkbox to remove the effect from only that specific message
manifest.json
: Extension configurationcontent.js
: JavaScript code that adds the checkboxes and handles the functionalitystyles.css
: CSS styles for the checkboxes and strikethrough effect
This project is open source and available under the MIT License.