code-charity / code-charity/youtube

💡Remove For You section from search results

Open Beginner friendly
#4,036 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature request Generated
Dominant language
JavaScript
Stars
4.6k
Forks
996
Avg merge
2d 15h
Merged PRs (30d)
7

Description

Problem

YouTube search results include a For You section with personalized recommendations. These are often irrelevant to the current search query and clutter the results page.

Solution

Add a toggle in ImprovedTube to remove the For You section from YouTube search results.

Implementation

CSS/JS selector targeting the shelf renderer containing For You recommendations. Follow the existing pattern for removing related search results.

Scope

Filtering and Discovery of Content

Parent

Split from #957 (was: Remove useless search results). This is the For You removal component.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by finding the existing pattern for removing related search results, then locate the YouTube search-result shelf renderer containing For You recommendations. Add the toggle using that pattern and verify that enabling it removes only the For You section while leaving other search results visible.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, javascript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.