Off Topic > Off Topic

My Little Pony: Friendship for Blockheads: General V2

Pages: << < (18040/34068) > >>

brawlman14365:

http://userstyles.org/styles/59457/blockland-light-2
lol king when did you ever make a userstyle
edit:
oh so this is what that was
me likes it

Kingdaro:

twice

lol

--- Code: ---// ==UserScript==
// @name       LT Removal
// @namespace  http://forum.blockland.us/
// @version    0.1
// @description  something useful
// @include    http://forum.blockland.us/*
// @copyright  2012+, Kingdaro
// ==/UserScript==

// var postForm = document.getElementById('quickModForm');
var posts = document.getElementsByTagName('td');
var n = '36235';

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

if (str.search(n)>-1){
if (v.className=='windowbg' || v.className=='windowbg2'){
posts[i].innerHTML = '<div style=" \
text-align:center; \
">-snip-</div>';
}
}
}

--- End code ---

it is now open source

you forget with it i'm done with this stuff i have a headache

Jacob 123456789:


--- Quote from: Kobewarrior on January 19, 2012, 12:31:26 AM ---you have no proof, outsider.

--- End quote ---

--- Quote from: Jacob 123456789 on January 19, 2012, 12:32:30 AM ---I am not an outsider, I just keep quiet about it instead of flaunting my being a brony

--- End quote ---
pageloss

Kobewarrior:


--- Quote from: Jacob 123456789 on January 19, 2012, 12:32:30 AM ---I am not an outsider, I just keep quiet about it instead of flaunting my being a brony

--- End quote ---
I was not pointing out at your broniess.
I was pointing at your strength. Let us test thy power with a game of chess.

Jacob 123456789:


--- Quote from: Kobewarrior on January 19, 2012, 12:34:32 AM ---I was not pointing out at your broniess.
I was pointing at your strength. Let us test thy power with a game of chess.

--- End quote ---
no

love

Pages: << < (18040/34068) > >>

Go to full version