Block Youtube Users

Hide videos of blacklisted users/channels and comments

< Feedback on Block Youtube Users

Review: OK - script works, but has bugs

§
Posted: 27. 06. 2025

I'm getting an error because the policy name default is a duplicate of another extension. Is it possible to change it to something else???
I'm currently manually editing it to be something other than default, but it seems to be working fine.

Error:
Uncaught TypeError: Failed to execute 'createPolicy' on 'TrustedTypePolicyFactory': Policy with name "default" already exists.

Related line:
window.trustedTypes.createPolicy('default', {createScriptURL: s => s, createScript: s => s, createHTML: s => s})

Post reply

Sign in to post a reply.