Good, but...
You didnt remove stylish for android things in style search and etc. Heres code:
and if you want some image instead of empty white box heres another code:
.fallbackImg /*hide annoying fallback image for ads (use adblock for this to work, else ads will appear)*/
{
display: none !important
}
and if you want some image instead of empty white box heres another code:
.us-stylecard--short .fallbackDiv /*short image*/
{
background: url(https://i.imgur.com/qF7hC1o.jpg);
background-size: cover;
background-position: center;
}
.us-stylecard--long .fallbackDiv /*wide image*/
{
background: url(https://i.imgur.com/qF7hC1o.jpg);
background-size: cover;
background-position: center;
}
Comments
Thanks for the feedback. I have a personal style that is far more extensive, but I am not planning on any further additions to this one. The license is public domain, so feel free to re-post with any changes you would like to see.