你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/11057-block-youtube-users/discussions/302708,源站連結 點此以跳轉。
Hide videos of blacklisted users/channels and comments
Script updated. Let me know if the error still occurs
It works without any issues.
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})