Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- /* Custom favicon for this bookmark, cmt not needed */
- .bookmark-item[label="iPad VLC"] image {
- padding: 0 0 16px 16px !important;
- background:url("VLC.ico") !important;
- background-size: 16px !important;
- },
- /* hide Audio/Mute Button. default size is 12px, site icon is 16px */
- #TabsToolbar {
- --user-mute-button-height: 20px;},
- /* reorder save image context list */
- #context-saveimage
- {
- -moz-box-ordinal-group: 0 !important;
- },
- #context-copyimage
- {
- -moz-box-ordinal-group: 1 !important;
- },
- /* Hide Items in bookmark menu list */
- #BMB_bookmarksToolbar,
- #BMB_unsortedBookmarks,
- /* Hide Items in toolbar context list */
- #placesContext_openBookmarkContainer\:tabs,
- #placesContext_openSeparator,
- #placesContext_new\:bookmark,
- #placesContext_new\:separator,
- /* Hide Items in webpage context list */
- #context-back,
- #context-forward,
- #context-reload.menuitem-iconic,
- #context-bookmarkpage,
- #context-navigation,
- #context-savepage,
- #context-pocket,
- #context-selectall,
- #context-sep-selectall,
- #context-take-screenshot,
- #context-sep-screenshots,
- /* Hide Items in link context list */
- #context-openlinkinusercontext-menu,
- #context-savelinktopocket,
- #context-sep-sendlinktodevice,
- #context-searchselect,
- #frame-sep,
- /* Hide Items in text box context list */
- #context-undo,
- #context-redo,
- #context-sep-redo,
- #context-delete,
- #context-sep-selectall,
- #spell-dictionaries,
- #context-sep-bidi,
- /* Add separator image link context list */
- /* Hide Items in image context list */
- #context-sendimage,
- #context-sep-setbackground,
- #context-setDesktopBackground,
- #context-sep-ctp,
- /* Hide Items in url context list */
- .urlbar-input-box
- .textbox-contextmenu
- menuitem:is([cmd="cmd_undo"], [cmd="cmd_redo"], [cmd="cmd_delete"],[cmd="cmd_selectAll"])
- .urlbar-input-box .textbox-contextmenu menuitem[cmd="cmd_redo"] + menuseparator {
- display: none !important;
- },
- /* Hide Items in tab context list */
- #context_openANewTab,
- #context_reloadTab,
- #context_bookmarkTab,
- #context_moveTabOptions,
- .share-tab-url-item,
- #context_reopenInContainer,
- #context_selectAllTabs,
- #context_closeTab,
- #context_closeTabOptions,
- #context_undoCloseTab,
- #context-markAsUnread + menuseparator,
- #context_openANewTab + menuseparator,
- #context_selectAllTabs + menuseparator
- {display: none !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement