Welcome to Twibooru! Anonymous posting only; no content restrictions beyond pony-related and legal; comments are disabled by default (Settings -> Comments). Read me!
Uploaded by Anonymous #B3E2
 314x35 PNG 11 kB
Size: 314x35 | Tagged: safe, artist:bastler, derpibooru import, oc, oc:comment, oc:downvote, oc:favourite, oc:upvote, ponified, unofficial characters only, alicorn, earth pony, pegasus, pony, unicorn, derpibooru, arrow, comments, derpibooru ponified, meta, ponycon, stars

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";
});

safe2384986 artist:bastler381 derpibooru import2805777 oc1078493 oc:comment140 oc:downvote563 oc:favourite142 oc:upvote193 ponified55200 unofficial characters only670124 alicorn332707 earth pony432830 pegasus495588 pony1511486 unicorn533941 derpibooru10004 arrow3067 comments380 derpibooru ponified942 meta22429 ponycon157 stars24866