Verified:

galleri Game profile

Game Moderator
Primary, Express, Tourney, & FFA
13,960

Mar 22nd 2018, 1:59:24

On the forums.
Thanks! ;)
hmm though that might not work with me being a mod. But useful for others!


https://gyazo.com/...b3bb28dddf908cdbcfd162513

Kahuna: Ya you just wrote the fkn equation, not helping me at all. Lol n I hated algebra.

Celphi Game profile

Member
EE Patron
6232

Mar 22nd 2018, 4:31:22

lol.
Resistance is futile. You will be assimilated.

Celphi Game profile

Member
EE Patron
6232

Mar 22nd 2018, 5:16:26

A simple way to remove.


(function(){

function User(poster_name){
this.poster = poster_name;
}

User.prototype.remove_user = function(){
var poster = this.poster;
var all_rows = $('.poster_info_container a').filter(function(_, e){
return $(e).html() === poster;
});
all_rows.closest(".row").remove();
};

var EE = new User('Celphi');
EE.remove_user();

})();

Resistance is futile. You will be assimilated.

Gerdler Game profile

Forum Moderator
5077

Mar 22nd 2018, 5:33:16

Can I make it ignore multiple users without creating new snippets for each?

Celphi Game profile

Member
EE Patron
6232

Mar 22nd 2018, 15:59:06

Yup., just add multiple instances.

var EE1 = new User('Celphi');
EE1.remove_user();

var EE2 = new User('Gerlder');
EE2.remove_user();

var EE3 = new User('Qzjul');
EE3.remove_user();


It's not permanent of course-- it just removes their posts of current window.
Resistance is futile. You will be assimilated.

KoHeartsGPA Game profile

Member
EE Patron
29,485

Mar 22nd 2018, 17:38:00

/facepalm
Mess with me you better kill me, or I'll just take your pride & joy and jack it up
(•_•)
http://www.youtube.com/watch?v=W6VRMGTwU4I
-=TSO~DKnights~ICD~XI~LaF=-

S.F. Giants 2010, 2012, 2014 World Series Champions, fluff YEAH!

galleri Game profile

Game Moderator
Primary, Express, Tourney, & FFA
13,960

Mar 22nd 2018, 17:42:09

Originally posted by KoHeartsGPA:
/facepalm


I KNOW you are not facepalming Ko Hearts GPA!!! :P


https://gyazo.com/...b3bb28dddf908cdbcfd162513

Kahuna: Ya you just wrote the fkn equation, not helping me at all. Lol n I hated algebra.

KoHeartsGPA Game profile

Member
EE Patron
29,485

Mar 22nd 2018, 17:46:35

lol
Mess with me you better kill me, or I'll just take your pride & joy and jack it up
(•_•)
http://www.youtube.com/watch?v=W6VRMGTwU4I
-=TSO~DKnights~ICD~XI~LaF=-

S.F. Giants 2010, 2012, 2014 World Series Champions, fluff YEAH!