PoE Forums ignore script (please remove if this violates ToS)

Some trolls are better deleted from your forum viewing experience. This will remove all of their posts from all threads as well as quotes in all posts where they are cited as the author. Example.

Requires TamperMonkey for Chrome or GreaseMonkey for Firefox.

Edit the ignore_list variable to suit your needs.

The Script

// ==UserScript==
// @name PoE Forums Ignore
// @version 0.1
// @description hide unwanted users on PoE forums
// @include https://www.pathofexile.com/forum/view-thread/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==

ignore_list = ["CharName","CharName","CharName"];

$('.forumTable.forumPostListTable > tbody > tr').each(function() {
var user = $(this).find('.profile-link.post_by_account > a').text();
for (var j = 0 ; j < ignore_list.length; j++){
if (ignore_list[j]==user){
console.log(user+"\n");
$(this).hide();
}

}
});

$('blockquote').each(function() {
var users = $(this).find('.profile-link > a');
for (var i = 0 ; i < users.length ; i++){
var user = users.text;
for (var j = 0 ; j < ignore_list.length; j++){
if (ignore_list[j]==user){
console.log(user+"\n");
$(this).hide();
}

}
}
});
All my builds /view-thread/1430399

T14 'real' clearspeed challenge /1642265
Last edited by MatrixFactor on Nov 6, 2015, 3:16:22 PM
Last bumped on Aug 18, 2017, 7:43:35 PM
Oh my god, finally! Best 3rd party tool PoE has to offer up to now.

Too much trolls on this forum with their hatred and almost no moderation, GGG has to allow it - it's maybe the last chance for this forum to stay healthy ><
Have a problem with something I said? PM goetzjam don't derail a thread.
'There's plenty that needs to change. And back in my day we had real game devs.' - TheAnuhart
Last edited by ScrotieMcB on February 30, 2016 0:61 PM

Help Charan color the board - use [u color] to make your posts shine.
I don't know if it's against the forum rules but one of the images on your linked page definitely is. You are blatantly telling people to ignore a specific user. Which is not cool.

Which is a bit hypocritical coming from me since I've told users a number of times that if someone annoys you, ignoring them is an excellent solution. But at least I never said "ignore this guy because he annoys me".
The Wheel of Nerfs turns, and builds come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the build that gave it birth comes again.
Last edited by Bars on Nov 7, 2015, 6:36:14 AM
I was hoping I was going to be one of them, ive obviously been slacking.
HAIL SATAN!
this sounds really good.. i hate reading those charan and i_no posts
You should add talking marks around "Ignore Script" in your topic title to alleviate confusion lol.
Computer specifications:
Windows 10 Pro x64 | AMD Ryzen 5800X3D | ASUS Crosshair VIII Hero (WiFi) Motherboard | 16GB 3600MHz RAM | MSI Geforce 1070Ti Gamer | Corsair AX 760watt PSU | Samsung 860 Pro 512GB SSD & WD Black FZEX HDD
Man people are so sensitive these days lol
"
Jaille wrote:
Man people are so sensitive these days lol


Their lives cant be all that bad if their biggest current problem is reading posts on the internet from ppl they dislike
Don't forget to drink your milk 👌
CRAWLING MA SKIN
Dys an sohm
Rohs an kyn
Sahl djahs afah
Mah morn narr
Haha "talking marks"

Best shit ive heard all month.
HAIL SATAN!

Report Forum Post

Report Account:

Report Type

Additional Info