Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(YouTube): Monochrome thumbnails #3531

Open
3 tasks done
MaxVonMustermann opened this issue Aug 12, 2024 · 2 comments
Open
3 tasks done

feat(YouTube): Monochrome thumbnails #3531

MaxVonMustermann opened this issue Aug 12, 2024 · 2 comments
Labels
Feature request Requesting a new feature that's not implemented yet

Comments

@MaxVonMustermann
Copy link

Feature description

There are several browser plugins that not only replace YouTube-thumbnails, but make thumbnails (whether it is the originals or altered ones), completely monochrome. Maybe an additional button for filtering out colors from thumbnails is potentially possible.

Motivation

I hope this feature is not too hard to implement. It would help focussing more on decent content than focus on colorful clickbait.
It helped me a lot to have this feature on my PC and other devices, only my phone does not support it, making doomscrolling more of a danger there.
Therefore, I hope other people would benefit as well.

Acknowledgements

  • I have checked all open and closed feature requests and this is not a duplicate
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@MaxVonMustermann MaxVonMustermann added the Feature request Requesting a new feature that's not implemented yet label Aug 12, 2024
@LisoUseInAIKyrios
Copy link
Contributor

This could be done if the thumbnails were loaded using a localhost proxy http server, and the proxy fetches the image, modifies the image, then hands it to the YT app calling in.

I had this idea working with Alternative thumbnails, where a locally running thin http server and it worked well, but gave up because the calling YT Cronet classes require https for all connections. To work with https requires bundling a https certificate, or requires adding a manifest entry to allow unsecure http (which will never work for root installs). Most of that code is here. Maybe it's possible to patch the Cronet classes to force allow unsecure http, and if that is possible then this idea could work again.

Instead of a pure black and white filter, it would be nice to add simple image detection and suppress the contrast only from obnoxious thumbnails that have bright fake colors and look like it was made by a child with MS Paint.

@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat: YouTube monochrome thumbnails feat(YouTube): Monochrome thumbnails Aug 12, 2024
@MaxVonMustermann
Copy link
Author

Maybe having both, a pure black and white filter for all video thumbnails as well as a "scale down color" feature would be great, if implemented! I hope to see this feature one day! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet
Projects
None yet
Development

No branches or pull requests

2 participants