Youtube Gray-Out

Overlay thumbnails of already watched videos with white layer and view counter. Aims to counteract Youtube's clickbait design.

Αυτές είναι εκδόσεις αυτού του κώδικα όπου ο κώδικας έχει ενημερωθεί. Προβολή όλων των εκδόσεων.

  • v1.1 05/12/2017 Now updates on yt-visibility-refresh (updated page), runs more efficiently and updates already grayed-out thumbnails when clicking a video.
  • v1.0 20/09/2016 Changed the loop in fix_thumbnail to skip already evaluated items. Could have done this sooner. Should not consume any noticeable amount of CPU anymore.
  • v0.6 30/08/2016 Went back to MutationObserver
  • v0.5 27/08/2016 Switched to intervals instead of mutations.
  • v0.4 08/08/2016 updating the dictionary/list with it's actual value at every check so multiple tabs don't keep individual lists.
  • v0.3 08/08/2016 forgot the underscore in the regular expression
  • v0.2 08/08/2016 Using MutationObserver instead of spfdone to detect new displayed content.
  • v0.1 08/08/2016