分享

Firefox右键菜单更改方法 - firefox技巧 - Google Firefox观察者

 昵称7FJBn 2008-04-16

Firefox右键菜单更改方法

同过修改userChrome.css文件,此文件在
C:\Documents and Settings\User\Application Data\mozilla\firefox\Profiles\详详细细xxxx.default\chrome\userChrome.css 如果找不到此文件可以自建一个。 将以下内容复制到userChrome.css中!

/* ----------------------------- Context Menu ------------------------------ */

/* --------------------------------- Link ---------------------------- */
/* Open Link in New Window */
#context-openlink {

}
/* Open Link in New Tab */
#context-openlinkintab {

}
/* separator below the "Open Link in ..." items */
#context-sep-open {

}

/* Bookmark This Link... */
#context-bookmarklink {

}

/* Save Link As... */
#context-savelink {

}
/* Copy Email Address */
#context-copyemail {

}
/* Copy Link Location */
#context-copylink {

}
/* separator below the items related to links */
#context-sep-copylink {

}
/* ------------------------------- End Link ---------------------------- */

/* ----------------------------- Images ------------------------------ */
/* View Image */
#context-viewimage {

}
/* Copy Image Location */
#context-copyimage {

}
/* separator below the Copy Image Location item */
#context-sep-copyimage {

}
/* Save Image As... */
#context-saveimage {

}
/* Set As Wallpaper */
#context-setWallpaper {
display: none !important;
}
/* Block Images from this Server */
#context-blockimage {
display: none !important;
}
/* -------------------------- End Images ------------------------------ */

/* --------------------------- Web Page---------------------------- */
/* Back */
#context-back {

}
/* Forward */
#context-forward {
display: none !important;
}
/* Reload */
#context-reload {

}
/* Stop */
#context-stop {
display: none !important;
}
/* separator below the Stop item */
#context-sep-st
op {
display: none !important;
}

/* Bookmark This Page... */
#context-bookmarkpage {
display: none !important;
}
/* Save Page As... */
#context-savepage {
display: none !important;
}
/* View Background Image */
#context-viewbgimage {
display: none !important;
}
/* separator above the View Background Image link */
#context-sep-viewbgimage {
display: none !important;
}
/* ------------------------- End Web Page---------------------------- */

/* -------------------------- Text Box---------------------------- */
/* Undo */
#context-undo {

}
/* separator below the Undo item */
#context-sep-undo {

}

/* Cut */
#context-cut {

}
/* Copy */
#context-copy {

}
/* Paste */
#context-paste {

}
/* Delete */
#context-delete {

}
/* separator below the Delete item, even if the name contains "paste" */
#context-sep-paste {

}

/* Select All */
#context-selectall {

}
/* separator below the Select All item */
#context-sep-selectall {

}
/* ------------------------- End Text Box---------------------------- */
/* Web Search for "foo", if "foo" is selected */
#context-searchselect {

}
/* separator above the This Frame sub-menu */
frame-sep {

}
/* Unfortunately, the Frame sub-menu items don‘t have ids, so you can‘t select them individually.
You should be able to select the whole sub-menu with menu[id="frame"] or #frame. */

/* separator above the items related to the page properties: source, infos, & properties */
#context-sep-properties {

}
/* View Selection Source */
#context-viewpartialsource-selection {

}
/* View MathML Source */
#context-viewpartialsource-mathml {

}
/* View Page Source */
#context-viewsource {

}
/* View Page Info */
#context-viewinfo {

}
/* Properties */
#context-me

tadata {

}

/* ----------------------------- End Context Menu ------------------------------ */

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多