Greasy Fork is available in English.

Youtube Gray-Out

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

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v1.1 5/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/9/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/8/2016 Went back to MutationObserver
  • v0.5 27/8/2016 Switched to intervals instead of mutations.
  • v0.4 8/8/2016 updating the dictionary/list with it's actual value at every check so multiple tabs don't keep individual lists.
  • v0.3 8/8/2016 forgot the underscore in the regular expression
  • v0.2 8/8/2016 Using MutationObserver instead of spfdone to detect new displayed content.
  • v0.1 8/8/2016