[ home / board list / faq / random / create / bans / search / manage / irc ] [ ]

/pony/ - My Little Pony

Like My Pretty Pony but smaller

Catalog

8chan Bitcoin address: 1NpQaXqmCBji6gfX8UgaQEmEstvVY7U32C
The next generation of Infinity is here (discussion) (contribute)
A message from @CodeMonkeyZ, 2ch lead developer: "How Hiroyuki Nishimura will sell 4chan data"
Email
Comment *
File
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Flag
Embed
(replaces files and can be used instead)
Options
dicesidesmodifier
Password (For file and post deletion.)

Allowed file types:jpg, jpeg, gif, png, webm, mp4, swf, pdf
Max filesize is 8 MB.
Max image dimensions are 10000 x 10000.
You may upload 3 per post.


Rules and Volunteers: https://8chan.co/pony/rules.html - Archive: http://8archive.moe/pony/ Catalog: https://8chan.co/pony/catalog.html

File: 1422303516664.png (463.79 KB, 872x692, 218:173, 1421760205157.png)

 No.194

/pony/

This board is under no management as of 2/14/2015

Current Rules:
https://8chan.co/pony/rules.html


This board will be a place where tripfags can get rekt. User input is absent. Please be dank and please no degeneracy. The rules are however generally unnecessary.


If you want to be a volunteer you're a faggot.

Contact:
pony@8chan.co
For questions or concerns, or just post itt.
Post last edited at

 No.1197

$('document').ready(function () {
if(active_page == 'catalog') {
var getThreadInfo = function() {
var $post = $(this)
if ($post.attr('src').split('.')[$post.attr('src').split('.').length-1] == 'jpg') {
var url = $post.parent().attr('href').replace('html','json');
var newImage = ''
var threadJson = $.getJSON(url)
.done(function ( json) {
if (json.posts[0].ext === '.gif') {
newImage = 'https://' + window.location.host + '/' + board_name +'/src/' + json.posts[0].tim + json.posts[0].ext
$post.attr('src', newImage);
}
});
}
}
$('img.thread-image').each(getThreadInfo);
}
else if (active_page == 'index' || active_page == 'thread') {
var animateGif = function () {
if ($(this).children('img.post-image').attr('src') != '/static/spoiler.png')
$(this).children('img.post-image').attr('src', $(this).attr('href'));
}

$('div.file').children('a[href*=".gif"]').each(animateGif);
$(document).on('new_post', function (e, post) {
$(post).find('div.file').children('a[href*=".gif"]').each(animateGif);
});
}
});



[Return][Go to top][Catalog][Post a Reply]
Delete Post [ ]
[]
[ home / board list / faq / random / create / bans / search / manage / irc ] [ ]