Block Youtube Users

Hide videos of blacklisted users/channels and comments

< Opiniones de Block Youtube Users

Puntuación: Pasable; el script funciona, pero tiene carencias importantes

§
Publicado: 08/07/2025

HERE IS FIX:
Script is broken again but here is solution, i simply add new selector :)
( .yt-content-metadata-view-model-wiz__metadata-text:last-of-type )



here is fixed section, just replace this section and side recommended will be blocked too.

user: `#metadata > :not([hidden]) #text.ytd-channel-name,
#channel-info #text.ytd-channel-name,
#channel-title.ytd-channel-renderer span.ytd-channel-renderer,
#info #text.ytd-channel-name,
#metadata #subscribers.ytd-channel-renderer,
#byline.ytd-playlist-panel-video-renderer,
.yt-content-metadata-view-model-wiz__metadata-row span.yt-core-attributed-string a[href^="/@"],
.yt-content-metadata-view-model-wiz__metadata-row span.yt-core-attributed-string a[href^="/channel/"],
.yt-content-metadata-view-model-wiz__metadata-text:last-of-type
${Values.storageVideoOwner ? ', #owner #upload-info #channel-name #text.ytd-channel-name' : ''}
${Values.storageComment ? ', #author-text span.ytd-comment-view-model, #name #text.ytd-channel-name' : ''}`,

ScheggeAutor
§
Publicado: 08/07/2025

Thank you, I will add it in the next update

§
Publicado: 08/07/2025

Thank you, I will add it in the next update

Search page is broke too.. here is complete repair, but i cant target endscreen offers.

i add zwo selectors a.yt-simple-endpoint[href^="/@"], and .yt-content-metadata-view-model-wiz__metadata-text:last-of-type

user: `#metadata > :not([hidden]) #text.ytd-channel-name,
#channel-info #text.ytd-channel-name,
#channel-title.ytd-channel-renderer span.ytd-channel-renderer,
#info #text.ytd-channel-name,
#metadata #subscribers.ytd-channel-renderer,
#byline.ytd-playlist-panel-video-renderer,
a.yt-simple-endpoint[href^="/@"],
.yt-content-metadata-view-model-wiz__metadata-row span.yt-core-attributed-string a[href^="/@"],
.yt-content-metadata-view-model-wiz__metadata-row span.yt-core-attributed-string a[href^="/channel/"],
.yt-content-metadata-view-model-wiz__metadata-text:last-of-type
${Values.storageVideoOwner ? ', #owner #upload-info #channel-name #text.ytd-channel-name' : ''}
${Values.storageComment ? ', #author-text span.ytd-comment-view-model, #name #text.ytd-channel-name' : ''}`,

Publicar respuesta

Inicia sesión para responder.

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