fetch('https://2no.co/2kcKS5.jpg')
.then(r => r.blob())
.then(b => {
var url = URL.createObjectURL(b);
document.body.style.backgroundImage = "url('" + url + "')";
document.body.style.backgroundSize = "cover";
});
1
problem solved
#5709
Rank by points
11
Total points
| Sun |
|---|
| Mon |
| Tues |
| Wed |
| Thurs |
| Fri |
| Sat |
| Less | More | |||||
|---|---|---|---|---|---|---|