d2jsp
Log InRegister
d2jsp Forums > Off-Topic > General Chat > General Archive > How To Actually Block Nekosama Threads
Prev11617181920Next
Add Reply New Topic
Member
Posts: 33,479
Joined: Feb 7 2009
Gold: 1,341.48
Warn: 10%
Jan 14 2016 01:13pm
Quote (TABITHACAT @ Jan 14 2016 12:08pm)
Part of being popular...


yes, being the gf of a notorious jsper who would pretend to be girls to fuck people out of fg and irl money sure is popularity.
Member
Posts: 5,272
Joined: Sep 10 2015
Gold: 669.71
Warn: 10%
Jan 14 2016 01:20pm
Quote (Ididitfortehlulz @ Jan 14 2016 02:13pm)
yes, being the gf of a notorious jsper who would pretend to be girls to fuck people out of fg and irl money sure is popularity.


He made alot of money from jsp yeah (close to 10k) but never scammed or welchers bets. Never was in scammer accusations either....just broke your heart along with alot of other nerds. There's no law against that.
Member
Posts: 1,556
Joined: Dec 6 2015
Gold: 10.00
Warn: 10%
Jan 14 2016 01:22pm
Quote (TABITHACAT @ Jan 14 2016 07:20pm)
He made alot of money from jsp yeah (close to 10k) but never scammed or welchers bets. Never was in scammer accusations either....just broke your heart along with alot of other nerds. There's no law against that.


Having fake accounts for the sole reason of gathering fg is scamming.

Lol 10k must be a lot of money to a sewer rat.
Member
Posts: 52,044
Joined: Jan 3 2009
Gold: 8,933.00
Jan 14 2016 02:02pm
Quote (AnimeFTW @ Oct 23 2015 08:16pm)
0: Get Tampermonkey for Chrome or GreaseMonkey for Firefox

1: Click Tampermonkey/Greasemonkey

2: Choose "Add Script"

3: Overwrite default with this
Code
// ==UserScript==
// @name Block Nekosama
// @description Block NekoSama's threads
// @match http://forums.d2jsp.org/forum.php?f=27
// ==/UserScript==

var userId = '434436';

var els = document.querySelectorAll('tr > td > a[href="user.php?i=' + userId + '"]');

for(var i=0,l=els.length; i<l; i++){
els[i].parentNode.parentNode.style.display = 'none';
}


4: Profit


for what it's worth, TABITHACAT's id is 1076980


T4t
Member
Posts: 23,225
Joined: Jul 3 2008
Gold: 2.70
Jan 14 2016 02:05pm
Quote (TABITHACAT @ Jan 14 2016 07:20pm)
He made alot of money from jsp yeah (close to 10k) but never scammed or welchers bets. Never was in scammer accusations either....just broke your heart along with alot of other nerds. There's no law against that.


lol 10k... the amount of time he wasted on his fg gambling addiction, he would have gotten more money with a real job... even mcdonalds would paid more

enjoy your loser bf

This post was edited by Warlock316 on Jan 14 2016 02:06pm
Member
Posts: 26,285
Joined: Mar 27 2005
Gold: 203.50
Jan 14 2016 02:10pm
Quote (Warlock316 @ Jan 14 2016 02:05pm)
lol 10k... the amount of time he wasted on his fg gambling addiction, he would have gotten more money with a real job... even mcdonalds would paid more

enjoy your loser bf


you're doing a really good job

i bet they're trembling right now trying to recover
Member
Posts: 33,479
Joined: Feb 7 2009
Gold: 1,341.48
Warn: 10%
Jan 25 2016 11:56pm
bump
Member
Posts: 9,944
Joined: Oct 2 2015
Gold: 1,500.00
Jan 25 2016 11:58pm
That thread is amazing, lol. :O
Member
Posts: 69,486
Joined: Nov 28 2007
Gold: 3,621.69
Jan 26 2016 12:00am
when is the script going to be updated to take an array for the userid instead of variable
Member
Posts: 62,870
Joined: Aug 2 2009
Gold: 1,189.90
Jan 26 2016 12:01am
Quote (Reset @ Jan 25 2016 11:00pm)
when is the script going to be updated to take an array for the userid instead of variable


Code
// ==UserScript==
// @name Block Nekosama
// @description Block NekoSama's threads
// @match http://forums.d2jsp.org/forum.php?f=27*
// ==/UserScript==

// Preloaded with Nekosama and TABITHACAT
var userId = [ '434436', '1076980' ];

// Loop through all blocked users
for(var uid=0;uid<userId.length;uid++){

// Get all threads made by specific user
var els = document.querySelectorAll('tr > td:nth-child(3) > a[href="user.php?i=' + userId[uid] + '"]');

// Loop through all threads we just found
for(var i=0,l=els.length; i<l; i++){

// Make each thread invisible
els[i].parentNode.parentNode.style.display = 'none';
}
}


http://forums.d2jsp.org/topic.php?t=73325562&f=27&p=495901955

That is the most updated version with bug fixes.

This post was edited by AnimeFTW on Jan 26 2016 12:02am
Go Back To General Archive Topic List
Prev11617181920Next
Add Reply New Topic