Block Youtube Users

Hide videos of blacklisted users/channels and comments

< Valutazione su Block Youtube Users

Recensione: OK - lo script funziona, ma ha degli errori.

§
Pubblicato: 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' : ''}`,

ScheggeAutore
§
Pubblicato: 08/07/2025

Thank you, I will add it in the next update

§
Pubblicato: 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' : ''}`,

Pubblica risposta

Accedi per pubblicare una risposta.