10-19-2023 11:34 AM
Hello Firefox lovers dear, will we have an update in the future with the option to save the sites we add in the collection tab and also options to change the background to a walpapers of our own and still save our shortcuts created also in our mozzila account
10-19-2023 12:21 PM - edited 10-19-2023 12:25 PM
Hello
https://superuser.com/questions/1495946/how-do-i-change-the-background-image-of-home-page-in-firefox
Example
@-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
.click-target-container *, .top-sites-list * {
color: #fff !important ;
text-shadow: 2px 2px 2px #222 !important ;
}
body::before {
content: "" ;
z-index: -1 ;
position: fixed ;
top: 0 ;
left: 0 ;
background: #f9a no-repeat url(Cedar_Mountain_Formation_Yellow_Cat_Fauna.png) center ;
background-size: cover ;
width: 100vw ;
height: 100vh ;
}
}
10-19-2023 07:53 PM
I understood the position, it was just a suggestion, of the great browsers of our daily lives, Firefox is unique in every way.
10-19-2023 09:52 PM
Hello
I voted
Total, 1 kudo , currently
01-01-2024 11:33 PM - edited 01-02-2024 12:07 AM
Hello
Other example
Firefox Color https://addons.mozilla.org/firefox/addon/firefox-color
Custom backgrounds
+
userContent.css
@-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
.click-target-container *, .top-sites-list * {
color: #fff !important ;
text-shadow: 2px 2px 2px #222 !important ;
}
body::before {
content: "" ;
z-index: -1 ;
position: fixed ;
top: 0 ;
left: 0 ;
background: #f9a no-repeat url(Flower_and_tree_drawing.png) center ;
background-size: cover ;
width: 100vw ;
height: 100vh ;
}
}
Advanced Firefox themes engine
https://connect.mozilla.org/t5/ideas/advanced-firefox-themes-engine/idi-p/46174