YouTube: Hide Watched Videos

Hides watched videos (and shorts) from your YouTube subscriptions page.

< 脚本YouTube: Hide Watched Videos的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2025-04-06

Your script is coded wrong. It will conflict with other userscripts. please change

from

    if (window.trustedTypes?.createPolicy) {
        window.trustedTypes.createPolicy('default', {
            createHTML: (string, _sink) => string,
        });
    }

to


if (typeof trustedTypes !== 'undefined' && trustedTypes.defaultPolicy === null) {
  let s = s => s;
  trustedTypes.createPolicy('default', { createHTML: s, createScriptURL: s, createScript: s });
}

§
发表于:2025-04-06

Since version 6.5

Ev Haus作者
§
发表于:2025-04-07

Thanks. Fixed.

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址