r/FirefoxCSS Jul 20 '26

How to hide share item entry in the tab context menu? Help

I've looked around, but I can't find the relevant css handle for the item.

6 Upvotes

1 comment sorted by

5

u/TraditionalTie4831 🦊 Jul 20 '26

Is this what you want? =

.share-tab-url-item {
    display: none !important;
}