Interested in advertising on Derpibooru? Click here for information!
Use your hooves and trot in to experience the Fediverse with friendship and ponies.

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Description

Wanted to see how my Plushies would look like as Icons. Bigger Picture of Plushies: >>2048541
 
Upvote, Downvote, Favourite and Comment are intellectual property of Arifproject
 
Here’s the javascript code to change them (temporarily): (css embeds didn’t work, got blocked by the content-security-policy)  
@document.querySelectorAll(‘.interaction–fave .fa’).forEach(function(userItem) {  
userItem.style.backgroundImage = “url(‘//derpicdn.net/img/2019/5/25/2048541/thumb_tiny.png’)”;  
userItem.style.overflow = “hidden”;  
userItem.style.backgroundPosition = “0 -20px”;  
userItem.style.backgroundSize = “40px 40px”;  
userItem.style.transform = “scaleX(-1)”;  
});  
document.querySelectorAll(‘.interaction–upvote .fa’).forEach(function(userItem) {  
userItem.style.backgroundImage = “url(‘//derpicdn.net/img/2019/5/25/2048541/thumb_tiny.png’)”;  
userItem.style.overflow = “hidden”;  
userItem.style.backgroundSize = “40px 40px”;  
userItem.style.transform = “scaleX(-1)”;  
});  
document.querySelectorAll(‘.interaction–downvote .fa’).forEach(function(userItem) {  
userItem.style.backgroundImage = “url(‘//derpicdn.net/img/2019/5/25/2048541/thumb_tiny.png’)”;  
userItem.style.overflow = “hidden”;  
userItem.style.backgroundPosition = “-20px 0”;  
userItem.style.backgroundSize = “40px 40px”;  
});  
document.querySelectorAll(‘.interaction–comments .fa’).forEach(function(userItem) {  
userItem.style.backgroundImage = “url(‘//derpicdn.net/img/2019/5/25/2048541/thumb_tiny.png’)”;  
userItem.style.overflow = “hidden”;  
userItem.style.backgroundPosition = “-20px -20px”;  
userItem.style.backgroundSize = “40px 40px”;  
});@

Tags
safe2285581 artist:bastler395 derpibooru exclusive43095 oc1013234 oc only741577 oc:comment147 oc:downvote552 oc:favourite147 oc:upvote206 alicorn337720 earth pony552919 pegasus545201 pony1715010 unicorn589649 derpibooru8196 arrow3215 comments343 derpibooru ponified914 meta18904 ponified54543 ponycon88 stars25714
Source

Comments

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ ~sub~

Detailed syntax guide