Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Pepsidude

Pages: 1 ... 20 21 22 23 24 [25] 26 27 28 29 30 ... 186
361
Off Topic / Re: Post the size of your downloads folder.
« on: May 25, 2012, 10:09:38 PM »


by the way don't go to that website. I'm too lazy to edit the picture.

362
Off Topic / Re: guys i need a new mlp thread blocker
« on: May 25, 2012, 09:55:30 PM »
Eh, maybe people just don't want to see it. I don't get why its an issue.

Code: [Select]
// ==UserScript==
// @name         Ignore Pony Topics
// @version      0.1.1
// @description  Ignore Pony topics, too.
// @include      http://forum.blockland.us/index.php?board=*
// @copyright    2012+ Iban
// ==/UserScript==

var tables = document.getElementsByTagName('table'), matchClass = "bordercolor", badRows = new Array();

for(var i = 0; tables.length; i++)
{
if((" "+tables[i].className+" ").indexOf(" "+matchClass+" ") > -1) {
var rows = tables[i].getElementsByTagName('tr');

for(var j = 0; j < rows.length; j++) {
var cells = rows[j].getElementsByTagName('td');

if(cells[1].innerHTML.search(/pony/i) > -1) {
badRows.push(rows[j]);
}
}

// Google Chrome intelligently places a <tbody> in the <table>.
// However, the original SMF code does not have the <tbody>
// Cover our ass.

var tbody = tables[i].getElementsByTagName('tbody');

for(var k = 0; k < badRows.length; k++) {
if(tbody.length) {
tbody[0].removeChild(badRows[k]);
}

// No <tbody>, remove straight from the <table>
else {
tables[i].removeChild(badRows[k]);
}
}

break;
}
}

363
My parents don't know I'm an athiest. :S
My mom does, and she found out via facebook because I had it as my religion.

she made me change it back to like Methodist or some stuff.

364
Why do religious videos and copypastas randomly go to ALL CAPS MODE? For example

Quote
You just have TO BELIEVE that HE WILL save YOU

365
Off Topic / Re: SCP Megatopic - Gojira wants to ride 682.
« on: May 25, 2012, 03:48:15 PM »
What the hell is with the SCP-173 Rule 34.

seriously just what

its a loving homicidal statue

366
Off Topic / Re: What you dream about last night?
« on: May 25, 2012, 03:42:28 PM »
I had a dream that some superpower launched an ICBM at a Meteor, which then broke up into a bunch of little pieces that bombarded the earth, sending the world into a Nuclear Winter.

367
Off Topic / Re: What the actual forget, YouTube?
« on: May 25, 2012, 01:58:33 AM »
give me LINK NOW.
Firefox or Chrome?

368
Gallery / Re: Builds that don't deserve their own thread
« on: May 25, 2012, 01:57:44 AM »
More Pics. Changed the Planes to P-51's too.






369
General Discussion / Re: when bl V21 will comme out?
« on: May 24, 2012, 05:56:03 PM »

370
Off Topic / Re: Went to a tea party with Squideey
« on: May 24, 2012, 03:14:32 PM »
But the cups would appear to be empty.

371
Gallery / Re: Builds that don't deserve their own thread
« on: May 24, 2012, 02:39:33 PM »
Just made a dogfight in an hour or two.



Red base is pretty identical.

372
Off Topic / Re: What day do/did you get out of school?
« on: May 24, 2012, 10:36:31 AM »
May 30th, and all work stopped on May 23rd. Unfortunately I've still got work to do.

373
Off Topic / Re: SCP Megatopic - Gojira wants to ride 682.
« on: May 24, 2012, 10:24:47 AM »

374
Off Topic / Re: Does my sig make my ego look huge?
« on: May 24, 2012, 10:23:48 AM »
Yeah, Kinda.

375
Off Topic / Re: Databending
« on: May 24, 2012, 10:20:59 AM »
I remember doing this a few weeks ago. Stuff's cool.


Pages: 1 ... 20 21 22 23 24 [25] 26 27 28 29 30 ... 186