Netflix Watched List is a Chrome extension that allows you to mark and hide viewed movies, shows, and more on Netflix. It provides icons to indicate watched and unseen shows, and allows you to hide watched shows with a single click. You can also view information about whether a title is a movie or series. Visit http://netwatchedlist.com for more information and to leave a review.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
The extension allows marking the viewed movies, shows, etc. and hiding them.
Bellow the thumbnails the name of shows appeared with icons. The closed eye icon represents unseen show, open eye represents watched show. On top right corner of the page next to magnifying glass there is an eye icon that allows hide watched shows. Additionally on thumbnails i placed an informaton is it a movie (M) or series (S). You can turn off it by clicking on addon icon and checking “Type Off”.
Thanks, this feature was certainly missing from netflix :)
Btw. there's a major bug: when displaying watched entries, each "watched" icon is very streched so they overlap with other page elements.
It's due to the .watched css class style: width: 50rem (You have a typo there btw.)
If You remove the width attribute completely, it works perfectly.
It works but have a bug that displays lines over the screen. You can fix it by changing line 61 from "width: 23px;" to "width: 23px !important;" in the file styles.css included in the extension.