Hide already watched (progress bar at 100%) video on user's, channel's and subscriptions' pages
< Feedback on 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" },
Sign in to post a reply.
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.