Skip to content

Instantly share code, notes, and snippets.

@asuna
Created October 18, 2012 13:17
Show Gist options
  • Save asuna/3911763 to your computer and use it in GitHub Desktop.
Save asuna/3911763 to your computer and use it in GitHub Desktop.
右键菜单样式
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*清除右键ABP过滤*/
#contentAreaContextMenu .abp-contextmenuitem{display:none;}
#abppa-block-popup{display:none;}
/*清除右键菜单*/
#context-forward, /*前进*/
#context-back, /*后退*/
#context-stop, /*停止*/
#context-sep-stop, /*停止下面的分割线*/
#context-bookmarkpage, /*此页面加入书签*/
#context-sendlink, /*发送链接到*/
#context-sendpage, /*发送页面链接到*/
#context-sep-copyimage, /*复制图片下面的分割线*/
#context-saveimage, /*图片另存为*/
#context-sendimage, /*发送图片到*/
#context-viewinfo, /*查看页面信息*/
#context-setDesktopBackground, /*设置为桌面背景*/
#dwhelper-ctxmenu, /*downloadhelper右键菜单*/
#context-openlink, /*在新窗口打开链接*/
#context-sep-open, /*打开新窗口下面的分割线*/
#context-bookmarklink, /*此链接加入书签*/
#context-sep-selectall, /*全选下面的分割线*/
#spell-check-enabled, /*拼写检查*/
#spell-separator, /*拼写检查分割线*/
#inspect-separator, /*Inspect Element分割线*/
#context-inspect /*Inspect Element*/
{display: none !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment