Greasy Fork is available in English.
Hide videos of blacklisted users/channels and comments
< Opiniones de Block Youtube Users
...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.
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
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.
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.
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.
@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.
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,
});
}