JevMade hello@JevMade.com
← Back to guides

JevMade field notes / Written guide

Filter a video feed with one narrow question

FocusTube is a browser extension that hides YouTube Shorts and recommendations that do not look useful for focused learning. Instead of asking a model to rewrite the page, it asks one yes-or-no question about visible video metadata and reveals only results above a chosen probability.

Original by piyush97Classification

Listen to this guide

JevMade’s plain-English explanation

0:00 /

AI narration

Credits and license

“FocusTube” by piyush97. Read the original source.

This expanded guide is an AI-narrated adaptation of the source’s essential explanation, examples and caveats, not a word-for-word reading. The synthetic voice does not imitate the author or imply their endorsement.

License: MIT

MIT License

Copyright (c) 2026 Piyush Mehta

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Our summary

FocusTube gives the viewer a cutoff they can adjust and a way to reveal hidden cards. Its one yes-or-no question judges whether each visible recommendation appears useful for focused learning, rather than asking a model to rewrite the YouTube page.

The extension sends the video title, channel name, and whether it appeared on the home page, search results, or watch recommendations. It groups up to twenty videos per request. A Cloudflare Worker forwards requests while keeping the secret key outside the browser. Saved results last seven days.

These details leave the browser for an external service, but the model never sees the actual video. Short titles and uncertain probabilities can hide useful material or show distractions. The controls let viewers restore hidden videos, but they do not prove that the filtering is accurate.

Key takeaways

  1. Ask one clear question about a recommendation's relevance.
  2. Reuse saved judgments and let viewers adjust the cutoff.
  3. Explain which video details leave the browser and that Jev never watches the video.

The repository documents the extension's policy and defaults. JevMade did not test its filtering accuracy or independently verify service claims.

GitHub project documentation · Source reviewed

Read the original guide Opens the author’s site in a new tab.