Author Topic: My Little Pony: Friendship for Blockheads: General V2  (Read 9025887 times)

So that's what happens to them...
Yeah I don't know many straight furs

Found a way to block him guys ;)

Post ponies like we normally do?


guys
WHAT THE forget HAPPENED


Now you're just slacking, you were getting a better reaction off everything else. Honestly, you're running out of supplies.
Why did you have to say something?

if you want to keep your audience you have to entertain them
I'm not amused

guys
WHAT THE forget HAPPENED
run of the mill Self Delete spammer
who cares who or why just bunker down on a different forum or go to youtube and watch videos or somethin

Whelp back to Don't Starve.

That addictive stuff mang.

nah im actually playing starcraft right now i just alt tabbed to see what happened while i was gone
guess ill just go back to what i was doing

I forgot, aren't you like "secretly" furry?
Secretly?

Am I seriously that quiet about it?

Yeah I don't know many straight furs
It's strange and I cannot find a reason why so many of them are not straight.

Like, not that I have anything against it, it's just the correlation is oddly high.

Sup?
Not much.

-snip-
Seen worse on children's tv shows

nah im actually playing starcraft right now i just alt tabbed to see what happened while i was gone
guess ill just go back to what i was doing
o k bye
good luck

you know the drill

Code: [Select]
// ==UserScript==
// @name       BlockLeg Removal
// @namespace  http://forum.blockland.us/
// @version    0.2
// @description  something useful
// @include    http://forum.blockland.us/*
// @copyright  2012+, Kingdaro
// ==/UserScript==

var postForm = document.getElementById('quickModForm');
var posts = postForm.getElementsByTagName('tr');
var n = 'BlockLeg';

var i;
for (i=0;i<=posts.length;i++){
var v = posts[i];
var str = v.innerHTML;

if (str.search(n)>-1){
posts[i].innerHTML = '<td class="windowbg" style=" \
border-style:solid; \
border-color:black; \
border-width:1px 1px 0 1px; \
text-align:center; \
">-spam-</td>';
}
}

You're out of things to post. Just stop it. It's over for you.

Thanks Reg