Block Youtube Users

Hide videos of blacklisted users/channels and comments

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
Schegge
Günlük kurulumlar
2
Toplam kurulumlar
11.117
Değerlendirmeler
62 11 13
Versiyon
2.6.2.9
Oluşturulma
19.07.2015
Güncellenme
28.04.2026
Boyut
18,8 KB
Uyumluluk
Firefox ile uyumluluk
Lisans
GPL-3.0-or-later
Geçerli

Author's note

Please note that I usually only test the script on Firefox, and that I won't install Chrome on my computer. This means that I may not be able to replicate the issues you are experiencing. Sorry.

Also, the script may break if YouTube makes any changes, and I can't fix it until it changes for me too.

Feel free to adapt the script to solve your issues and share your version on Greasy Fork. I'm actually encouraging you to do so because I don't know how much longer I can make myself keep fixing this script. It's been 10 years, I don't even use this script anymore and I'm tired.

BLOCK YOUTUBE USERS

BYU Menu

  • It hides videos from users/channels that have been blacklisted from home, searches, related, and comments

    • From playlists too, but it won't stop them from playing if it is set to autoplay
  • It also hides all shorts if option is enabled

  • Put a * before a word to use it as a wildcard (only in the blacklist): Any usernames containing that word will be blacklisted

    • When you use it, but you want to see a channel with that specific word in the name, you can add it to the whitelist
    • example:
      • blacklist: *news
      • whitelist: BBC news, DW news
  • It is not case-sensitive

  • Don't forget to save

  • You can open or close the menu in two ways: either by clicking on B or by pressing Ctrl + Alt + B.

Options

  • pause: To temporarily pause the blacklist. To turn it back on, just click on it again or reload the page

  • separator: The symbol that separates the usernames. The default is a comma, * and " aren't allowed, min-max 1 character

  • timer: How often the script checks for new elements on the page. The default setting is 1000 milliseconds, min is 500 ms. You need to reload the page after saving

  • show buttons: Add x buttons in front of usernames that can be clicked to block them

    • In any case, these buttons are displayed automatically when the B menu is open
  • video owner: If x buttons are shown on the video view page, an extra button will also be added to the owner's video name. Even if there are no buttons, the channel name will be hidden if it's blacklisted. You need to reload the page after saving

  • pause video: From a direct link to youtube, it will pause the video if channel is blacklisted

  • comments: You can add also users' handles to the blacklist and their comments will be hidden. You need to reload the page after saving

  • hide all shorts

Known bug

  • It won't block channels with the separator symbol in their name. Either use a wildcard or change the separator.