Greasy Fork is available in English.

Block Youtube Users

Hide videos of blacklisted users/channels and comments

< Opiniones de Block Youtube Users

Puntuación: Bueno; el script funciona tal y como promete

I got it to work again on Brave (maybe it'll work on other Chromium-based browsers).

Change jQuery to a beta version editing line 16 to // @require https://code.jquery.com/jquery-4.0.0-beta.js

Append this code on line 18:

if (window.trustedTypes && window.trustedTypes.createPolicy) {
window.trustedTypes.createPolicy('default', {
createHTML: string => string,
createScriptURL: string => string,
createScript: string => string,
});
}

§
Publicado: 13/10/2024

...Append this code...

Instead of that edit, consider using script Trusted-Types Helper. I reordered it to the top of all my installed scripts. Give it a try.

§
Publicado: 15/10/2024

I got it to work again on Brave (maybe it'll work on other Chromium-based browsers).

Change jQuery to a beta version editing line 16 to // @require https://code.jquery.com/jquery-4.0.0-beta.js

Append this code on line 18:

if (window.trustedTypes && window.trustedTypes.createPolicy) {
window.trustedTypes.createPolicy('default', {
createHTML: string => string,
createScriptURL: string => string,
createScript: string => string,
});
}

Works in Vivaldi! Thx

§
Publicado: 26/10/2024

How is this supposed to help me in Firefox? This script has not been working properly for 8 months. Therefore, this script has become the purest scrap for me.

§
Publicado: 26/10/2024

I got it to work again on Brave (maybe it'll work on other Chromium-based browsers).

Change jQuery to a beta version editing line 16 to // @require https://code.jquery.com/jquery-4.0.0-beta.js

Append this code on line 18:

if (window.trustedTypes && window.trustedTypes.createPolicy) {
window.trustedTypes.createPolicy('default', {
createHTML: string => string,
createScriptURL: string => string,
createScript: string => string,
});
}

Works in Vivaldi! Thx

Your bullshit script tip doesn't help a bit.I tried to block a user as a test, but it didn't work.

§
Publicado: 26/10/2024
Your bullshit script tip doesn't help a bit.

It wasn't a tip. It was a statement of the efing obvious.

I tried to block a user as a test, but it didn't work.

You're just dumb. That's ok. Go huff some glue or something.

§
Publicado: 26/10/2024
Editado: 26/10/2024

@Fabian Wenzel -

Your bullshit script tip doesn't help a bit.I tried to block a user as a test, but it didn't work.

woah-woah, what's up with the insults??

Did you try my suggestion? -

consider using script Trusted-Types Helper. I reordered it to the top of all my installed scripts. Give it a try.

I'm also using Firefox, and BYU script is working for my build.

Publicar respuesta

Inicia sesión para responder.