A lightweight Chrome extension that automatically hides the comments section on TikTok video and photo pages, providing a cleaner, distraction-free viewing experience.
- Automatically hides comments on TikTok video and photo pages
- Works seamlessly with TikTok's lightbox modal interface
- Instant application with no visible flash or delay
- One-click toggle via extension icon in toolbar
- In-page floating button for quick access
- Clear visual feedback showing current state
- Works with TikTok's single-page application (SPA) navigation
- Automatically applies settings when switching between videos
- Maintains state across page refreshes and browser sessions
- Floating comment toggle button matches TikTok's UI style
- Positioned above the volume controls for easy access
- Proper hover effects and smooth interactions
- Download the latest release from the Releases page
- Unzip the downloaded file
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the unzipped folder
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the project folder
- Install the extension following the steps above
- Visit TikTok and open any video or photo post
- Toggle comments using either:
- The extension icon in your Chrome toolbar
- The floating comment button above the volume control
This extension works on all TikTok content types:
- Video posts:
@username/video/1234567890 - Photo slideshows:
@username/photo/1234567890 - All TikTok subdomains: Works across different TikTok regional domains
This extension:
- ✅ Only works on TikTok.com domains
- ✅ Stores settings locally in your browser
- ✅ Does not collect or transmit any personal data
- ✅ Does not require any network permissions
- ✅ Open source - inspect the code yourself
- Manifest V3 Chrome extension
- Content Script: Handles DOM manipulation and comment hiding
- Background Script: Manages extension state and icon updates
- Local Storage: Persists user preferences across sessions
- Minimal impact on page load times
- Efficient CSS injection for instant comment hiding
- Smart URL detection to avoid unnecessary processing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Initial release
- Basic comment hiding functionality
- Extension icon toggle
- Support for both video and photo posts
This extension is not affiliated with, endorsed by, or connected to TikTok, ByteDance, or any related companies. Use at your own discretion.