个人小站

userChrome.css

字数统计: 300阅读时长: 1 min
2021/08/07

很久没用火狐了,我印象里这个最新版的能用,但我记忆力毕竟像🐟 -2021-08-06
其实还是推荐用stylish的

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*标签最小宽度*/ 
.tabbrowser-tab{min-width:50px !important;}

/*书签下拉菜单的最大宽度*/
menu.bookmark-item, menuitem.bookmark-item { max-width: 20em !important; }

/*书签栏下拉列表中去除"打开所有书签"以及横线,ubuntu去除书签栏文件夹图标旁的小箭头*/
.bookmark-item[container] > .toolbarbutton-menu-dropmarker,.openintabs-menuitem,.bookmarks-actions-menuseparator{display: none !important;}

/*处理小箭头*/
#PersonalToolbar .toolbarbutton-1:not(#greasemonkey-tbb):not(#ipbuttons-toolbar) dropmarker{display: none !important;}
#greasemonkey-tbb dropmarker{height:22px !important;width:22px !important;margin-left:-22px!important;display:inline!important;opacity:0;}
#ipbuttons-toolbar dropmarker{height:22px !important;width:22px !important;margin-left:-22px!important;display:inline!important;opacity:0;}


/*右键菜单去除设置桌面背景*/
#context-sendimage,#context-setDesktopBackground{display: none !important;}

/*新标签页*/
@-moz-document url("about:newtab") {
.newtab-title{text-align:center !important;}
.newtab-cell {opacity: 0.4 !important;}
.newtab-cell:hover {opacity: 1 !important;}
body{
background-size:cover !important;
background-image: url("file:///d:/XX/wall.jpg") !important;
}
#newtab-margin-bottom{opacity:0;}
#newtab-search-container,#newtab-margin-undo-container{display: none !important;}
}

请注意背景图片地址请自行设置

原文作者:ted423

原文链接:http://ted423.github.io/Browser/userChrome.css/

发表日期:August 7th 2021, 12:32:01 am

更新日期:September 22nd 2015, 5:13:00 pm

版权声明:本站原创内容(一般是语句不通顺的那种)采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可,转载内容以及不带个人观点的分享不在此例,摘抄有Wiki的内容的文章统一根据Wiki采用 CC BY-SA 3.0

CATALOG