VaultNetwork.netVault Network Boards
Author Topic: How do I put people on this board on ignore? [Locked]
Ugh_Lancelot  3 stars
Title: Ooo...bouncy!
Posts: 766
Registered: 2002-6-17 14:37:05
It still works.




Quote:

// ==UserScript==
// @name IGNore
// @namespace IGNore
// @include http://vnboards.ign.com/*
// IGNore
// version 0.1.1
// 2005-11-01
// Copyright (c) 2005, zargonmaximus
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
//
// A simple GreaseMonkey user script to ignore posts of certain users on the IGN
// message boards. To ignore a user, simply add them to the list below. If the
// script is already installed, this can be acomplished by going to
// Tools->Manage Scripts, selecting the IGN Boards Killfile, and
// pressing the "Edit" button.
//
// Original script created by Michael Stephens. Board code changed, rendering
// this script useless and non-functional. I decided to fix it for some board
// users for the time being while I work on a Extension to replace this
// greasemonkey script.
//
// Updates by Ugh_Lancelot on VN (text and formatting to let user know a poster was blocked
// instead of just blanking out the text completely)
//
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script.
//
// To install, you need Greasemonkey: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name IGNore
// @namespace http://www.electroburn.org
// @description allows you to ignore posts from specific users
// @include http://boards.ign.com/*
// ==/UserScript==

// ADD YOUR IGNORES HERE:
list = new Array("auser", "anotheruser", "wowplayer321", "troll123";

function xpath(query) {
return document.evaluate(query, document, null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
}

var allRows, thisRow, allAuthor, thisAuthor;
allRows = xpath("//tr[@class=\"BoardRowA\"]";
allAuthor = xpath("//tr[@align=\"left\" and @valign=\"top\" and @class=\"BoardRowA\"]/td[@rowspan=3 and @width=\"17%\" and @class=\"BoardRowA\"]/a[@style]";

for(var i = 0; i < allRows.snapshotLength; i++) {
thisRow = allRows.snapshotItem(i);
thisAuthor = allAuthor.snapshotItem(i);

for(j = 0; j < list.length; j++) {
if(thisAuthor.innerHTML.toUpperCase() == list[j].toUpperCase()) {
thisRow.nextSibling.nextSibling.innerHTML = "<font size=1><i>User is being ignored.</i></font>" ;
thisRow.nextSibling.innerHTML = "";
thisRow.innerHTML = "<del><a class=\"AuthorLink\" href=http://www.urbandictionary.com/define.php?term=ass-hat>" + thisAuthor.innerHTML + "</a></del>";
}
}
}
// ==/UserScript==

 

-----signature-----
WoW and DAoC - Too many alts to count
Charter Member - Altaholics Anonymous
Groooovechampion  1 star
Posts: 229
Registered: 2003-6-30 16:36:01
IGN-ore loooooooooooooooooooooool
I didn't expect that one.

 

-----signature-----
DaoC, WoW (retired, inactive); WAR (semi active), EVE (active)
"e'know, com'on! Giimmeee di Ke$$$HHHHHH!"
http://www.youtube.com/watch?v=OADJl-CVDo0
IndridCole  1 star
Posts: 223
Registered: 2009-1-7 16:24:59
--Syrus-- posted:

This isn't a troll, but there a few people in this forum that I don't bother to read what they write either. As I scroll down the thread when I notice their name come up I just skip over the post. A whole lot less work.


Also, if you are trying to follow a thread and this person you want to ignore happens to say something pertaining to the thread, (rare I know) you can at least go back and review the post for any information.


I self censor these forums, works just fine.

You skip my posts?

I'm crushed.

LOL!

 

-----signature-----
I found something else by accident.
It has become my new passion.
IndridCole  1 star
Posts: 223
Registered: 2009-1-7 16:24:59
Ugh_Lancelot posted:

It still works.// ==UserScript==

// @name IGNore

// @namespace http://www.electroburn.org

// @description allows you to ignore posts from specific users

// @include http://boards.ign.com/*

// ==/UserScript==


// ADD YOUR IGNORES HERE:

list = new Array("auser", "anotheruser", "wowplayer321", "troll123";


function xpath(query) {

return document.evaluate(query, document, null,

XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);

}


var allRows, thisRow, allAuthor, thisAuthor;

allRows = xpath("//tr[@class=\"BoardRowA\"]";

allAuthor = xpath("//tr[@align=\"left\" and @valign=\"top\" and @class=\"BoardRowA\"]/td[@rowspan=3 and @width=\"17%\" and @class=\"BoardRowA\"]/a[@style]";


for(var i = 0; i < allRows.snapshotLength; i++) {

thisRow = allRows.snapshotItem(i);

thisAuthor = allAuthor.snapshotItem(i);


for(j = 0; j < list.length; j++) {

if(thisAuthor.innerHTML.toUpperCase() == list[j].toUpperCase()) {

thisRow.nextSibling.nextSibling.innerHTML = "<font size=1><i>User is being ignored.</i></font>" ;

thisRow.nextSibling.innerHTML = "";

thisRow.innerHTML = "<del><a class=\"AuthorLink\" href=http://www.urbandictionary.com/define.php?term=ass-hat>" + thisAuthor.innerHTML + "</a></del>";

}

}

}

// ==/UserScript==



Cute.

 

-----signature-----
I found something else by accident.
It has become my new passion.
_Warlucky_  1 star
Posts: 183
Registered: 2008-7-20 04:40:07
A blocking utility would only be usefull if it also blocked the trolls fanbois who quote them and proclaim their love for said troll.
--Syrus--  3 stars
Posts: 536
Registered: 2003-12-2 15:51:47
IndridCole posted:

--Syrus-- posted:

This isn't a troll, but there a few people in this forum that I don't bother to read what they write either. As I scroll down the thread when I notice their name come up I just skip over the post. A whole lot less work.


Also, if you are trying to follow a thread and this person you want to ignore happens to say something pertaining to the thread, (rare I know) you can at least go back and review the post for any information.


I self censor these forums, works just fine.

You skip my posts?

I'm crushed.

LOL!



Lol, nah, you're not on the list.

 

-----signature-----
Common Sense is a myth..
Its Hub. 10 week ban for anybody who disagrees. -Mithan-
regulator_cracka  4 stars
Title: They finally recognized greatness.
Posts: 3,726
Registered: 2009-1-6 15:07:53
Trolls here? As if.

 

-----signature-----
Self Appointed Smart Ass - Level 80
If you think my opinion is idiotic, re-read yours.
Dont worry I will give my opinion anyways.
The PvP MMO is NOT a "niche" market, Mythic is just a "niche" company.
Fedup23  2 stars
Posts: 358
Registered: 2006-7-14 06:15:32
wowplayer321 posted:

Rift starts 1 March. My WoW account will expire 2 March.

No reason to come to IGN boards after that.



Might as well start now.. yknow.. let us get used to the idea that you arent going to be here anymore.
IndridCole  1 star
Posts: 223
Registered: 2009-1-7 16:24:59
Fedup23 posted:

wowplayer321 posted:

Rift starts 1 March. My WoW account will expire 2 March.


No reason to come to IGN boards after that.



Might as well start now.. yknow.. let us get used to the idea that you arent going to be here anymore.

Classic!

 

-----signature-----
I found something else by accident.
It has become my new passion.
chaddlock  1 star
Posts: 144
Registered: 2008-5-22 10:36:48
stormguinness posted:

trust me i just trying to get people to go to my blog and tell me what they think. so i post and alot of post



As my eyes are now bleeding just from reading this sentence... you can be sure that I will not subject my eyeballs to your crap blog.

 

-----signature-----
"Shhhhh... do you smell that?"
So... Agent skully... funny running into you here

VaultNetwork.net is an independently operated community forum and is not affiliated with, endorsed by, or technically based on IGN, GameSpy, FilePlanet, GameStats, or the former IGN/GameSpy Vault Network.
References to VaultNetwork.net mean this site/domain. VNBoards-style presentation is a visual homage only. By using this site, you agree to the forum rules.