Dim the thumbnails of watched videos on YouTube
Dies sind alle Versionen des Skriptes. Nur Versionen anzeigen, bei denen sich der Quelltext geändert hat.
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)
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
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
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...)
TRUE PROFESSIONAL style updates and formatting, slightly modified about / settings descriptions, added screenshot of accessing GM_config settings
Fix bugs with new async GCM config getter
Updated with "YouTube" in the name for better visibility