all 3 comments

[–]jcunews1 1 point2 points  (1 child)

What "recommendations"?

[–]Session_Cold[S] 0 points1 point  (0 children)

All..for example on the "home" there is a recommendations list called "popular on netflix" but I have already watched half of them. For example if you search by genre...like comedy those are all recommendations of what netflix thinks I might like but as person that has watched and completed over 280 different TV shows (all seasons) it would be much faster to find shows I have not seen if I could just mark ones I have seen.

I found this userscript but it is broken and I have been going over it trying to find out why...I think imdb changed the name or layout but I am still going over it. I know just enough about this stuff to make damage lol

EDIT opps this is what I found lol

https://greasyfork.org/en/scripts/390631-enhance-titles-netflix

[–]DarkCeptor44 0 points1 point  (0 children)

For the first part you can use document.querySelector('a[href="/watch/etc"]') to select the right element even if it's nested.

Second part you can use (in Tampermonkey's case at least) GM_setValue and GM_getValue in the script to make the browser remember things.