there is a higher power

Nightshade
Posts: 17020
Joined: Fri Dec 01, 2000 8:00 am

Re: there is a higher power

Post by Nightshade »

tnf wrote:backpeddla.
:olo:

I love the fact that piddla's so ridiculously stupid he can't do anything but point out your occupation. :dork:
Duhard
Posts: 6216
Joined: Sat Dec 11, 1999 8:00 am

Re: there is a higher power

Post by Duhard »

...posing next to a friend's rented R1 :olo:
User avatar
plained
Posts: 16366
Joined: Thu Jun 13, 2002 7:00 am

Re: there is a higher power

Post by plained »

S@M wrote:
MKJ wrote: bitter tears!
Great Song by INXS
i fucking love inxs!

all that aggressive guitar playing using clean guitar tone :drool:

and funky as fuck!
it is about time!
HM-PuFFNSTuFF
Posts: 14375
Joined: Thu Mar 01, 2001 8:00 am

Re: there is a higher power

Post by HM-PuFFNSTuFF »

riddla wrote:for the record, now that everyone can ignore plained for skirting the rules and being a general all around douchebag I'll now gladly step down off my stealth soapbox since there's no longer a need. lol.
END OF TEST
HM-PuFFNSTuFF
Posts: 14375
Joined: Thu Mar 01, 2001 8:00 am

Re: there is a higher power

Post by HM-PuFFNSTuFF »

THAT MEANS NOTHING
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Re: there is a higher power

Post by Fender »

HM-PuFFNSTuFF wrote:END OF TEST
More like END OF DIET.
User avatar
plained
Posts: 16366
Joined: Thu Jun 13, 2002 7:00 am

Re: there is a higher power

Post by plained »

i feel kinda confused about you fender i had no idea it was that harsh.

ey even tho i dont quite remember wtf i srys to have caused you so much grief i guess :shrug:
it is about time!
Doombrain
Posts: 23227
Joined: Sat Aug 12, 2000 7:00 am

Re: there is a higher power

Post by Doombrain »

thank doomer for foe lists :olo:
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Re: there is a higher power

Post by seremtan »

Duhard wrote:
seremtan wrote:you're on the ignore list of every woman on the planet

1v0? :olo:
God I'm glad I'm on the ignore list of your ex-wife :olo:
so is she, smokey the binman :olo:
R00k
Posts: 15188
Joined: Mon Dec 18, 2000 8:00 am

Re: there is a higher power

Post by R00k »

plained wrote:i feel kinda confused about you fender i had no idea it was that harsh.

ey even tho i dont quite remember wtf i srys to have caused you so much grief i guess :shrug:
People ignoring you doesn't mean you upset them. It means your posts are worthless to them. There's a difference.

Since you claim not to care so much about what anyone thinks of you, I'm surprised you're making so many comments about people not caring to read your posts.

You finally realizing that it's not a matter of 'upsetism'?
User avatar
plained
Posts: 16366
Joined: Thu Jun 13, 2002 7:00 am

Re: there is a higher power

Post by plained »

still hurt ey?

yea i bet ur surprized alot.

still tho even tho ur opinion is worthless its still ur right to make a dumb sounding paragraph about it man :up:
it is about time!
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Re: there is a higher power

Post by Fender »

Kinda glad R00k quoted that so I could see it. He explained it exactly correctly.
I skipped plained and riddla posts before. Now I don't even know they exist.
User avatar
plained
Posts: 16366
Joined: Thu Jun 13, 2002 7:00 am

Re: there is a higher power

Post by plained »

:olo: whatever comfort steps you need to take to feel better right?

all the power to you man! like i say disapointed we couldnt work things out and you had to take such a drastic measure to avoid my posts.

but to be fair youve never been very kind to me anyways so i guess you had ur mind made up bout me long ago :shrug:

ey i think ur being a imature idiot but thats my opinion.
it is about time!
R00k
Posts: 15188
Joined: Mon Dec 18, 2000 8:00 am

Re: there is a higher power

Post by R00k »

You know he can't see that.

Talk about 'upsetism.' :dork:
Grudge
Posts: 8587
Joined: Mon Jan 28, 2002 8:00 am

Re: there is a higher power

Post by Grudge »

from what you guys are writing, it seems like plained is quite upset

also, lol
Duhard
Posts: 6216
Joined: Sat Dec 11, 1999 8:00 am

Re: there is a higher power

Post by Duhard »

seremtan wrote:so is she, smokey the binman :olo:
Great, "The Thing" has ignored me...awesome times :olo:
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Re: there is a higher power

Post by seremtan »

now it's just you and your mouse hand, Pullhard :olo:
User avatar
shaft
Posts: 12473
Joined: Fri Dec 10, 1999 8:00 am

Re: there is a higher power

Post by shaft »

I'm too awesome to ignore.
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Re: there is a higher power

Post by seremtan »

did someone just post before this one?
User avatar
shaft
Posts: 12473
Joined: Fri Dec 10, 1999 8:00 am

Re: there is a higher power

Post by shaft »

awesomeness > ignore
Massive Quasars
Posts: 8696
Joined: Fri Dec 15, 2000 8:00 am

Re: there is a higher power

Post by Massive Quasars »

Fender wrote:
Fender wrote:Anyone good enough w/ Javascript to write a greasemonkey script to completely remove that row so I don't even have to know those two morons have posted in a thread? I haven't done much DOM manipulation except to remove simple ads.
Download the FF extention here: http://www.greasespot.net/

This should do the trick. Not the best code, reg exp would work better, but this was quick and dirty.

// ==UserScript==
// @name q3w ignored users
// @namespace fender.net
// @description remove ignored users completely
// @include http://www.quake3world.com/forum/*
// ==/UserScript==

tables = document.getElementsByTagName("table");
for (t = 0; t < tables.length; t++) {
table = tables[t];
for (r = 0; r < table.rows.length; r++) {
row = table.rows[r];
for (c = 0; c < row.cells.length; c++) {
cell = row.cells[c];
text = cell.innerHTML;
part1 = text.indexOf('This post was made by');
if (part1 != -1) {
part2 = text.indexOf('who is currently on your ignore list.');
if (part2 != -1) {
part3 = text.indexOf('Display this post');
if (part3 != -1) {
table.deleteRow(r);
}
}
}
}
}
}
Works partially, but fucks up, leaves the line there with the report icon and also deletes your post from this thread specifically.
User avatar
plained
Posts: 16366
Joined: Thu Jun 13, 2002 7:00 am

Re: there is a higher power

Post by plained »

:olo:
it is about time!
User avatar
GONNAFISTYA
Posts: 13369
Joined: Sun Jan 23, 2005 8:20 pm

Re: there is a higher power

Post by GONNAFISTYA »

Doombrain wrote:thank doomer for foe lists :olo:
So have you listed me as "foe" yet? You stupid fag.
Doombrain
Posts: 23227
Joined: Sat Aug 12, 2000 7:00 am

Re: there is a higher power

Post by Doombrain »

GONNAFISTYA wrote:
Doombrain wrote:thank doomer for foe lists :olo:
So have you listed me as "foe" yet? You stupid fag.
nope, fat cunt.

you can't list me, i'm a mod :olo:
User avatar
GONNAFISTYA
Posts: 13369
Joined: Sun Jan 23, 2005 8:20 pm

Re: there is a higher power

Post by GONNAFISTYA »

:olo:
Locked