Hide already watched (progress bar at 100%) video on user's, channel's and subscriptions' pages
< 脚本Youtube watched hider的反馈
Dec / 2020 works like a charm.add { regex: /https:\/\/www\.youtube\.com\/c\/([^\/]*)(\/.*)?\/videos/g, displayStyle: "inline-block", querySelector: "ytd-grid-video-renderer" }, to apply this on channels video listing.
{ regex: /https:\/\/www\.youtube\.com\/c\/([^\/]*)(\/.*)?\/videos/g, displayStyle: "inline-block", querySelector: "ytd-grid-video-renderer" },
登录以发表回复。
Dec / 2020 works like a charm.
add
{
regex: /https:\/\/www\.youtube\.com\/c\/([^\/]*)(\/.*)?\/videos/g,
displayStyle: "inline-block",
querySelector: "ytd-grid-video-renderer"
},
to apply this on channels video listing.