A Chrome extension that blocks distracting content on social media sites while keeping essential features accessible.
- Blocks main feed, stories, reels, and DMs
- Allows access to search and user profiles
- Hides homepage feed, recommendations sidebar, and Shorts
- Removes autoplay, end screen suggestions, and pause overlay suggestions
- Hides search bar and left sidebar
- Allows direct video playback via URL
- Blocks homepage, r/popular, r/all, and non-whitelisted subreddits
- Allows configurable subreddit whitelist (edit
reddit.jsto customize) - Permits threads accessed from external links (Google, etc.)
- Hides sidebars and community suggestions
- Hides the right sidebar (trends, who to follow)
- Hides most navigation items (Home, Notifications, Messages, Grok, Communities, etc.)
- Keeps only Explore and Profile accessible
- Blocks the main feed
- Allows access to profiles, posts, jobs, messages, notifications, and search
- Completely blocks the entire site
- Blocks the main portal and language-specific main pages
- Removes clickable internal article links (prevents wiki rabbit holes)
- Preserves navigation, search, table of contents, and external links
- Disambiguation pages keep links functional
- Completely blocks the entire site except my personal site
- Configurable exceptions in
jetpunk.js(one quiz currently allowed)
- Completely blocks the entire site
- Completely blocks the entire site
- Completely blocks the entire site
- Hides Discord recap sections
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension folder
Edit the WHITELISTED_SUBREDDITS array in reddit.js to allow specific subreddits:
const WHITELISTED_SUBREDDITS = [
'claudeai',
'claudecode',
// add your subreddits here
];MIT