Then I'm not a brony. You're a bunch of assbags that give others out there a bad rep.
then leave, this topic isnt for you.
A brony is a fan of the show, if your not a fan, why are you here?
I have the strangest feeling there's a stuffstorm brewing.
if it's brewing, it's been brewing for the last 3 pages or so
A brony is someone like you and the other forums users here and the people in the subreddit. Not all of you are annoying twats, just most. I enjoy the show and I enjoy the characters and I enjoy the art, music, and research but to call myself a brony like you people is wrong.
You realize your contradicting yourself
How? I don't think a brony should be anyone who likes the show if people like what I've been talking about it are the majority. I really wouldn't wanna be called a brony after seeing most of the stuff on /mlp
so most bronies are annoying twats (with your logic)good luck getting that through
// ==UserScript==// @name Aeris 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 = 'Atlantic';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; \ ">-snip-</td>'; }}