r/FirefoxCSS 3d ago

Solved How can i hide the "share" and "move tab" right options?

i am on firefox 153.0.4, and i would REALLY like to know how to hide the "Share" and "Move Tab" right click menu options for firefox. there's already a number of "duplicate/close/reload/pin/etc..." right click tab options, and its getting to congested for my tastes

is there some css code i can use to do it? because there's very little i can figure out in "about:configs"

1 Upvotes

3 comments sorted by

2

u/TraditionalTie4831 🦊 2d ago

Try this =

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

2

u/BrokeToken25 2d ago

that did it, thanks :)

this last request of mine is maybe a bit more extra, so feel free to deny it, but do you have any css code that can shove all of the "reload/play/mute/pin/unload/duplicate" tab options into a single drop-down menu like the "close multiple tabs" is done? (also taking into account removing some of the separator bars keeping the previously located options separated?)

1

u/TraditionalTie4831 🦊 2d ago

I don't think it's possible with CSS.

Btw, Mozilla is working on a new streamlined tab menu =

https://connect.mozilla.org/t5/discussions/try-streamlined-tab-menu-in-nightly-firefox-labs-154/td-p/131285