Greasy Fork 还支持 简体中文。
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.