piroor / treestyletab

Tree Style Tab, Show tabs like a tree.
http://piro.sakura.ne.jp/xul/treestyletab/
Other
3.48k stars 279 forks source link

I keep selecting "Close Other Tabs" by accident :( plz add way to customize context menu or a way to disable this option. #2487

Closed manintan closed 4 years ago

manintan commented 4 years ago

Short description

Steps to reproduce

  1. Start Firefox with clean profile.
  2. Install TST.

Expected result

Actual result

Environment

piroor commented 4 years ago

You can customize visibility of context menu commands on the sidebar via userChrome.css. I've added a code snippet:

https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#for-userchromecss https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#hide-context-menu-items-in-the-sidebar-2116

piroor commented 4 years ago

Sorry but I won't add explicit options for those context menu commands implemented as fake of Firefox's native commands. This is one of design decisions on TST: poor-customizabilities around features faking Firefox's one. On most cases TST doesn't provide options for a feature if Firefox doesn't provide options for the original feature, especially cases having workarounds like my previous comment.