FeedX is a Chrome extension designed to help reshape your YouTube recommendations through automated history cleanup, curated searches, and intelligent watch-session injection.
Instead of letting the algorithm drift randomly, FeedX helps redirect it toward the content you actually want.
YouTube recommendations evolve from:
- Watch history
- Search activity
- Session behavior
- Interaction patterns
Over time, feeds become noisy, repetitive, or completely disconnected from your interests.
FeedX provides a guided workflow to:
- Reset old recommendation signals
- Inject curated viewing patterns
- Rebuild your feed around a selected vibe
|
Choose targeted content directions like:
|
|
Quick recommendation pulse Stronger algorithm rewiring |
Select Vibe
↓
Optional History Purge
↓
Curated Search Injection
↓
Automated Watch Sessions
↓
Recommendation Rebuild
| Category | Example Sub-Vibes |
|---|---|
| Deep Work | Focus, Productivity, Study |
| Tech | Programming, AI, Engineering |
| Mindfulness | Meditation, Calm, Minimalism |
| Gaming | Strategy, Competitive, Indie |
| Cooking | Recipes, Meal Prep, Baking |
| Kids | Educational, Safe Viewing |
Select the type of recommendations you want YouTube to prioritize.
| Mode | Purpose |
|---|---|
Fast |
Lightweight recommendation influence |
Deep |
Stronger recommendation rebuilding |
FeedX can clear existing watch-history signals before rebuilding recommendations.
Warning: Watch history deletion is irreversible.
FeedX then:
- Searches curated vectors
- Opens selected content
- Simulates watch sessions
- Reinforces recommendation intent
Everything runs in a background tab without interrupting your active browsing session.
extension/
│
├── manifest.json → Extension metadata & permissions
├── popup.html → Main popup UI
├── popup.js → Popup logic & messaging
├── background.js → Protocol orchestration engine
├── search.js → YouTube search scraping
├── watch.js → Watch-session simulation
└── purge.js → Watch-history cleanup
- Open:
chrome://extensions
- Enable Developer Mode
- Click Load unpacked
- Select the
extension/folder - Pin FeedX to your toolbar
| Domain | Purpose |
|---|---|
youtube.com |
Search and watch automation |
myactivity.google.com |
Watch-history management |
- Run one protocol at a time
- Let the workflow complete fully
- Avoid conflicting automation extensions
- Use Deep mode only for major recommendation resets
Recommendation systems should reflect intentional interests, not accumulated noise.
FeedX focuses on:
- Controlled recommendation shaping
- Minimal friction
- Transparent workflows
- Fast execution
- Clean UI behavior
- JavaScript
- Chrome Extension APIs
- Manifest V3
- DOM Automation
- Background Service Workers
Licensed under the MIT License.
You are free to:
- Use
- Modify
- Fork
- Experiment
- Build upon the project
See LICENSE.md for details.