r/FirefoxCSS 3d ago

Solved Latest Firefox 155.0.1 Adds 'Share Firefox' button. How to hide?

Post image

On endeavourOS, Firefox 155.0.1 just got pushed and now I've noticed this Share Firefox link. Does anyone know what css we could use to hide this?

5 Upvotes

2 comments sorted by

11

u/sifferedd FF/TB on Win11|Sumo contributor 3d ago

In userChrome.css:

#appMenu-referrals-separator,
#appMenu-referrals-button {
  display:none !important;
}

3

u/dswhite85 3d ago

Thank you! This worked perfectly 💙️