
| Sound_Mind #184104 1 year ago |
Buck yeah |
| Flammie #184110 1 year ago |
Never give in, Never give up! |
| Rogue-kun #184112 1 year ago |
First flaps in a glorious path |
| Anonymous #184133 1 year ago |
Is that scootaloo |
| Rogue-kun #184135 1 year ago |
@Anon #184133: not it is blank flank dash 8) |
| cromwell15 #184160 1 year ago |
her mane and tail was white! She just colour it with rainbow...
![]() |
| Calbeck #184211 1 year ago |
Nice to see Firefly like this. -:) |
| Anonymous #184238 1 year ago |
>>18775 |
| Aurora_Moon #184432 1 year ago |
this may be a lower-res dupe...but considering the SIZE of the other one, and the lack of a 'resize image' button like e621 has...i say keep this one. why does this site lack a resize button?! |
| redweasel #230663 1 year ago |
this site lacks a resize button because shimmie sux
https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ make a new user script with this:
// ==UserScript==
// @name shimmie resize images
// @namespace images
// @description resize shimmie images so they aren't wider than your screen
// @include http://ponibooru.413chan.net/post/view/*
// ==/UserScript==
document.getElementById('main_image').style.maxWidth = '100%';
|