GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Troll special , Rid GFY of Trolls.....and copy pasting dindus (https://gfy.com/showthread.php?t=1185529)

Juicy D. Links 02-28-2016 12:57 PM

Troll special , Rid GFY of Trolls.....and copy pasting dindus
 
CREDIT GOES TO MRPHEER



anybody else??? leave the names i'll add them :winkwink: poof they are gone! :thumbsup:thumbsup

chrome: Tampermonkey - Chrome Web Store

firefox: Greasemonkey :: Add-ons for Firefox

Code:

// ==UserScript==
// @name        gfy.com
// @description block  threads,  posts, etc from certain users
// @include    https://gfy.com/*
// @include    http://*.gfy.com/*
// @require    https://code.jquery.com/jquery-1.7.2.min.js
// @version    1.0
// @grant      none
// ==/UserScript==
 
var hide_users = [
    'brassmonkey',
    'blackmonsters'
];
 
$(document).ready(function () {
    $('#threadslist tbody tr').each(function (thread_index, thread_value) {
        var thread_block = $(this);
        var thread_starter = $('span[style="cursor:pointer"]', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (thread_starter === hide_user) {
//        $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                thread_block.remove();
            }
        });
    });
 
    $('table[id^="post"]').each(function (post_index, post_value) {
        var post_block = $(this);
        var post_author = $('a.bigusername', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (post_author === hide_user) {
                post_block.remove();
            }
        }); //removes entire post of someone on the ignore list.
 
    /**  $('div[style^="margin:"]').each(function (post_index, post_value) {
            var post_block = $(this);
            var post_author = $('strong', this).text();
            $(hide_users).each(function (hide_index, hide_user) {
                if (post_author === hide_user) {
                    post_block.remove();
                }
            });
        }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times but they have to have the name in the quote
**/
 
    }); //end of nested forloops for checking both posts and quotes.
});

// ==UserScript== // @name gfy.com // @description block threads, pos - Pastebin.com

Empfänger Emil 02-28-2016 12:59 PM

:Oh crap:Oh crap:Oh crap

Ernie D. Links 02-28-2016 01:00 PM

:thumbsup:thumbsup:thumbsup:thumbsup

Juicys-Psychiatrist 02-28-2016 01:00 PM

:winkwink::winkwink::winkwink::winkwink::winkwink:

Achmed 02-28-2016 01:01 PM

:pimp:pimp:pimp:pimp:pimp:pimp

#23 02-28-2016 01:08 PM

great shits

candyflip 02-28-2016 01:18 PM

We can use TamperMonkey or GreaseMonkey to get rid of BrassMonkey.

Seems fitting.

EddyTheDog 02-28-2016 01:18 PM

So you can stop trolling BM now?:winkwink:..

mineistaken 02-28-2016 02:37 PM

bump for BM duo

#23 02-28-2016 02:59 PM

see sig..

Horatio Caine 02-28-2016 03:18 PM

You can probably add blackmonster's other nick. The one with purple fonts and nonstop bullshit about nuffins.

CaptainHowdy 02-28-2016 03:20 PM

No fun ...

xXXtesy10 02-28-2016 05:19 PM

whoa my shit! Achmed!

mce 02-28-2016 05:21 PM

Quote:

Originally Posted by Horatio Caine (Post 20741058)
You can probably add blackmonster's other nick. The one with purple fonts and nonstop bullshit about nuffins.

For some reason I thought that tcl dude was Asian....

Mr Pheer 02-28-2016 05:51 PM

Actually the credit should go to Killswitch, he originally wrote the script.

420 02-28-2016 07:09 PM

http://i.imgur.com/80HAAHh.gif

SBJ 02-28-2016 07:17 PM

Quote:

Originally Posted by EddyTheDog (Post 20740961)
So you can stop trolling BM now?:winkwink:..

nope that is all juicy knows how to do these days. It's pathetic. The guy has 124k posts but if you look at his last 50 posts 40-45 of them are him bumping 4-8 yr old bm threads or just trolling his current posts by him :2 cents:

blackmonsters 02-28-2016 09:34 PM

Quote:

Originally Posted by mce (Post 20741170)
For some reason I thought that tcl dude was Asian....

He is.
HC just can't believe that multiple people think his ideas are shit.

:2 cents:

Horatio Caine 02-28-2016 09:48 PM

Quote:

Originally Posted by blackmonsters (Post 20741338)
He is.
HC just can't believe that multiple people think his ideas are shit.

:2 cents:

No, I just noticed that both you disappear from this board at the same time. :1orglaugh
Just like this week. You two live together and on down low?

blackmonsters 02-28-2016 09:58 PM

Quote:

Originally Posted by Horatio Caine (Post 20741341)
No, I just noticed that both you disappear from this board at the same time. :1orglaugh
Just like this week. You two live together and on down low?

Posting everywhere except in your threads isn't exactly disappearing.


:1orglaugh

Spunky 02-28-2016 10:28 PM

Quote:

Originally Posted by SBJ (Post 20741268)
nope that is all juicy knows how to do these days. It's pathetic. The guy has 124k posts but if you look at his last 50 posts 40-45 of them are him bumping 4-8 yr old bm threads or just trolling his current posts by him :2 cents:

It's 125k :2 cents: Juicy = Post Bot Alert!!!!!!!!!!!!!!!!!!!

SBJ 02-28-2016 10:31 PM

Quote:

Originally Posted by Spunky (Post 20741365)
It's 125k :2 cents: Juicy = Post Bot Alert!!!!!!!!!!!!!!!!!!!

oh my bad!! but his post bot is broken and now seems to be just a troll bot :2 cents:

Google Expert 02-28-2016 10:43 PM

Quote:

Originally Posted by Mr Pheer (Post 20741196)
Actually the credit should go to Killswitch, he originally wrote the script.

thanks m8

http://i.imgur.com/dmzW34J.jpg

Horatio Caine 02-28-2016 11:19 PM

Quote:

Originally Posted by blackmonsters (Post 20741343)
Posting everywhere except in your threads isn't exactly disappearing.


:1orglaugh

Everywhere? :1orglaugh:1orglaugh:1orglaugh Come on homie. :1orglaugh

420 02-28-2016 11:52 PM

Quote:

Originally Posted by Muad'Dib (Post 20741373)

heyyyy

http://i.imgur.com/zAsTc4K.png

Sednub997 02-29-2016 01:01 AM

Good obe Juicy

kkkkkk 02-29-2016 03:52 AM

ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ

SAMANTAmax 02-29-2016 10:19 AM

It gonna hit the brassm threads the most

Juicy D. Links 03-01-2016 02:48 PM

Quote:

Originally Posted by SAMANTAmax (Post 20741784)
It gonna hit the brassm threads the most


you must be a blonde

Coup 03-01-2016 03:20 PM

http://i.imgur.com/vHNDWDC.jpg

http://i.imgur.com/dCi9OBi.gif

Grapesoda 03-01-2016 07:02 PM

Quote:

Originally Posted by Horatio Caine (Post 20741058)
You can probably add blackmonster's other nick. The one with purple fonts and nonstop bullshit about nuffins.

:1orglaugh:1orglaugh:1orglaugh

xXXtesy10 03-04-2016 03:07 PM

thank for this

nico-t 03-04-2016 04:49 PM

Quote:

Originally Posted by Horatio Caine (Post 20741341)
No, I just noticed that both you disappear from this board at the same time. :1orglaugh
Just like this week. You two live together and on down low?

i guess tcl is the woman in the relationship judging by his gay purple/pink font he uses for every post...

brassmonkey 03-04-2016 04:57 PM

Quote:

Originally Posted by Spunky (Post 20741365)
It's 125k :2 cents: Juicy = Post Bot Alert!!!!!!!!!!!!!!!!!!!

:1orglaugh:1orglaugh:1orglaugh :thumbsup:thumbsup

Horatio Caine 03-04-2016 10:53 PM

Quote:

Originally Posted by nico-t (Post 20747899)
i guess tcl is the woman in the relationship judging by his gay purple/pink font he uses for every post...

No, I think he is a community college black guy. Sometimes I read his shit and I say "wow, he has a point 101".. then he posts something so BM.

johnnyloadproductions 03-05-2016 12:30 AM

Cool that people have my mod in there, I just wish I didn't comment out what I have.
Remove the
Code:

/**
and
Code:

**/
in the last block of code

Otherwise it's exactly as killswitch' original script. With the mod you won't see there quotes from a person you don't have on ignore.
I've modified my dropbox link.

Code:

// ==UserScript==
// @name        gfy.com
// @description block  threads,  posts, etc from certain users
// @include    https://gfy.com/*
// @include    http://*.gfy.com/*
// @require    https://code.jquery.com/jquery-1.7.2.min.js
// @version    1.0
// @grant      none
// ==/UserScript==

var hide_users = [
    'TTI-Rich',
    'DVTimes',
    'Twitter',
    'brassmonkey',
    'ShowMe69',
    'AFSC',
    'jerkules',
    'desertfoxx',
    'xXXtesy10',
    'clickity click',
    'johnnyloadproductions'
];

$(document).ready(function () {
    $('#threadslist tbody tr').each(function (thread_index, thread_value) {
        var thread_block = $(this);
        var thread_starter = $('span[style="cursor:pointer"]', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (thread_starter === hide_user) {
//        $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                thread_block.remove();
            }
        });
    });

    $('table[id^="post"]').each(function (post_index, post_value) {
        var post_block = $(this);
        var post_author = $('a.bigusername', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (post_author === hide_user) {
                post_block.remove();
            }
        }); //removes entire post of someone on the ignore list.

        $('div[style^="margin:"]').each(function (post_index, post_value) {
            var post_block = $(this);
            var post_author = $('strong', this).text();
            $(hide_users).each(function (hide_index, hide_user) {
                if (post_author === hide_user) {
                    post_block.remove();
                }
            });
        }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times but they have to have the name in the quote



    }); //end of nested forloops for checking both posts and quotes.
});


Juicy D. Links 03-05-2016 05:10 AM

Quote:

Originally Posted by johnnyloadproductions (Post 20748523)
Cool that people have my mod in there, I just wish I didn't comment out what I have.
Remove the
Code:

/**
and
Code:

**/
in the last block of code

Otherwise it's exactly as killswitch' original script. With the mod you won't see there quotes from a person you don't have on ignore.
I've modified my dropbox link.

Code:

// ==UserScript==
// @name        gfy.com
// @description block  threads,  posts, etc from certain users
// @include    https://gfy.com/*
// @include    http://*.gfy.com/*
// @require    https://code.jquery.com/jquery-1.7.2.min.js
// @version    1.0
// @grant      none
// ==/UserScript==

var hide_users = [
    'TTI-Rich',
    'DVTimes',
    'Twitter',
    'brassmonkey',
    'ShowMe69',
    'AFSC',
    'jerkules',
    'desertfoxx',
    'xXXtesy10',
    'clickity click',
    'johnnyloadproductions'
];

$(document).ready(function () {
    $('#threadslist tbody tr').each(function (thread_index, thread_value) {
        var thread_block = $(this);
        var thread_starter = $('span[style="cursor:pointer"]', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (thread_starter === hide_user) {
//        $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                thread_block.remove();
            }
        });
    });

    $('table[id^="post"]').each(function (post_index, post_value) {
        var post_block = $(this);
        var post_author = $('a.bigusername', this).text();
        $(hide_users).each(function (hide_index, hide_user) {
            if (post_author === hide_user) {
                post_block.remove();
            }
        }); //removes entire post of someone on the ignore list.

        $('div[style^="margin:"]').each(function (post_index, post_value) {
            var post_block = $(this);
            var post_author = $('strong', this).text();
            $(hide_users).each(function (hide_index, hide_user) {
                if (post_author === hide_user) {
                    post_block.remove();
                }
            });
        }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times but they have to have the name in the quote



    }); //end of nested forloops for checking both posts and quotes.
});



good stuff :thumbsup:thumbsup:thumbsup

Sednub997 03-05-2016 11:15 AM

my support.we should ride for the useless copy past threads once for all

Juicy D. Links 03-05-2016 12:41 PM

Quote:

Originally Posted by Sednub997 (Post 20749294)
my support.we should ride for the useless copy past threads once for all

:thumbsup:thumbsup:thumbsup:thumbsup

Penny24Seven 03-06-2016 03:01 PM

Quote:

Originally Posted by Muad'Dib (Post 20741373)

this guy is cool, wish he was back, why ban him anyway, smart guy, funny post, we need shit like that

johnnyloadproductions 03-07-2016 12:15 AM

Quote:

Originally Posted by Brian837 (Post 20751922)
this guy is cool, wish he was back, why ban him anyway, smart guy, funny post, we need shit like that

Eh... I don't outright hate him but he had no respect for content owners. He hangs out on IQ69.com all the time (at least the few times I visited he was either logged in or had a post within the day or two of my visit), IQ69.com has similar/same owners of wjunction.com which is the goto place for file locker affiliates.

I'm sure he had an account or two on here.

cayne 03-11-2016 10:46 AM

haha, great to see Juicy is still alive...oh god, I miss the ol days! :D

#23 03-14-2016 09:33 AM

great tool to bad it doesnt block BM from the internet

blogspot 04-11-2016 01:58 PM

Thanks Juicy I can't see Irwin Jones daily rape threads anymore!

brassmonkey 04-11-2016 02:16 PM

Quote:

Originally Posted by blogspot (Post 20831312)
Thanks Juicy I can't see Irwin Jones daily rape threads anymore!

Mr Butler aka $money$ stop the bs already :2 cents::2 cents:

CaptainHowdy 04-11-2016 02:22 PM

I dindu nufin' ...

mineistaken 01-15-2017 04:06 PM

Quote:

Originally Posted by CaptainHowdy (Post 20831408)
I dindu nufin' ...

Funny how it was a phase on GFY as not much of that "didnu" was posted during recent months.

brassmonkey 01-15-2017 04:10 PM

The Troll Special!!!!!

mineistaken 01-15-2017 04:13 PM

fiddy dindus

mineistaken 01-15-2017 04:14 PM

Quote:

Originally Posted by brassmonkey (Post 21454162)

rip off code, thumbs down, cripster.


All times are GMT -7. The time now is 03:53 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc