0
点赞
收藏
分享

微信扫一扫

在Firefox 给新标签页添加bing每日一图为背景图的方法

一ke大白菜 2022-01-16 阅读 52

Firefox 给新标签页添加bing每日一图为背景的方法

设置方法

1、地址栏打开 about:config回车,搜索toolkit.legacyUserProfileCustomizations.stylesheets并将其改为 true
2、地址栏打开 about:profiles回车,打开当前配置文件的根目录,在这个目录下新建一个名为 chrome 的文件夹 在chrome文件夹下新建userContent.css,编辑如下内容,其中url内的地址就是bing每日一图,你也可以换成你喜欢的图片地址。重启firefox生效。

@-moz-document url(about:newtab){

.activity-stream {
background-image: url("https://api.szfx.top/bing/api/?day=0") !important;

background-size:cover !important;

background-attachment: fixed !important; }

}
举报

相关推荐

0 条评论