The Dink Network

This is sad.

October 2nd 2012, 07:19 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Spamming a forum turning you on?

...

Wow... I fell really sorry for you man. Mentally disordered? Get out more.
October 2nd 2012, 09:45 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Even worse... Someone's getting off on it...

Ah, well... Just don't watch deleted messages and everything's fine. As the saying goes: Don't feed the troll. Though I really don't want to know this one's diet...
October 2nd 2012, 10:07 AM
wizardb.gif
Kyle
Peasant He/Him Belgium
 
I never have that option on, I rely on the moderators' judgement about these things.
October 2nd 2012, 10:41 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Turned deleted messages on just to see what was going on.

It's tough feeding such a bad troll like Skorn, therefore, I know this won't count and spamming as an answer proves nothing.
October 2nd 2012, 10:46 AM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
It's sad that people actually pay serious attention to him. He ain't even a proper troll. Just a kid with problems.
October 2nd 2012, 10:46 AM
duck.gif
I never have that option on, I rely on the moderators' judgement about these things.

I used to have it on, because I didn't like to miss anything, but after the forum got flooded with topics the other day, I've left it off for the most part. It's amazing how much more calm and reasonable things are without the deleted messages.
October 2nd 2012, 10:50 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
I kno, it's fun watching him though.
October 2nd 2012, 11:05 AM
fairy.gif
GlennGlenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
Why exactly did he turn like this? He did behave for a while.
October 2nd 2012, 11:52 AM
wizardg.gif
His girlfriend moved away a while ago. This is him lashing out.
October 2nd 2012, 04:08 PM
pillbug.gif
pillbug
Peasant He/Him United States
Love! True love! 
I changed the userscript that was floating around here a while ago to hide Skorn's posts, so I haven't seen any of his spam for a while. If anyone is interested just say so.
October 2nd 2012, 04:23 PM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
So.
October 2nd 2012, 04:46 PM
pillbug.gif
pillbug
Peasant He/Him United States
Love! True love! 
Alright. If you use Firefox, make sure you have Greasemonkey and you can install it here. If you use Chrome download Tampermonkey to create a new script with the below contents. There is an error with viewing deleted messages because the alignment message up, but if you really want to see all the deleted messages that aren't Skorn's you can disable the script while you look. Keep in mind that all credit goes to YeOldeToast and Dinkulum, but Toast's link is down.


// ==UserScript==
// @name DinkNetwork Post Hider
// @namespace derp
// @description Hides posts.
// @include http://*dinksmallwood.net
// @include http://*dinknetwork.com/forum.cgi*
// @exclude http://*dinknetwork.com/forum.cgi?Modify
// @license Released into the public domain
// @version 1.1
// ==/UserScript==

var Spammers = [/Absolution/i]
var rows = document.getElementsByTagName('tr');
var posts = document.getElementsByClassName('infoboxheader');
var things = document.getElementsByTagName('h2');
var lurkers = new Array();
var spams = new Array();
var x = 0;

if (things[0].innerHTML.match(/Modify:/)) {
x = 1;
GM_log(things[0].innerHTML);
}

for (n=0; n < Spammers.length; n++)
{

for (i = 0; i < rows.length; i++) {

// See if we've found the table division of a spammer of your choosing. Modified this to not be case sensitive for best results.
if (rows[i].innerHTML.match(Spammers[n])) {
lurkers.push(rows[i]);
}



}

for (i=0;i < posts.length;i++) {
//Does the same, but for posts in a thread
if (posts[i].innerHTML.match(Spammers[n])) {
spams.push(posts[i]);
}
}

}

//Checks to see if thread is being modified
if (x != 1)
{

for (i = 0; i < lurkers.length; i++) {

//GM_log(lurkers.length);
var lurker_div = lurkers[i];
lurker_div.innerHTML = "";

}
//Deletey bit for posts
for (i = 0; i < spams.length; i++)
{
//GM_log(spams[i].innerHTML);
var posty = spams[i];
posty.parentNode.innerHTML = "";
}

}
October 2nd 2012, 05:49 PM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
His girlfriend moved away a while ago. This is him lashing out.

You misunderstood. I said that I get this way on weekends and every afternoon because she lives so far away. She hasn't moved, it's always been this way.

Stay tuned for more spam!
October 2nd 2012, 06:01 PM
wizardg.gif
Ah. You're still lashing out because she lives far away. Are you being pissy in person too? Your reach is diminished when your chain is stretched. Best idea, don't date online. Good idea, talk to her more often. Okay idea, talk to her a bit more.
October 2nd 2012, 06:10 PM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
I don't date online, it's ducking lazy.
October 2nd 2012, 08:03 PM
knight.gif
KrisKnox
Peasant He/Him United States
The site's resident Therian (Dire Wolf, Dragon) 
Hey, Skorn. There's a troll on a site I moderate, maybe you can ask him for tips and direct the fire away from those who are actually trying to enjoy the forum. God knows he's getting annoying.
*Warning* This is not sound advice and will most likely result in links to yiff, porn, and other things.
October 3rd 2012, 06:04 AM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
Should show Skorn's posts in here to his girlfriend, which I'm surprised he has. I'm sure she would love to see the super-mature behaviour he is showing here.

EDIT: Thanks Pillbug.
October 3rd 2012, 06:43 AM
custom_marpro.png
Marpro
Peasant He/Him bloop
 
Edit: <cencour>

Actually, the sad part is that Tal and Redink1 have totally abandoned this site, without first giving the staff members greater administrative muscles
October 3rd 2012, 08:57 AM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
Should show Skorn's posts in here to his girlfriend, which I'm surprised he has. I'm sure she would love to see the super-mature behaviour he is showing here.

Already have told her what I do here. She couldn't care less about a site she knows nothing of and never visits.
October 4th 2012, 05:26 AM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
Actually, the sad part is that Tal and Redink1 have totally abandoned this site, without first giving the staff members greater administrative muscles

Agreed. They can't be *that* busy so one of them couldn't check out this site at least once a year. But hating on them won't resolve the problem, if they've decided they're not coming back. It's about time people here stop she doging and actually stand up and do something about it themselves. For example, this TDN post hider thing Pillbug linked to is pretty great. It's better to spend 3 minutes to download it, instead of spending the rest of your time here looking at spam.

It would be fair towards Scratcher too. Most of you don't know or don't appreciate how hard he actually works to keep this forum clean. If everybody got The Dink Network post hider (himself included), Scratcher wouldn't have to be so concerned about having to instantly remove all the spam, and he could actually, for once, enjoy the forum without unnecessary BS.
October 4th 2012, 03:04 PM
duck.gif
Except that new people who haven't heard of the hider script would still see all the spam.
October 4th 2012, 03:26 PM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
First get the hider script, then worry about newcomers. It's as simple as explaining them how to get it. If they don't want to get the post hider, then that's their problem. In fact, that's what I'm telling you right now. The post hider makes everything easier. Everybody can decide whether they want to get it or not, but people shouldn't she dog about the spam if they themselves aren't willing to do the simple, possible things that would make things easier.
October 4th 2012, 07:06 PM
knight.gif
KrisKnox
Peasant He/Him United States
The site's resident Therian (Dire Wolf, Dragon) 
Solution, make a new sticky and tell newbies that it will protect them.
October 4th 2012, 08:34 PM
knightgl.gif
zeddexx
Peasant He/Him New Zealand
I'm pretty sure I'm worth atleast SIX goats... 
A girlfriend that cares nothing about the DN deserves to be dumped.
October 4th 2012, 09:11 PM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
Yes, because a girl must like Dink Smallwood to be worthy of love right?

Your standards are wayyyyy to high it seems.
October 4th 2012, 09:41 PM
knight.gif
KrisKnox
Peasant He/Him United States
The site's resident Therian (Dire Wolf, Dragon) 
And yours tend to dwell among the coral in the sea, Skorn.
October 4th 2012, 09:50 PM
knight.gif
KrisKnox
Peasant He/Him United States
The site's resident Therian (Dire Wolf, Dragon) 
Coming from you, Skorn, that insult means nothing. Spamming a forum, insulting people, insulting a minority, what is all of this, but the tantrum of a child who can see naught beyond his own nose.
October 4th 2012, 09:52 PM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
It is quite hard to see past that thing, yes. It takes up a vast portion indeed.
October 4th 2012, 09:54 PM
knight.gif
KrisKnox
Peasant He/Him United States
The site's resident Therian (Dire Wolf, Dragon) 
There once was a man from madrass, whose balls were made out of brass. When he'd bang then together they'd play stormy weather and lightning would shoot from his arse.
October 5th 2012, 03:35 AM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
KrisKnox's last three posts prove my point.
October 11th 2014, 10:29 PM
peasantmp.gif
Skurn
Peasant He/Him Equatorial Guinea duck bloop
can't flim flam the glim glam 
This thread further proves that Skorn was a lunatic and deserved being smote by the God of Towel Rags.

Seriously, everything Skorn said in this thread was dumb.