-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Use official Messenger dark mode #1459
Comments
Thanks for pointing that out however Messenger is rolling out a major UI redesign which will break (and is already breaking) almost all of Caprine features. This is currently a priority for us, including fixing the current way we handle dark mode. We will look into this option in the future but in my opinion, we should wait for Messenger.com to get native dark mode instead of hacking around facebook.com/messages. |
Waiting might be in vain, messenger.com does not have dark mode for quite a lot of time now, compared to facebook.com/messages. Hopefully messenger.com will also get the facelift, yet I doubt that. |
as a workaround based on @dexter93 answer, trigger dev tools with F12 and add |
If there would be a way to execute JS on startup this would apply this class automatically: |
@dexter93 thanks for that awesome info. That seems to work on new design only since I have the old design of messenger and it doesn't work. I'd like to ask @CvX about this. If this actually works on the new design, we could ditch our dark mode altogether and just add patches that we'd like to the both dark mode and light mode. Of corse, we'll keep custom CSS feature there. |
no probs. I got tired of eye bleeding white so I took a look deeper you can pull my current dark mode enabled commits here and try it out |
@dusansimic commented on 2020. dec. 8. 12:10 CET:
Seems like that's already is happening. And dark mode is broken already. |
FYI, I currently have a dark mode enabled messenger.com. Is the features breaking problem including notifications in Caprine not working? |
The fix is merged into master so dark mode will work on next Caprine update. |
Facebook actually has an official dark mode for Messenger. Take a look https://www.facebook.com/messages/ go there with dark mode on facebook.com. Then there is an iframe with a token (if you want to hide the facebook bar) and that iframe is messenger.com in dark mode. This even has stickers and gifs in dark mode and should be easy to implement
The text was updated successfully, but these errors were encountered: