Return WATCHED badge on Youtube (with custom text)

Bring back the WATCHED overlay to the videos you have already watched on youtube.

< Feedback on Return WATCHED badge on Youtube (with custom text)

Review: Good - script works

§
Posted: 06-01-2022

Great script - works on subscription page, main page, searches etc.
But it doesn't overlay on the sidebars when playing an actual video
(ie:https://www.youtube.com/watch?v=)
Anyway for this to be fixed?

q1kAuthor
§
Posted: 07-01-2022

What do you mean? It works for me.

q1kAuthor
§
Posted: 07-01-2022

The script should return the "watched" badge anywhere the red bar appears on the thumbnail.
If youtube doesn't display the red bar then the script won't work there. Blame youtube.

§
Posted: 07-01-2022

Then I'll blame youtube, as the red bar is also missing from the sidebar on watching pages, at least for me.

q1kAuthor
§
Posted: 07-01-2022

Ah yes, the related videos. The red bar is missing, I remember it used to show up there but not anymore apparently.
I'm guessing they did it so you'd have to click and watch the same video again, double the watch time, double the ad money. Though I very rarely look at the related videos.

§
Posted: 07-01-2022

Yes, the related video section. It was showing red bars until very recently, within the last month or two.
Guess I'll search out a way to hide viewed videos in the related section (as I don't want them hidden 100%).

§
Posted: 08-01-2022

Changing rating from Ok to Good as the issue is with Youtube and not your script itself.

q1kAuthor
§
Posted: 27-06-2022

After a year seems like Youtube finally fixed the watched progress marks for the related videos.

§
Posted: 28-06-2022

Fantastic - thanks for the update!

§
Posted: 04-07-2022

Noticed that when I use the pinned player from Nova (https://greasyfork.org/en/scripts/433360-nova-youtube), this script overlays certain elements - is there any way to fix this?

§
Posted: 04-07-2022

Managed to brute force it within Nova by changing
z-index': 'var(--zIndex)'
to
z-index': '1005'
(which is above your top z-index of 1003)

Hopefully this doesn't lead to complications further down the road...

q1kAuthor
§
Posted: 04-07-2022

You can try lowering the z-index in this script instead of forcing a z-index in nova youtube.
I think 11, 12, 13, instead of 1001, 1002, 1003 should work. Maybe even lower values like 1,2,3.
Can you try it and let me know?

§
Posted: 04-07-2022

Yes, that worked - I reverted to original VAR for Nova and changed your z-index values to 11, 12 and 13 - works great.
Didn't want to go as low as 1,2,3 in case any other scripts I have interfere.
Thanks again.

q1kAuthor
§
Posted: 04-07-2022

Thanks for confirming.
I've updated the style with the smaller z-index

Post reply

Sign in to post a reply.