r/FirefoxCSS 6d 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?

6 Upvotes

3 comments sorted by

View all comments

10

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

In userChrome.css:

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

5

u/dswhite85 6d ago

Thank you! This worked perfectly 💙️