Block Youtube Users

Hide videos of blacklisted users/channels and comments

< Rückmeldungen auf Block Youtube Users

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 13.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,
});
}

§
Veröffentlicht: 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.

§
Veröffentlicht: 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

§
Veröffentlicht: 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.

§
Veröffentlicht: 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.

§
Veröffentlicht: 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.

§
Veröffentlicht: 26.10.2024
Bearbeitet: 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.

Antwort schreiben

Anmelden um eine Antwort zu senden.