NOT MY CODE
john lennon ad fills in for phantom fiance!
how to change any goat to any photo youd like: https://www.goatlings.com/forums/view_topic/68037/0
THE BLEATLES - P1 by otakucity

Details
Authorotakucity
LicenseNo License
Categorygoatlings
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name old nyan goat resurrection
@version 20220418.21.01
@namespace userstyles.world/user/jolly
@description NOT MY CODE; using this to replace ads with my goat edits! Just replace the imc src link with the on site image and then the background url link with the desiered edit!
@author jolly
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.goatlings.com/profile/u/89225") {
/*user profile*/
img[src*="https://www.goatlings.com/images/pets/PhantomFiance.gif"] {
padding: 75px; height: 0px; width: 0px;
background: url("https://files.catbox.moe/aee479.png");
background-size: contain;
}
}
@-moz-document url-prefix("https://www.goatlings.com/") {
/*active pet image*/
#active_pet_image img[src*="https://www.goatlings.com/images/pets/PhantomFiance.gif"] {
padding: 62.5px; height: 0px; width: 0px;
background: url("https://files.catbox.moe/aee479.png");
background-size: contain;
}
}
@-moz-document url-prefix("https://www.goatlings.com/mypets"), url-prefix("https://www.goatlings.com/pet/u/376257") {
/*my pets and pet profile*/
img[src*="https://www.goatlings.com/images/pets/PhantomFiance.gif"] {
padding: 100px; height: 0px; width: 0px;
background: url("https://files.catbox.moe/aee479.png");
background-size: contain;
}
}
@-moz-document url-prefix("https://www.goatlings.com/forums"), url-prefix("https://www.goatlings.com/stats") {
/*forum*/
img[src*="https://www.goatlings.com/images/pets/PhantomFiance.gif"] {
padding: 62.5px; height: 0px; width: 0px;
background: url("https://files.catbox.moe/aee479.png");
background-size: contain;
}
}
@-moz-document url-prefix("https://www.goatlings.com/battle") {
/*battle*/
img[src*="https://www.goatlings.com/images/pets/PhantomFiance.gif"] {
padding: 100px; height: 0px; width: 0px;
background: url("https://files.catbox.moe/aee479.png");
background-size: contain;
}
}