Skip to content

goatlings - single goat edit replacement by pies

Details

Authorpies

LicenseNo License

Categorywww.goatlings.com

Created

Updated

Size2.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

this can replace a goat on your profile's picture with something else, i.e. an edit

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/77551") {
/*user profile*/

img[src*="https://www.goatlings.com/images/pets/ForgottenFriend.gif"] { 
    padding: 75px; height: 0px; width: 0px; 
    background: url("https://i.imgur.com/gQ8qFc3.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/ForgottenFriend.gif"] { 
    padding: 62.5px; height: 0px; width: 0px; 
    background: url("https://i.imgur.com/gQ8qFc3.png");
	background-size: contain;
	}
}

@-moz-document url-prefix("https://www.goatlings.com/mypets"), url-prefix("https://www.goatlings.com/pet/u/213286") {
/*my pets and pet profile*/

img[src*="https://www.goatlings.com/images/pets/ForgottenFriend.gif"] { 
    padding: 100px; height: 0px; width: 0px; 
    background: url("https://i.imgur.com/gQ8qFc3.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/ForgottenFriend.gif"] { 
    padding: 62.5px; height: 0px; width: 0px; 
    background: url("https://i.imgur.com/gQ8qFc3.png");
	background-size: contain;
	}
}

@-moz-document url-prefix("https://www.goatlings.com/battle") {
/*battle*/

img[src*="https://www.goatlings.com/images/pets/ForgottenFriend.gif"] { 
    padding: 100px; height: 0px; width: 0px; 
    background: url("https://i.imgur.com/gQ8qFc3.png");
	background-size: contain;
	}
}

Reviews

No reviews yet.