d2jsp
Log InRegister
d2jsp Forums > Off-Topic > General Chat > General Archive > How To Actually Block Nekosama Threads
Prev1789101120Next
Add Reply New Topic
Member
Posts: 21,380
Joined: Mar 28 2005
Gold: Locked
Trader: Scammer
Oct 24 2015 12:01pm
Quote (Greeley @ Oct 24 2015 10:01am)
expontentionally

exponentially, maybe?


Yes sorry
Member
Posts: 25,572
Joined: Jan 10 2009
Gold: 5,347.00
Oct 24 2015 12:01pm
Quote (Krayzy @ Oct 24 2015 01:01pm)
Yes sorry


That's okay I forgive you. We all do.
Member
Posts: 9,470
Joined: Jul 12 2009
Gold: 2.60
Oct 24 2015 12:15pm
I've been using this for months >.<
Member
Posts: 33,479
Joined: Feb 7 2009
Gold: 1,341.48
Warn: 10%
Oct 24 2015 12:18pm
He can necro all the threads he wants now. :evil:
Member
Posts: 1,980
Joined: Mar 17 2012
Gold: 155.00
Oct 24 2015 12:39pm
:huh:
Member
Posts: 87,007
Joined: May 12 2013
Gold: 1,590.64
Oct 24 2015 12:40pm
Quote (AnimeFTW @ Oct 23 2015 10: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


best thread this week ty sir

Member
Posts: 38,640
Joined: Apr 1 2007
Gold: 88.21
Oct 24 2015 02:58pm
Ty Jimbo
Member
Posts: 4,151
Joined: May 20 2011
Gold: 1,227.00
Oct 24 2015 03:08pm
Quote (Ididitfortehlulz @ Oct 24 2015 02:18pm)
He can necro all the threads he wants now. :evil:


Funny he doesn't necro this one :rofl:
Member
Posts: 1,814
Joined: Jan 19 2012
Gold: 101.10
Warn: 10%
Oct 24 2015 06:31pm
Praise the lord.
Member
Posts: 15,154
Joined: Feb 3 2015
Gold: 20.69
Oct 24 2015 07:13pm
Bump sticky
Go Back To General Archive Topic List
Prev1789101120Next
Add Reply New Topic