Dim Watched YouTube Videos

Dim the thumbnails of watched videos on YouTube

Queste sono tutte le versioni di questo script. Mostra solo le versioni in cui è cambiato il codice

  • v0.9 12/08/2024

    Move main code to main() function and wait for GM_config to load before running (ensures all console log messages are printed since logging depends on the value of the GM_config `debug` variable)

  • v0.8 12/08/2024

    Switch to GM_addStyle() for .opaque_on_hover. Something seemed to change where we're no longer able to use `.innerHTML` and similar. Yayyy for YT updating and breaking stuff

  • v0.7 06/08/2024

    Emergency update. Something seemed to break on video pages, and watching #primary for changes no longer works. Switched to watching #content. I'll probably just watch the whole body if this becomes an issue

  • v0.6 06/08/2024
    • GM_config settings panel style updates
    • best practices and code cleanup
    • add dimming throttling in case of performance issues (i mean, i don't get any, but just in case)
    • not add documentation for dimming throttling.. should probably do that... but it's 1:30am, so... tomorrow (probably?)
  • v0.5 05/08/2024

    GM_config style and saving updates (mostly I think? I don't remember what commit my local copy was at when I last updated it here...)

  • v0.4 04/08/2024

    TRUE PROFESSIONAL style updates and formatting, slightly modified about / settings descriptions, added screenshot of accessing GM_config settings

  • v0.3 04/08/2024

    Fix bugs with new async GCM config getter

  • v0.2 04/08/2024

    Updated with "YouTube" in the name for better visibility

  • v0.1 04/08/2024