- 4,711
- Posts
- 18
- Years
- Canada
- Seen May 2, 2025
174
ayyyy, lmao
ayyyy, lmao
Translation:
Poop...poop! lolololololololololololololololololol
Parariraparari~ lololololololololololololololol
Nyahahahaha lolololololololololololol
175.
It is clear, however, that 4chan has indirectly had some effect on you.
180.
Yeah, 2ch's grammar is terrible. In reality, that'd sound more like
Borez ta deth, soz
var id = $('a[href^=\'member.php?u=\']').filter(function(x, e) {
return e.href.match(/member\.php\?u\=(\d+)/);
}).attr('href').match(/member\.php\?u\=(\d+)/)[1];'';
var countlinks = $('a[href*=whoposted]');
var countrefs = countlinks.toArray().map(function(l) {
return l.href;
});
var postcount = 0;
$.when.apply($, countrefs.map(function(x) {
return $.get(x);
})).done(function() {
for (var k in arguments) {
postcount += +$('a[href*=' + id + '][href*=search]', arguments[k][0]).text() || 0;
}
alert(postcount);
});