UON
Junglist Massive
+223|7080
There seem to be lot's of comments of late along the lines of "not another thread by xyz". 

To spare those posters of the torment, may I present the SpamHammer for GreaseMonkey!

This is version 0.1 (beta) and here's the roadmap for current and furure versions:

Version 0.1b: (we are here)

This version will remove threads by author on your blocklist from the forum index.
#changed example list to fake accounts

Version 0.2: (subject to demand)

This version will allow you to hide threads based on keywords.  E.g. "Iraq" or "Bush".

Version 0.3: (if I or anyone else can be bothered)

True ignore feature, just totally ignore what a certain user posts, since you know they will just piss you off anyone.

Version 0.4: (doubt it will happen)

Total nuke.  Ignore posts where someone has even quoted someone on your nuke list.  Just totally block that bad Karma from your life. 

Setup Guide:

1. Use Firefox.
2. Install the Greasemonkey addon from the Mozilla site.
3. Restart Firefox.
4. Use notepad to save the following code into a file named "bf2sblock.user.js".

Code:

// ==UserScript==
// @name           BF2S Ignore 0.1b
// @namespace      http://bf2s.com
// @description    BF2S Ignore
// @include        http://forums.bf2s.com/*
// ==/UserScript==

var blockedUsers = new Array(

//EDIT AREA
//type your block list here, in quotes, comma separated
//don't put a comma after the last entry.

"enter_user_name1",
"enter_user_name2"  

//END EDIT AREA
);

var allArticles = document.evaluate("//span[@class='byuser']",
    document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);

for (var i=0; i < allArticles.snapshotLength; ++i) {
    var article = allArticles.snapshotItem(i);
    for (var j=0; j < blockedUsers.length; ++j) {
        var user = blockedUsers[j];
        if (article.innerHTML.match(user)) {
        var node = document.getElementById('vf')
        .childNodes[3]
        .childNodes[1]
        .childNodes[1]
        .childNodes[3]
        .childNodes[1+i];

        while (node.hasChildNodes())
        {
            node.removeChild(node.firstChild);
        }
        }
    }
}
5. Drag the file onto Firefox.

Editing your blocklist:

Make sure GreaseMonkey knows where to find Notepad.exe.  Right-Click on the monkey in your bar, and select "New User Script". A file dialog will pop up.  Browse to C:\Windows\Notepad.exe and select the file. 

Now you can right-click the monkey and select manage scripts.  Click "BF2S Ignore" then "edit".  You can now modify the list in the "EDIT AREA" marked in the code.  Stick to the example layout, put each name in quotes and separate with a comma, but no comma on the last entry.  Save and close the file in notepad.  Refresh the forum index and relax.  You should feel your blood pressure go down immediately.


Post any problems or comments, and I will gladly assist.  If you aren't on my blocklist (joke).

Credit goes to Ferenc Gerlits who's script I adapted ( http://userscripts.org/scripts/show/3051 ), it was a good base to work from for a bf2s blocker.  I'll upload it back up to userscripts at some point, if and when anyone helps to test it.

Last edited by UON (2007-02-02 17:34:33)

m3thod
All kiiiiiiiiinds of gainz
+2,197|7098|UK
GJ UON

But i aint blocking anyone, i want to challenge the tossers.
Blackbelts are just whitebelts who have never quit.
Vilham
Say wat!?
+580|7193|UK

m3thod wrote:

GJ UON

But i aint blocking anyone, i want to challenge the tossers.
exactly.
UON
Junglist Massive
+223|7080

Vilham wrote:

m3thod wrote:

GJ UON

But i aint blocking anyone, i want to challenge the tossers.
exactly.
Well, the option is there.  Mainly it's an aid for the people who can't help but flame when they see a thread by a certain author, and I haven't noticed you two doing that yet .  Later versions may be more powerful, if people express an interest.
Vilham
Say wat!?
+580|7193|UK
O i have my fair share of flaming the shit out of fancy_bollux and his crappy ADHD threads, i stopped though because he cried and went to the mods.
lowing
Banned
+1,662|7078|USA
So it is the equivalent of stomping your feet with your fingers in your ears yelling...LALALALALALALALA I AM NOT LISTENING TO YOU LALALALALALALA.

No thanks, I don't come here to get agreed with on my points of view.
usmarine2007
Banned
+374|6794|Columbus, Ohio

lowing wrote:

LALALALALALALALA I AM NOT LISTENING TO YOU LALALALALALALA.
Awesome.  +1
BALTINS
ಠ_ಠ
+37|6913|Latvia

lowing wrote:

No thanks, I don't come here to get agreed with on my points of view.
Agree

..
UON
Junglist Massive
+223|7080

lowing wrote:

So it is the equivalent of stomping your feet with your fingers in your ears yelling...LALALALALALALALA I AM NOT LISTENING TO YOU LALALALALALALA.

No thanks, I don't come here to get agreed with on my points of view.
No, it's an aid to block people who have absolutely nothing to contribute, no debating skills, and help you rise above and prevent escalations that get threads shut and yourself banned.  It's the equivalent of saying "I am better than you, and I'm not going to waste one second more on your nonsense."  Having a flame war with someone is the equivalent to a childish temper tantrum, this in no way draws attention to the fact you are ignoring someone, which is the only reason someone might yell and stap their feet.  What you describe is attention seeking, this is the opposite end of the spectrum.

Last edited by UON (2007-02-02 16:53:31)

lowing
Banned
+1,662|7078|USA

UON wrote:

lowing wrote:

So it is the equivalent of stomping your feet with your fingers in your ears yelling...LALALALALALALALA I AM NOT LISTENING TO YOU LALALALALALALA.

No thanks, I don't come here to get agreed with on my points of view.
No, it's an aid to block people who have absolutely nothing to contribute, no debating skills, and help you rise above and prevent escalations that get threads shut and yourself banned.  It's the equivalent of saying "I am better than you, and I'm not going to waste one second more on your nonsense."  Having a flame war with someone is the equivalent to a childish temper tantrum, this in no way draws attention to the fact you are ignoring someone, which is the only reason someone might yell and stap their feet.  What you describe is attention seeking, this is the opposite end of the spectrum.
Well shit, then I won't have anyone to talk to.
UON
Junglist Massive
+223|7080

lowing wrote:

UON wrote:

lowing wrote:

So it is the equivalent of stomping your feet with your fingers in your ears yelling...LALALALALALALALA I AM NOT LISTENING TO YOU LALALALALALALA.

No thanks, I don't come here to get agreed with on my points of view.
No, it's an aid to block people who have absolutely nothing to contribute, no debating skills, and help you rise above and prevent escalations that get threads shut and yourself banned.  It's the equivalent of saying "I am better than you, and I'm not going to waste one second more on your nonsense."  Having a flame war with someone is the equivalent to a childish temper tantrum, this in no way draws attention to the fact you are ignoring someone, which is the only reason someone might yell and stap their feet.  What you describe is attention seeking, this is the opposite end of the spectrum.
Well shit, then I won't have anyone to talk to.
There are plenty of people on both sides I enjoy reasoned debate with.  Even you aren't as quite bad as I thought you were when we first crossed swords.  But there are people like that Ausch88 who I would have hit ignore on ages before he got banned if it had been there.  Everything about him made me want to flame, and I held back on numerous occasions because it wouldn't have achieved anything other than getting good threads closed.
lowing
Banned
+1,662|7078|USA

UON wrote:

lowing wrote:

UON wrote:


No, it's an aid to block people who have absolutely nothing to contribute, no debating skills, and help you rise above and prevent escalations that get threads shut and yourself banned.  It's the equivalent of saying "I am better than you, and I'm not going to waste one second more on your nonsense."  Having a flame war with someone is the equivalent to a childish temper tantrum, this in no way draws attention to the fact you are ignoring someone, which is the only reason someone might yell and stap their feet.  What you describe is attention seeking, this is the opposite end of the spectrum.
Well shit, then I won't have anyone to talk to.
There are plenty of people on both sides I enjoy reasoned debate with.  Even you aren't as quite bad as I thought you were when we first crossed swords.  But there are people like that Ausch88 who I would have hit ignore on ages before he got banned if it had been there.  Everything about him made me want to flame, and I held back on numerous occasions because it wouldn't have achieved anything other than getting good threads closed.
I have had my moments, but I gotta be honest. Getting ripped open by personal attacks on here is very entertaining and quite satisfying. It tells me I have made a difficult post to counter, and maybe actually made a point. I just don't feel like I have said anything worth while if I don't get a reaction from it. Good or bad.
HURLEY
Ima Crunchatize you.
+170|7110|The Lou

Vilham wrote:

O i have my fair share of flaming the shit out of fancy_bollux and his crappy ADHD threads, i stopped though because he cried and went to the mods.
Do you have a fucking sense of humor? You probably like nothing but fucking science jokes or some queer stuff like that, lighten up ya douche
m3thod
All kiiiiiiiiinds of gainz
+2,197|7098|UK

HURLEY wrote:

Vilham wrote:

O i have my fair share of flaming the shit out of fancy_bollux and his crappy ADHD threads, i stopped though because he cried and went to the mods.
Do you have a fucking sense of humor? You probably like nothing but fucking science jokes or some queer stuff like that, lighten up ya douche
I suggest you keep that chill pill for yourself tonight.
Blackbelts are just whitebelts who have never quit.
Vilham
Say wat!?
+580|7193|UK
I also suggest you learn some other forms of humour you stain on humanity.
sergeriver
Cowboy from Hell
+1,928|7184|Argentina

usmarine2007 wrote:

lowing wrote:

LALALALALALALALA I AM NOT LISTENING TO YOU LALALALALALALA.
Awesome.  +1
Why are your name and mine in that list anyway?  Is that good or bad?

Last edited by sergeriver (2007-02-02 17:32:35)

usmarine2007
Banned
+374|6794|Columbus, Ohio

sergeriver wrote:

usmarine2007 wrote:

lowing wrote:

LALALALALALALALA I AM NOT LISTENING TO YOU LALALALALALALA.
Awesome.  +1
Why are you and me in that list anyway?  Is that good or bad?
I would say good either way you look at it.
UON
Junglist Massive
+223|7080

sergeriver wrote:

usmarine2007 wrote:

lowing wrote:

LALALALALALALALA I AM NOT LISTENING TO YOU LALALALALALALA.
Awesome.  +1
Why are you and me in that list anyway?  Is that good or bad?
I explained... it was just because you both had multiple posts on the first page... I wanted to make sure it worked .  Tell you what, I'll change the example list to "enter_user_name1" and "enter_user_name2". 
usmarine2007
Banned
+374|6794|Columbus, Ohio

UON wrote:

sergeriver wrote:

usmarine2007 wrote:


Awesome.  +1
Why are you and me in that list anyway?  Is that good or bad?
I explained... it was just because you both had multiple posts on the first page... I wanted to make sure it worked .  Tell you what, I'll change the example list to "enter_user_name1" and "enter_user_name2". 
If you do that the terrorists win.
sergeriver
Cowboy from Hell
+1,928|7184|Argentina

usmarine2007 wrote:

sergeriver wrote:

usmarine2007 wrote:


Awesome.  +1
Why are you and me in that list anyway?  Is that good or bad?
I would say good either way you look at it.
Off topic: Why did Alpha close the thread about the bombs?  Who fucked up?
Fancy_Pollux
Connoisseur of Fine Wine
+1,306|7073

Vilham wrote:

another pointless post by Fancy_Bollux, the ADHD whore.

Vilham wrote:

So Pollux? When you gunna stop posting crap and piss off?

Vilham wrote:

Pollux, you need to do the following:

1. Learn some actual adult methods of humor.
2. Go to some other forum where everythng you do isn't obvious and now unoriginal.
3. Take your ADHD pills and stop looking for attention.

Vilham wrote:

Another Attention Whore Post sponsored by Fancy_Pollux industries.

Vilham wrote:

You should wear a t-shirt that says:

Attention Whore

Vilham wrote:

Back to his good old attention whoring days. Guess his ADHD pills ran out. Poor Bolux.

Vilham wrote:

No, but you should see the doctor about your attention problems.
Oh noes! People are enjoying my thread! Vilham to the rescue!

BolvisOculus wrote:

Vilham wrote:

haffeysucks wrote:

Pollux, outdone yourself yet again.  Great read.
Out done himself?? Serious when are you guys gunna stop giving this kid with ADHD attention, and when is he gunna stop posting crap to get attention?
You know, every time you post, it's something negative.  Every time I see your name, it's bitching.  Just enjoy the post for what it is.

david363 wrote:

say Vilham  does it make your E-Penis bigger when you cant a take and joke and have to bitch about it being the mature kid on the forums?

BolvisOculus wrote:

Vilham wrote:

Sorry can't help but bitch about Pollux, seeing as he can never post a serious topic on anything. Obviously you don't check the D&ST forum if you claim I bitch all the time.
Well this is the Junk Drawer so it doesn't need to be serious

http://forums.bf2s.com/viewtopic.php?id=55228&p=2 post 30

http://forums.bf2s.com/viewtopic.php?id=55019&p=2 post 26

http://forums.bf2s.com/viewtopic.php?id=54887 post 11

Pretty much every one of Pollux's posts you are bitching in.
Vilham, protecting our citizens from the horrors of the internet.

https://img.photobucket.com/albums/v256/deathbym0nkeyz/internet-soldier.jpg
UON
Junglist Massive
+223|7080

usmarine2007 wrote:

UON wrote:

sergeriver wrote:


Why are you and me in that list anyway?  Is that good or bad?
I explained... it was just because you both had multiple posts on the first page... I wanted to make sure it worked .  Tell you what, I'll change the example list to "enter_user_name1" and "enter_user_name2". 
If you do that the terrorists win.
Go terrorists!
usmarine2007
Banned
+374|6794|Columbus, Ohio

sergeriver wrote:

usmarine2007 wrote:

sergeriver wrote:

Why are you and me in that list anyway?  Is that good or bad?
I would say good either way you look at it.
Off topic: Why did Alpha close the thread about the bombs?  Who fucked up?
Me and cruz4r(?) were going at it.
m3thod
All kiiiiiiiiinds of gainz
+2,197|7098|UK

Fancy_Pollux wrote:

Quit copying and pasting your retarded post from another thread.
Oh wait C&P is fused with your genentic makeup.  We're doooooomed.
Blackbelts are just whitebelts who have never quit.
Fancy_Pollux
Connoisseur of Fine Wine
+1,306|7073

m3thod wrote:

No one knows who I am and my posts are generally overlooked, but I'm gonna post anyway!

Board footer

Privacy Policy - © 2025 Jeff Minard