there is a higher power

User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Re: there is a higher power

Post by seremtan »

expect this to lead to "ha ha i crushed u cuz ur ignoring me" types of lame-itude
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Re: there is a higher power

Post by Fender »

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);
}
}
}
}
}
}
saturn
Posts: 4334
Joined: Mon Mar 06, 2000 8:00 am
Location: The Netherlands

Re: there is a higher power

Post by saturn »

plained wrote:
[xeno]Julios wrote:i'm gonna give plained one more chance. If he continues his idiocy, i'll foe him up.

best foe me now man.

i will never see knowledge as a stack of flash cards in a linier stack.

i cut them up amd fabricate the unimagineable.

its very upsetting.


plus fuc off i doen need ur stinkin chanches .
quoted so that everybody can read plained's post
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Re: there is a higher power

Post by seremtan »

plainerd's a faux foe
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Re: there is a higher power

Post by Fender »

Screenshots so people can see what that code does.

Before:
Image

After:
Image
Fender
Posts: 5876
Joined: Sun Jan 14, 2001 8:00 am

Re: there is a higher power

Post by Fender »

meh... I'm a geek. It was fun. I wanted to get rid of the "Top" row anyway.
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Re: there is a higher power

Post by Foo »

was waiting for TheBoredAndLonely to show up so I could add him too :olo:
User avatar
raw
Posts: 2738
Joined: Tue Nov 16, 1999 8:00 am

Re: there is a higher power

Post by raw »

I ignored everyone who posted before me. >:E
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Re: there is a higher power

Post by +JuggerNaut+ »

Fender wrote:Screenshots so people can see what that code does.

Before:
Image

After:
Image
lol
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Re: there is a higher power

Post by +JuggerNaut+ »

wtf
Grudge
Posts: 8587
Joined: Mon Jan 28, 2002 8:00 am

Re: there is a higher power

Post by Grudge »

I wouldn't exactly call that "stealth" there, bubba
tnf
Posts: 13010
Joined: Tue Mar 13, 2001 8:00 am

Re: there is a higher power

Post by tnf »

plained wrote:
[xeno]Julios wrote:i'm gonna give plained one more chance. If he continues his idiocy, i'll foe him up.

best foe me now man.

i will never see knowledge as a stack of flash cards in a linier stack.

i cut them up amd fabricate the unimagineable.

its very upsetting.


plus fuc off i doen need ur stinkin chanches .
I didn't know you could get this upset here.
User avatar
Captain
Posts: 20410
Joined: Thu Jan 05, 2006 2:50 am

Re: there is a higher power

Post by Captain »

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.
That's awesome. Is there anything FF can't do? :D
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: there is a higher power

Post by MKJ »

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.
but, then you wont be able to flood the void with bitter tears! whatever will be the first thing you do when you wake up, I wonder :(
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: there is a higher power

Post by MKJ »

:owned:
tnf
Posts: 13010
Joined: Tue Mar 13, 2001 8:00 am

Re: there is a higher power

Post by tnf »

backpeddla.
Duhard
Posts: 6216
Joined: Sat Dec 11, 1999 8:00 am

Re: there is a higher power

Post by Duhard »

guys please...get a room already :arrow:
User avatar
shaft
Posts: 12473
Joined: Fri Dec 10, 1999 8:00 am

Re: there is a higher power

Post by shaft »

Have fun reading a broken thread full of replies to posts you cant see.
Duhard
Posts: 6216
Joined: Sat Dec 11, 1999 8:00 am

Re: there is a higher power

Post by Duhard »

I'd like to be on the ignore list of all the stoopid mods that's for sure...
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Re: there is a higher power

Post by seremtan »

you're on the ignore list of every woman on the planet

1v0? :olo:
andyman
Posts: 11198
Joined: Wed Feb 09, 2005 8:20 pm

Re: there is a higher power

Post by andyman »

OH SNAP SEREMTAN
Duhard
Posts: 6216
Joined: Sat Dec 11, 1999 8:00 am

Re: there is a higher power

Post by Duhard »

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:
tnf
Posts: 13010
Joined: Tue Mar 13, 2001 8:00 am

Re: there is a higher power

Post by tnf »

riddla wrote:schoolteacher.
and?

I just think its odd that now that everyone has the capacity to ignore you, your plan to spam up places and own this place was suddenly all just a plot about plained.

But I've avoided the fray thus far. And if what you are doing isn't backpeddling, then I'm not quite sure what is.
S@M
Posts: 1889
Joined: Wed Mar 16, 2005 3:11 am

Re: there is a higher power

Post by S@M »

MKJ wrote: bitter tears!
Great Song by INXS
"Liberty, what crimes are committed in your name."
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: there is a higher power

Post by MKJ »

seremtan wrote:
1v0? :olo:
:olo:
Locked