Puts a background of the users choice on Tumblr's dashboard.
Tumblr Background by pomesa
Details
Authorpomesa
LicenseNo License
Categorywww.tumblr.com
Created
Updated
Size906 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I (pomesa) keep updating this since tumblr keeps breaking the original by the author listed
Source code
/* ==UserStyle==
@name www.tumblr.com/ - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Puts a background of the users choice on Tumblr's dashboard.
@author supernalsaccade
==/UserStyle== */
@-moz-document url-prefix("https://www.tumblr.com/") {
/*.D5eCV .ZkG01*/
.c9lq9 {
/* Place the URL of your background image in the quotes " " down here vvv */
background-image: url("https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fwallpapercave.com%2Fwp%2Fwp1834663.jpg&f=1&nofb=1&ipt=38cef22643a1781bb26d2cb04c5195e67b09c2f5a90d29123da4fd12cbb0e862&ipo=images") !important;
background-size: cover !important;
background-attachment: fixed, scroll !important;
background-position: top !important;
background-repeat: repeat !important;
background-color: #fff !important;
}
}