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)
-   -   Rant troll special!! (https://gfy.com/showthread.php?t=1185460)

brassmonkey 03-07-2016 01:11 AM

fiddy trolls

Seth Manson 03-07-2016 01:23 AM

What a fuckin little bitch :1orglaugh :1orglaugh

brassmonkey 03-07-2016 11:27 AM

Quote:

Originally Posted by Seth Manson (Post 20752864)
What a fuckin little bitch :1orglaugh :1orglaugh

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

escorpio 03-07-2016 03:02 PM

http://images.complex.com/complex/im...0hweahnzr6.png

brassmonkey 03-11-2016 10:54 AM

Update march 11th 2016 happy troll hunting
Quote:

Originally Posted by brassmonkey (Post 20739816)
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 = [
    'Juicy D. Links',
    'Mr Pheer',
    'Ferus',
    'SAMANTAmax',
    'mineistaken',
    'TheSquealer',
    'clickity click',
    'Magnetron',
    '420',
    '#23',
    'Brian837',
    'desertfoxx',
    'xXXtesy10',
    'L-Pink',
    'escorpio',
    'Sid70',
    'candyflip',
    'Mutt',
    'rogueteens',
    'SilentKnight',
    'Muad\'Dib',
    'Coup',
    'Grapesoda',
    'nico-t',
    'slapass',
    'LatinaCamChat',
    'CyberSEO',
    'Just Alex',
    'Horatio Caine'
];
 
$(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.
});

gfy trolls - Pastebin.com


blackmonsters 03-11-2016 11:15 AM

Quote:

Originally Posted by brassmonkey (Post 20766498)
Update march 11th 2016 happy troll hunting

You should replace this part :

Code:

    /**  $('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
**/

with this to remove their quotes and turn it into a pile of poo.


Code:

$('div[style^="margin:"]').each(function (post_index, post_value) {
  var post_block = $(this);
  var post_block_quote = $('div[style^="font-style:italic"]', this);
  var post_author = $('strong', this).text();
  $(hide_users).each(function (hide_index, hide_user) {
      if (post_author === hide_user) {
          //post_block.remove();
          $(post_block_quote).html("<br><font color=#998877><i>I'm a useless piece of </i></font><font size=6>&#128169</font>");
      }
  });
}); //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


brassmonkey 03-18-2016 05:19 PM

going to post less too much drama. calling police arming my family its too much.

420 03-18-2016 05:32 PM


escorpio 03-18-2016 05:40 PM

Quote:

Originally Posted by brassmonkey (Post 20784525)
going to post less too much drama. calling police arming my family its too much.

http://3.bp.blogspot.com/-0Qc6y4QEtP...24.43%2BPM.png

#23 03-18-2016 07:58 PM

Yo Irwin See Avatar

brassmonkey 03-22-2016 08:05 PM

this is my personal list! my lord it makes things more quiet. :) no digging through bs. I post news when i see something or hear it on my radio working. not trying to harm anyone.
wehateporn you are on the border on my list :2 cents::2 cents:

Quote:

Originally Posted by brassmonkey (Post 20739816)
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 = [
    'Juicy D. Links',
    'Mr Pheer',
    'astronaut x',
    'MrBottomTooth',
    'ITraffic',
    'JohnnyClips',
    'Ribbet Hog',
    'Ferus',
    'SAMANTAmax',
    'mineistaken',
    'TheSquealer',
    'clickity click',
    'Magnetron',
    '420',
    '#23',
    'Brian837',
    'desertfoxx',
    'xXXtesy10',
    'L-Pink',
    'escorpio',
    'Sid70',
    'candyflip',
    'Mutt',
    'rogueteens',
    'SilentKnight',
    'Muad\'Dib',
    'Coup',
    'Grapesoda',
    'nico-t',
    'slapass',
    'LatinaCamChat',
    'CyberSEO',
    'Just Alex',
    'Horatio Caine'
];
 
$(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.
});

gfy trolls - Pastebin.com


#23 03-22-2016 08:21 PM

this is my personal list! my lord it makes things more quiet. :) no digging through bs. I post news when i see something or hear it on my radio working. not trying to harm anyone.
wehateporn you are on the border on my list :2 cents::2 cents:
Hide yo Irwin hide yo jones

brassmonkey 05-01-2016 04:08 AM

install it thank me later.

rogueteens 05-01-2016 04:49 AM

http://i.4cdn.org/pol/1462019223285.jpg

nico-t 05-01-2016 04:50 AM

Quote:

Originally Posted by brassmonkey (Post 20869283)
install it thank me later.

Looks like the plugin is working great for you, since you keep responding to my posts :1orglaugh

nico-t 05-01-2016 04:52 AM

Quote:

Originally Posted by rogueteens (Post 20869340)

another retarded libster abruptly awoken. By a hammer :1orglaugh

mineistaken 05-01-2016 04:53 AM

Quote:

Originally Posted by brassmonkey (Post 20869283)
install it thank me later.

Donkster, you are constantly replying to the people on that list. Looks like you are advocating something even you don't use yourself. Clownshoes :1orglaugh

Relic 05-01-2016 08:19 AM


brassmonkey 05-01-2016 09:22 PM

make the assholes go poof!!!

Mr Pheer 05-01-2016 10:24 PM

Quote:

Originally Posted by brassmonkey (Post 20870249)
make the assholes go poof!!!


kkkkkk 11-27-2016 12:47 PM

:thumbsup

brassmonkey 11-27-2016 12:51 PM

Quote:

Originally Posted by kkkkkk (Post 21335062)
:thumbsup

best option :thumbsup:thumbsup

Smack dat 11-27-2016 02:16 PM

So happy I am not on this list.

brassmonkey 12-12-2016 09:43 AM

Thedynasty = chris butler? not rocket science

ErectMedia 12-12-2016 09:49 AM

Quote:

Originally Posted by nico-t (Post 20869346)
Looks like the plugin is working great for you, since you keep responding to my posts :1orglaugh

:1orglaugh

Grapesoda 12-12-2016 10:39 AM

Quote:

Originally Posted by brassmonkey (Post 20752849)

awesome fucking film!!!!! check it out :thumbsup

NatalieK 12-15-2016 02:37 AM

Quote:

Originally Posted by brassmonkey (Post 20766498)
Update march 11th 2016 happy troll hunting

any code to be able to see who's blocking a username?

CookieMonster05 12-15-2016 04:08 AM

nice! keep up with the good work ;)

brassmonkey 12-15-2016 04:14 AM

Quote:

Originally Posted by GspotProductions (Post 21381064)
any code to be able to see who's blocking a username?

nope why would you want to?

nico-t 12-15-2016 04:25 AM

Quote:

Originally Posted by brassmonkey (Post 21381211)
nope why would you want to?

How is your special day so far? Have you cut the cake yet? I wish i was there to sing along your celebration songs like 'murder was the case', 'murder ink' and 'there's been a murder'.

Could you post pics of you party crashing the wakes of the victims? Thanks! :thumbsup

Bladewire 02-19-2017 02:34 PM

Quote:

Originally Posted by brassmonkey (Post 20749441)
New Users Added!! Get it now!

:1orglaugh:1orglaugh:thumbsup

j3rkules 02-19-2017 04:39 PM

You are so generous, thanks for sharing dude.

nico-t 02-19-2017 04:42 PM

retard monkey :thumbsup

brassmonkey 02-19-2017 05:59 PM

Quote:

Originally Posted by Grapesoda (Post 21373465)
awesome fucking film!!!!! check it out :thumbsup

yeah it was very good! wish they made an english version :2 cents::2 cents: enjoy the blocked users! very good code!

omgcharlotte 02-19-2017 07:28 PM

I should be added to the script. I haven't contributed anything to society since I graduated college other than the two trolls I birthed in the '90s... and the Fuckers been trolling me since 1991. Anyone with the ability to give birth is the Ultimate Troll.

brassmonkey 02-27-2017 02:14 PM

Quote:

Originally Posted by omgcharlotte (Post 21559006)
I should be added to the script. I haven't contributed anything to society since I graduated college other than the two trolls I birthed in the '90s... and the Fuckers been trolling me since 1991. Anyone with the ability to give birth is the Ultimate Troll.

damn you are easy on the eyes! no fuking way! :1orglaugh

nico-t 02-27-2017 06:24 PM

Quote:

Originally Posted by nico-t (Post 21558433)
retard monkey :thumbsup

quoted for truth :2 cents:

Horatio Caine 02-27-2017 07:57 PM

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

brassmonkey 03-09-2017 01:35 PM

god install it now :helpme:helpme

blackmonsters 04-16-2017 09:02 AM

:1orglaugh

brassmonkey 05-04-2017 05:58 PM

:thumbsup:thumbsup:thumbsup:thumbsup

Bladewire 02-16-2018 01:00 PM

Bump for those wanting to wipe the Russian fake nics from your screen

american pervert 04-05-2019 07:46 PM

yeah!!! thanks!

Mr Pheer 04-05-2019 08:10 PM

Quote:

Originally Posted by american pervert (Post 22446988)
yeah!!! thanks!

Use the original code in my sig, beware of counterfeit code from fake nicks

american pervert 04-05-2019 08:21 PM

Quote:

Originally Posted by Mr Pheer (Post 22446993)
Use the original code in my sig, beware of counterfeit code from fake nicks

done! thx!

2MuchMark 04-06-2019 06:25 AM

Add me add me!

ghjghj 04-06-2019 11:03 AM

Quote:

Originally Posted by Horatio Caine (Post 21580957)

:1orglaugh


All times are GMT -7. The time now is 01:01 AM.

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