darkreader / darkreader

Dark Reader Chrome and Firefox extension
https://darkreader.org/
MIT License
19.5k stars 2.4k forks source link

[Broken Website] invisible boost button in mastodon #10358

Open mcnesium opened 1 year ago

mcnesium commented 1 year ago

Broken Website Report

Website Address

e.g. mastodon.social

Steps To Reproduce

log in to a mastodon account set the interface to light mode enable dark reader look at a post

Problematic Observation

the boost button is not being inverted and thus invisible

Screenshots

default mode Screenshot from 2022-11-22 16-13-31

inverted by dark reader Screenshot from 2022-11-22 16-13-17

System Information

Linux, Firefox 107, Dark Reader v4.9.60

Gusted commented 1 year ago

Hi @mcnesium,

Due to the nature of mastodon(having a lot of instances), it has to be fixed within Dark Reader, however I'm not able to pinpoint the bug down. I would recommend to use the built-in dark mode for now.

samcarter commented 1 year ago

@mcnesium I had the same problem on fosstodon.org . My current workaround is to use a stylus style/userscript with:

@-moz-document domain("fosstodon.org") {
  button.icon-button i.fa-retweet::before {
    display: inline-flex !important;
  }
}

to make the button visible again.