NicholasSteele

userChrome CSS file remove menu items in Firefox Ver. 61.0.2

Aug 11th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.19 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. /*Removes Items from Tab Context Menu*/
  4. #context_reloadTab,#context_toggleMuteTab,#context_openTabInWindow,#context_sendTabToDevice_separator,#context_sendTabToDevice,#context_bookmarkAllTabs,#context_closeTabsToTheEnd,#context_closeOtherTabs,#context_undoCloseTab,#context_closeTab,#context_toggleMuteTab+menuseparator,#context_sendTabToDevice+menuseparator,#context_closeOtherTabs+menuseparator,
  5.  
  6. /*Removes Items from Right Click Menu; Diagram here: https://imgur.com/b5gEfUy */
  7. #context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage,#context-navigation,#context-sep-navigation,#context-savepage,#context-pocket,#context-sep-sendpagetodevice,#context-sendpagetodevice,#context-sep-viewbgimage,#context-selectall,#context-sep-selectall,#inspect-separator,
  8.  
  9. /*Removes Items from Right Click on Selected Links Menu; Diagram here: https://imgur.com/e9AaMx3 */
  10. #context-openlinkintab,#context-openlinkinusercontext-menu,#context-openlink,#context-openlinkprivate,#context-sep-open,#context-savelinktopocket,#context-sep-selectall,#context-sendlinktodevice,#inspect-separator {
  11. display: none !important;}
Advertisement
Add Comment
Please, Sign In to add comment