Shoving the Sproutling AD into the ground, as requested.
Sproutling Gets Buried by scalpelcat
Details
Authorscalpelcat
LicenseNo License
Categoryhttps://www.goatlings.com/
Created
Updated
Size2.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Sproutling Gets Buried
@version 20220412.00.15
@namespace userstyles.world/user/scalpelcat
@description Shoving the Sproutling AD into the ground, as requested.
@author scalpelcat
@license No License
==/UserStyle== */
@-moz-document domain("www.goatlings.com") {
/*==Sproutling Adjustment--
Buries ur Sprout Goat
Code made by Knock_Out on Goatlings
Let me know if anything needs to be added to this, if you do not wish to see it.
As it stands, as the goat is adjusted, the Archive will not be added to this, incase you wish to turn this segment off. Your choice.
*/
}
@-moz-document url-prefix("https://www.goatlings.com/profile") {
/*Profile*/
img[src*="https://www.goatlings.com/images/pets/BeanSprout2.gif"] {
width: 0px;
height: 0px;
padding: 75px;
background: url("https://i.imgur.com/UeG0WCc.png");
background-size: contain;
background-repeat: no-repeat;
}
}
@-moz-document url-prefix("https://www.goatlings.com/pet"), url-prefix("https://www.goatlings.com/mypets/") {
/*Pet/My Pets*/
img[src*="https://www.goatlings.com/images/pets/BeanSprout2.gif"] {
width: 0px;
height: 0px;
padding: 100px;
background: url("https://i.imgur.com/UeG0WCc.png");
background-size: contain;
background-repeat: no-repeat;
}
}
@-moz-document url-prefix("https://www.goatlings.com/inventory/view_action") {
/*Transforming/Using AD*/
img[src*="https://www.goatlings.com/images/pets/BeanSprout2.gif"] {
width: 0px;
height: 0px;
padding: 100px;
background: url("https://i.imgur.com/UeG0WCc.png");
background-size: contain;
background-repeat: no-repeat;
}
}
@-moz-document url-prefix("https://www.goatlings.com/") {
/*Header-Active Pet*/
#active_pet_image img[src*="https://www.goatlings.com/images/pets/BeanSprout2.gif"] {
width: 0px;
height: 0px;
padding: 60px;
background: url("https://i.imgur.com/UeG0WCc.png");
background-size: contain;
background-repeat: no-repeat;
}
}
@-moz-document url-prefix("https://www.goatlings.com/battle/thebattle"), url-prefix("https://www.goatlings.com/battle/over") {
/*Battle/Over*/
img[src*="https://www.goatlings.com/images/pets/BeanSprout2.gif"] {
width: 0px;
height: 0px;
padding: 100px;
background: url("https://i.imgur.com/UeG0WCc.png");
background-size: contain;
background-repeat: no-repeat;
}
}
@-moz-document url-prefix("https://www.goatlings.com/mypets") {
/*My Pets*/
.mypets-pet img[src*="https://www.goatlings.com/images/pets/BeanSprout2.gif"] {
width: 0px;
height: 0px;
padding: 100px;
background: url("https://i.imgur.com/UeG0WCc.png");
background-size: contain;
background-repeat: no-repeat;
}
}