Skip to content

Instantly share code, notes, and snippets.

View Solenfw's full-sized avatar
🐶

Geeka Solenfw

🐶
View GitHub Profile
@Solenfw
Solenfw / newTabBackgroundSingle.css
Last active January 13, 2025 17:44 — forked from drequeary/newTabBackgroundSingle.css
Changes new tab background for Firefox.
/*File called userContent.css*/
@-moz-document url("about:newtab"), url("about:home"), url(about:privatebrowsing) {
/* Sets background image and autoscale image to browser window. */
body{
background-image: url("") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-position-x: center !important;