Youtube Gray-Out

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

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v1.1 2017-12-05 Now updates on yt-visibility-refresh (updated page), runs more efficiently and updates already grayed-out thumbnails when clicking a video.
  • v1.0 2016-09-20 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 2016-08-30 Went back to MutationObserver
  • v0.5 2016-08-27 Switched to intervals instead of mutations.
  • v0.4 2016-08-08 updating the dictionary/list with it's actual value at every check so multiple tabs don't keep individual lists.
  • v0.3 2016-08-08 forgot the underscore in the regular expression
  • v0.2 2016-08-08 Using MutationObserver instead of spfdone to detect new displayed content.
  • v0.1 2016-08-08