xfdyd / -

博客
1 stars 0 forks source link

userChrome.css for Firefox #6

Open xfdyd opened 3 years ago

xfdyd commented 3 years ago

userChrome.css for Firefox

2023.5.8。继续去除扩展“Offline QR Code Generator”的右键菜单。 2023.4.19。去除扩展“Offline QR Code Generator”的右键菜单。 2023.3.19。去除v111新右键菜单:“使用upcheck下载此链接”。 2021.5.25。主要去除tampermonkey右键菜单。 2021.4.25。火狐更新到v88,修复了打印个别PDF时页面缩小的问题,但是也带来了新的右键冗余,于是更新了火狐样式文件。 在Ubuntu 16.04下,“userChrome.css”文件名字母大小写都不能错。下面是文件内容。此网站自动隐藏了部分“*”符号,使得代码不能正常运行,仅供参考。

xfdyd commented 1 year ago

/ 火狐定制 /

urlbar { font-size: 16px !important; } /地址栏字体增大 /

/ 右键菜单简化 /

/ 标签页右键 /

context_sendTabToDevice, / 把标签页发送到设备 /

context_sendTabToDevice_separator, / 把标签页发送到设备 上的分隔线 /

context_reloadTab, / 重新载入标签页 /

/ #context_reloadAllTabs, 重新载入全部标签页 / /#context_bookmarkAllTabs, 将全部标签页加为书签/ / #context_openTabInWindow, /

/ #toolbar-context-reloadAllTabs, / / #toolbar-context-bookmarkAllTabs, / / #toolbar-context-undoCloseTab, /

context_tabViewMenu, / 移至组 /

context_closeTab, / 关闭标签页 /

context_openTabInWindow, / 移动到新窗口 /

/书签栏的右键菜单/

placesContext_open\:newwindow,

placesContext_open\:newtab,

placesContext_open,

placesContext_openContainer\:tabs,

placesContext_openSeparator, / 分隔线 /

placesContext_open\:newprivatewindow,

/ 网页右键 /

/==右键 - 字典==/

spell-no-suggestions,

spell-add-to-dictionary,

spell-check-enabled, /拼写检查/

spell-add-dictionaries-main,

spell-dictionaries,

context-openlinkinusercontext-menu, / 容器标签 /

context-keywordfield, / "为搜索加入关键词..." /

/#redirector-context, redirector右键菜单 /

context-openlinkintab, / "在新标签中打开链接" /

context-openlink,

context-openlinkprivate, /在新的隐私窗口打开链接/

context-sep-open, /打开新窗口下面的分割线/

context-sep-navigation,

context-navigation,

context-back, / "后退" /

context-forward, / "前进" /

context-stop, / "停止" /

context-reload, / "重新载入" /

context-sep-stop, / "停止"下面的分隔线 /

context-sep-viewbgimage, / "查看背景图片"上面的分隔线 /

context-viewpartialsource-selection, / "查看源文件" /

context-viewpartialsource-mathml, /"View MathML Source" /

context-viewsource, / "查看页面代码" /

context-viewinfo,

context-sep-viewsource,

context-inspect, / "查看元素" /

context-bookmarklink, / "加入收藏夹" /

context-bookmarkpage, / "加书签" /

context-savepage, / "页面另存为" /

context-sendlink, / "发送链接" /

context-sendimage, / "发送图片" /

context-sendvideo, / "发送视频" /

context-sendaudio, / "发送音频" /

context-sendpage, /发送页面/

context-openlinkincurrent, /打开链接/

context-castvideo, /发送视频到设备/

context-sendpagetodevice, /发送页面到设备/

context-sendlinktodevice, /发送链接到设备/

context-print-selection,

context-take-screenshot,

context-media-eme-learnmore + menuseparator,

context-sep-sendpagetodevice,

context-sep-sendlinktodevice,

inspect-separator,

spell-separator,

passwordmgr-items-separator,

frame-sep,

context-sep-bidi,

context-sep-selectall,

context-media-eme-separator,

firefox_tampermonkey_net-menuitem-_root,

context-sep-screenshots,

context-downloadlink, /使用upcheck下载此链接/

/ Offline QR Code Generator /

offline-qr-code_rugk_github_io-menuitem-_qr-convert-text-selection,

offline-qr-code_rugk_github_io-menuitem-_qr-convert-link-text-selection,

offline-qr-code_rugk_github_io-menuitem-2,

offline-qr-code_rugk_github_io-menuitem-4

{display: none !important;}

xfdyd commented 1 year ago

文件下载:

xfdyd commented 1 year ago

userChrome.zip

xfdyd commented 1 year ago

user Chrome