Greasy Fork is available in English.
Adds an ability to hide thumbnails of videos you've already watched.
Ini adalah versi dari skrip ini yang kodenya telah diperbarui. Tampilkan semua versi.
1.3: As a stopgap measure, greying out watched thumbnails can now be disabled by opening developer console (Ctrl + Shift + K on Firefox, Ctrl + Shift + J on Chromium and derivatives), typing localStorage.setItem("dontGreyOutWatchedThumbnails", true) then pressing Enter, and reloading the page. I might make a GUI for it in the future.
Ctrl + Shift + K
Ctrl + Shift + J
localStorage.setItem("dontGreyOutWatchedThumbnails", true)
1.2: Fixed videos being incorrectly marked as watched. Also, watched videos are reverted to being clickable (this was a bit confusing), but still greyed out.
1.1: Watched videos are now non-clickable and greyed out.