sniklaus / youtube-watchmarker

a browser extension that keeps track of your YouTube watch history and marks videos that you have already watched
GNU General Public License v3.0
155 stars 19 forks source link

fading thumbnails out and converting them to grayscale no longer works #90

Closed nijazm closed 1 year ago

nijazm commented 1 year ago

They have done lots of changes of YouTube, everything is different. Today noticed grayscale and fading out of watched videos by your extension no longer works. Now only works that textual badge.

Jeefongithub commented 1 year ago

Can confirm this issue as well. Tested on Librewolf 106.0.4 YouTube Watchmarker Version 4.2.1

avespanthera commented 1 year ago

issue is occurring for me as well. Microsoft Edge 107.0.1418.35 YouTube Watchmaker 4.2.1

Lairdom commented 1 year ago

Same here Mozilla Firefox 106.0.5 (64-bit) YouTube Watchmarker 4.2.1

sniklaus commented 1 year ago

I would be happy to debug this but I am not having this issue (yet), see the screenshot below. image Could someone post a screenshot of how it looks for them? Like, did the Youtube interface change?

Jeefongithub commented 1 year ago

image

Will also note in case it's relevant. Here are the other plugins that i have in use for YouTube ublock origin disable-polymer-youtube return youtube dislike sponsorblock unhook user-agent switcher

Lairdom commented 1 year ago

I think youtube pushes updates at different times for different regions or something. I've seen videos where people are talking about recent changes to youtube and being confused because nothing was different for me. And then like a month later I suddenly get changes and being confused since no one is talking about them.

This issue also started quite suddenly. Everything was working fine earlier today. I have seen the changes in their interface for a few days(weeks?) now. Like the way the playlists look now. playlist

nijazm commented 1 year ago

Yes, looks like they do it per user. Maybe try if you will see changes when logged out vs. when logged in. About 2 months ago, first I noticed changes on youtube, and I told my bro, and he said 'where are changes? i do not see anything new'. I told him 'everything is new: font, buttons, menus, icons'. But only few days ago that grayscale and fading stopped working. You can test if everything is new for you by liking some video. When you like some video, you should notice some weird animation appearing on like button, like balloon, or explosion, or birthday or colorful fireworks around like button, just after pressing Like.

0xva commented 1 year ago

I sent a pull request fixing this issue. I'm new to github so I hope I did it right.

VcSaJen commented 1 year ago

For now, you can use this workaround: Add this rule to your YouTube custom CSS in Stylus:

.youwatch-mark > yt-image > img {
    filter: opacity(30%) grayscale(90%);
}
sniklaus commented 1 year ago

Thanks everyone for chiming in! I just uploaded a new version which is already out for Firefox but still under review for Chrome (no idea how long this takes). Please let me know whether or not version 4.2.2 fixes this issue, thanks!

Jeefongithub commented 1 year ago

Can confirm 4.2.2 works. Thanks!

sniklaus commented 1 year ago

The listing for Chrome now shows 4.2.2 as well, let me know how it goes. :+1:

Lairdom commented 1 year ago

Works great! You do gods work, man. Thank you.

nijazm commented 1 year ago

Yup, works here!

sniklaus commented 1 year ago

Thanks y'all for confirming! I am hence closing this issue for now, please let me know (by replying here or by opening up a new issue) if this issue comes back or wasn't resolved after all. Thanks!