deTube Blokuj kanały

Dodaje do menu wideo YouTube opcje „Zablokuj kanał”, „Zablokuj wideo” i „Dodaj kanał do białej listy”. Automatycznie ukrywa filmy z zablokowanych kanałów i pojedyncze zablokowane filmy. Obsługuje także Shorts.

Autor
polymegos
Dziennych instalacji
13
Wszystkich instalacji
39
Oceny
1 1 0
Wersja
0.1.4
Utworzono
09-08-2025
Zaktualizowano
17-08-2025
Rozmiar
63,2 KB
Kompatybilność
Kompatybilny z przeglądarką Firefox Kompatybilny z przeglądarką Safari Kompatybilny z przeglądarką Edge
Licencja
MIT
Dotyczy

This userscript allows users to hide specific videos, hide entire channels, or whitelist a specific set of channels. Blocking is managed locally, with a UI for reviewing and unblocking.

The script adds three buttons to each video's context menu:

  • "🚫 Block [Channel Name]"
  • "🚧 Block This Video"
  • "⚪ Whitelist [Channel Name]"

Lists of blocked entities can be exported/imported. Video titles can be blocked using regex patterns. Additionally, short-form content can be blocked via a toggle switch in the UI. Whitelist mode can be toggled with another switch in the UI.

Blocking a Channel

  1. Find a video from a channel you want to block in the suggested videos feed
  2. Click the three-dot menu () next to the video (on the right)
  3. Click 🚫 Block [Channel Name]
  4. All videos from this channel will immediately disappear from your view

Blocking a Specific Video

  1. Find the video you want to block in the suggested videos feed
  2. Click the three-dot menu () on the video
  3. Click 🚧 Block This Video. This specific video will be hidden from all views.

Whitelisting a Channel

  1. Open the Blocked Channels Manager (click the 🚫 icon in the top right)
  2. Find a video of the channel you want to whitelist in the suggested videos list
  3. Click the ⚪ Whitelist [Channel Name] button. The channel will be moved to the "Whitelisted Channels" section.

Using Whitelist Mode

  1. In the Blocked Channels Manager (click the 🚫 icon in the top right), enable "Whitelist Mode"
  2. In this mode, only channels in your whitelist will be shown, all other channels will be hidden

Blocking by Title Pattern

  1. In the Blocked Channels Manager, go to the "Title Patterns" section
  2. Enter a regular expression pattern to match video titles, e.g. \b(React)\b for videos with "react" or "React" in the title
  3. Click "Add"
  4. Any video with a title matching this pattern will be hidden

This script is provided "as is", with no warranty of any kind. You are responsible for compliance with YT's Terms of Service and applicable laws.

长期地址
遇到问题?请前往 GitHub 提 Issues。