NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
A lightweight Tampermonkey userscript that automatically hides any YouTube video tiles marked as Members only — keeping your feeds, searches, and recommendations clean.
hide_members_only.user.js Ctrl+S) You can edit the script to include other badge languages or variations:
const BADGE_TEXTS = [
"Members only",
"Miembros solamente", // Spanish
"Nur für Mitglieder", // German
];
Rating: 0