Use this to make GFY great again

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mr Pheer
    So Fucking Banned
    • Dec 2002
    • 22083

    #1

    Business Use this to make GFY great again

    Add this script to your Greasemonkey or Tampermonkey browser extensions, and watch GFY become instantly awesome again by removing most of the shitgibbons that post here.


    Code:
    // ==UserScript==
    // @name gfy.com
    // @description block threads, posts, etc from certain users
    // @include https://gfy.com/*
    // @include http://*.gfy.com/*
    // @include https://gfy.com/*
    // @include https://*.gfy.com/*
    // @require https://code.jquery.com/jquery-1.7.2.min.js
    // @version 1.0
    // @grant none
    // ==/UserScript==
    
    var hide_users = [
    'Bladewire', '2MuchMark', 'crockett', 'Rochard', 'Dead Eye', 'GspotProductions', 'crucifissio', 'blackmonsters', 'thommy', 'RedFred'
    ];
    
    $(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_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
    
    }); //end of nested forloops for checking both posts and quotes.
    });
  • SilentKnight
    Megan Fox's fluffer
    • Oct 2005
    • 24818

    #2


    Works great, thx

    Comment

    • Spunky
      I need a beer
      • Jun 2002
      • 133986

      #3
      Why are you an angry man? What's the matter with Gibbons?

      Comment

      • AdultKing
        Raise Your Weapon
        • Jun 2003
        • 15601

        #4
        Thank you

        Comment

        • Spunky
          I need a beer
          • Jun 2002
          • 133986

          #5
          I think Mr Pheer was molested at one time

          Comment

          • Mr Pheer
            So Fucking Banned
            • Dec 2002
            • 22083

            #6
            Originally posted by Spunky
            I think Mr Pheer was molested at one time
            Shutup, you Snow Mexican.


            Code updated.

            Code:
            // ==UserScript==
            // @name gfy.com
            // @description block threads, posts, etc from certain users
            // @include https://gfy.com/*
            // @include http://*.gfy.com/*
            // @include https://gfy.com/*
            // @include https://*.gfy.com/*
            // @require https://code.jquery.com/jquery-1.7.2.min.js
            // @version 1.0
            // @grant none
            // ==/UserScript==
            
            var hide_users = [
            'Spunky', 'Bladewire', '2MuchMark', 'crockett', 'Rochard', 'Dead Eye', 'GspotProductions', 'crucifissio', 'blackmonsters', 'thommy', 'RedFred'
            ];
            
            $(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_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
            
            }); //end of nested forloops for checking both posts and quotes.
            });

            Comment

            • Spunky
              I need a beer
              • Jun 2002
              • 133986

              #7
              That's ok. I don't understand the anger at why he must use a script to block people. Don't read their topics and ignore the replys that upset him. It will get better

              Comment

              • Mr Pheer
                So Fucking Banned
                • Dec 2002
                • 22083

                #8
                When someone gets quoted and they are on your ignore list, it looks like this:



                It gets to be pretty entertaining.

                Comment

                • Spunky
                  I need a beer
                  • Jun 2002
                  • 133986

                  #9
                  Or just use the ignore button

                  Comment

                  • crockett
                    in a van by the river
                    • May 2003
                    • 76818

                    #10
                    Funny McQeer doesn't post any of his radical right wing nutters on there..

                    Guess he needs his safe space where no one disagrees with him..


                    It's the only way McQeer can attempt to win a argument..
                    In November, you can vote for America's next president or its first dictator.

                    Comment

                    • AdultKing
                      Raise Your Weapon
                      • Jun 2003
                      • 15601

                      #11
                      Originally posted by crockett
                      Funny McQeer doesn't post any of his radical right wing nutters on there..

                      Guess he needs his safe space where no one disagrees with him..
                      You know you can add , remove any nick from the script?

                      Comment

                      • Mr Pheer
                        So Fucking Banned
                        • Dec 2002
                        • 22083

                        #12
                        Originally posted by crockett
                        Funny McQeer doesn't post any of his radical right wing nutters on there..

                        Guess he needs his safe space where no one disagrees with him..
                        They aren't the ones that have made this place go to shit. It's been you, your boyfriend Bladewire, and the others that are prepopulated in the script. People can change it if they want.

                        And like always, you assume too much because you have tunnel vision. Just because I posted a script, doesn't mean I'm using it for myself. It's not crockett science.

                        Comment

                        • Mr Pheer
                          So Fucking Banned
                          • Dec 2002
                          • 22083

                          #13
                          Originally posted by AdultKing
                          You know you can add , remove any nick from the script?
                          No, he's too stupid to realize anything

                          Comment

                          • Spunky
                            I need a beer
                            • Jun 2002
                            • 133986

                            #14
                            Code Updated!

                            Mr Pheer is a homo! Gayest of the gay forever!
                            // ==UserScript==
                            // @name gfy.com
                            // @description block threads, posts, etc from certain users
                            // @include https://gfy.com/*
                            // @include http://*.gfy.com/*
                            // @include https://gfy.com/*
                            // @include https://*.gfy.com/*
                            // @require https://code.jquery.com/jquery-1.7.2.min.js
                            // @version 1.0
                            // @grant none
                            // ==/UserScript==

                            var hide_users = [
                            'Mr Pheer'
                            ];

                            $(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_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

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

                            Comment

                            • Mr Pheer
                              So Fucking Banned
                              • Dec 2002
                              • 22083

                              #15
                              Originally posted by Spunky
                              I'm gay.
                              Thanks. It doesn't bother me the least bit if people ignore me. Why don't you be the first one?

                              Comment

                              • Mr Pheer
                                So Fucking Banned
                                • Dec 2002
                                • 22083

                                #16


                                Comment

                                • crockett
                                  in a van by the river
                                  • May 2003
                                  • 76818

                                  #17
                                  Originally posted by Mr Pheer
                                  They aren't the ones that have made this place go to shit. It's been you, your boyfriend Bladewire, and the others that are prepopulated in the script. People can change it if they want.

                                  And like always, you assume too much because you have tunnel vision. Just because I posted a script, doesn't mean I'm using it for myself. It's not crockett science.
                                  Really so onwebcam posting non stop alt right topic, onehunglow posting non stop racist topics.. You crying non stop.. you guys make it great again..

                                  lol what I tool..
                                  In November, you can vote for America's next president or its first dictator.

                                  Comment

                                  • EddyTheDog
                                    Just Doing My Own Thing
                                    • Jan 2011
                                    • 25433

                                    #18
                                    My brain comes with it's own ignore feature - It's incredible - I don't want to read something and just like that I don't...

                                    Maybe there is some kind of hack or workaround so we can get it working in your brain as well.....

                                    Comment

                                    • Mr Pheer
                                      So Fucking Banned
                                      • Dec 2002
                                      • 22083

                                      #19

                                      Comment

                                      • lmfao irl
                                        Confirmed User
                                        • Dec 2018
                                        • 602

                                        #20
                                        Originally posted by Mr Pheer
                                        shitgibbons

                                        Comment

                                        • adultchatpay
                                          Let's Make Money
                                          • Dec 2008
                                          • 8785

                                          #21
                                          Looks good!

                                          Comment

                                          • Paul Markham
                                            Too old to care
                                            • Jun 2001
                                            • 52942

                                            #22
                                            A great script for those anti-free speech.



                                            Blowout deal. 880 videos, 2,400 image sets, plus many RAW videos. $500.
                                            PM me for a deal. Skype Paulmarkham70

                                            Comment

                                            • lmfao irl
                                              Confirmed User
                                              • Dec 2018
                                              • 602

                                              #23
                                              Originally posted by Paul Markham
                                              A great script for those anti-free speech.

                                              Comment

                                              • lmfao irl
                                                Confirmed User
                                                • Dec 2018
                                                • 602

                                                #24
                                                Originally posted by Mr Pheer
                                                When someone gets quoted and they are on your ignore list, it looks like this:



                                                It gets to be pretty entertaining.
                                                lmfao irl

                                                Comment

                                                • Mr Pheer
                                                  So Fucking Banned
                                                  • Dec 2002
                                                  • 22083

                                                  #25
                                                  Originally posted by Paul Markham
                                                  A great script for those anti-free speech.
                                                  How is this anti-free anything? The shitgibbons are free to howl about anything they want, others are free to choose if they want to see a bunch of monkeyscribble or not.

                                                  Comment

                                                  • Klen
                                                    • Aug 2006
                                                    • 32235

                                                    #26
                                                    Originally posted by EddyTheDog
                                                    My brain comes with it's own ignore feature - It's incredible - I don't want to read something and just like that I don't...

                                                    Maybe there is some kind of hack or workaround so we can get it working in your brain as well.....
                                                    Same,after spending 13 years on this forum and seeing all kind of shit nothing can surprise me.

                                                    Comment

                                                    • AdultKing
                                                      Raise Your Weapon
                                                      • Jun 2003
                                                      • 15601

                                                      #27
                                                      Originally posted by Paul Markham
                                                      A great script for those anti-free speech.
                                                      Yep, add Paul "I'm an expert on everything" Markham to that list.

                                                      Comment

                                                      • Mr Pheer
                                                        So Fucking Banned
                                                        • Dec 2002
                                                        • 22083

                                                        #28
                                                        Originally posted by AdultKing
                                                        Yep, add Paul "I'm an expert on everything" Markham to that list.
                                                        Code updated.

                                                        Code:
                                                        // ==UserScript==
                                                        // @name gfy.com
                                                        // @description block threads, posts, etc from certain users
                                                        // @include https://gfy.com/*
                                                        // @include http://*.gfy.com/*
                                                        // @include https://gfy.com/*
                                                        // @include https://*.gfy.com/*
                                                        // @require https://code.jquery.com/jquery-1.7.2.min.js
                                                        // @version 1.0
                                                        // @grant none
                                                        // ==/UserScript==
                                                        
                                                        var hide_users = [
                                                        'Paul Markham', 'Spunky', 'Bladewire', '2MuchMark', 'crockett', 'Rochard', 'Dead Eye', 'GspotProductions', 'crucifissio', 'blackmonsters', 'thommy', 'RedFred'
                                                        ];
                                                        
                                                        $(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_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
                                                        
                                                        }); //end of nested forloops for checking both posts and quotes.
                                                        });

                                                        Comment

                                                        • seeandsee
                                                          Check SIG!
                                                          • Mar 2006
                                                          • 50945

                                                          #29
                                                          gfy is here because of scripts like this one
                                                          BUY MY SIG - 50$/Year

                                                          Contact here

                                                          Comment

                                                          • Paul Markham
                                                            Too old to care
                                                            • Jun 2001
                                                            • 52942

                                                            #30
                                                            Originally posted by Mr Pheer
                                                            How is this anti-free anything? The shitgibbons are free to howl about anything they want, others are free to choose if they want to see a bunch of monkeyscribble or not.
                                                            Because it can be used by those who classify "shitgibbons" and "monkeyscribble" as anyone who disagrees with them.

                                                            My ignore list is short and only contains those who keep going directly to insults. Even those I will occasionally read.



                                                            Blowout deal. 880 videos, 2,400 image sets, plus many RAW videos. $500.
                                                            PM me for a deal. Skype Paulmarkham70

                                                            Comment

                                                            • Paul Markham
                                                              Too old to care
                                                              • Jun 2001
                                                              • 52942

                                                              #31
                                                              Originally posted by AdultKing
                                                              Yep, add Paul "I'm an expert on everything" Markham to that list.
                                                              Please add me to your list.



                                                              Blowout deal. 880 videos, 2,400 image sets, plus many RAW videos. $500.
                                                              PM me for a deal. Skype Paulmarkham70

                                                              Comment

                                                              • Paul Markham
                                                                Too old to care
                                                                • Jun 2001
                                                                • 52942

                                                                #32
                                                                IMO without the political posts and fun posts GFY would have gone the same way so many other boards. Adult King tries vainly to start business threads, the number of views and replies show the demand for "more business posts" on GFY.

                                                                People we rarely hear from cry for the lack of business posts, without starting many themselves.

                                                                How would this board look if Hillary had won the election. No "Orange man is bad" threads that's for sure.

                                                                So celebrate the political posts on GFY.



                                                                Blowout deal. 880 videos, 2,400 image sets, plus many RAW videos. $500.
                                                                PM me for a deal. Skype Paulmarkham70

                                                                Comment

                                                                • NatalieK
                                                                  Natalie K
                                                                  • Apr 2010
                                                                  • 20106

                                                                  #33
                                                                  Originally posted by Spunky
                                                                  Or just use the ignore button
                                                                  exactly this


                                                                  he´s obviously an idiot, because tbh, if you check most of my posts, other than when I add a few of my own images (this is an adult forum & is allowed to show our content), my posts are usually trying to help or give links to worthwhile sites for advice, never do I cuss and create shit, so the only piece of shit here I can see is, McQeer himself

                                                                  McQeer, obvious troll and self righteous stain up his own ass
                                                                  My official site Custom vids Make money & get into the businessFirst time girls
                                                                  Skype: GspotProductions - "Converting traffic into income since 2005"

                                                                  Comment

                                                                  • blackmonsters
                                                                    Making PHP work
                                                                    • Nov 2002
                                                                    • 20961

                                                                    #34
                                                                    Originally posted by Spunky
                                                                    Mr Pheer is a homo! Gayest of the gay forever!
                                                                    // ==UserScript==
                                                                    // @name gfy.com
                                                                    // @description block threads, posts, etc from certain users
                                                                    // @include https://gfy.com/*
                                                                    // @include http://*.gfy.com/*
                                                                    // @include https://gfy.com/*
                                                                    // @include https://*.gfy.com/*
                                                                    // @require https://code.jquery.com/jquery-1.7.2.min.js
                                                                    // @version 1.0
                                                                    // @grant none
                                                                    // ==/UserScript==

                                                                    var hide_users = [
                                                                    'Mr Pheer'
                                                                    ];

                                                                    $(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_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

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



                                                                    Free Open Source Live Aggregated Cams Script (FOSLACS)

                                                                    Comment

                                                                    • Acepimp
                                                                      All Facts Matter
                                                                      • Jan 2012
                                                                      • 20309

                                                                      #35
                                                                      Nice script! The main problem is that it also removes the fun that comes from destroying these brainwashed fools with the facts. Like this for example:


                                                                      Originally posted by crockett
                                                                      Really so onwebcam posting non stop alt right topic, onehunglow posting non stop racist topics.. You crying non stop.. you guys make it great again.

                                                                      Crockett you dumbass, Onwebcam posts factual info backed up with sources. You're just allergic to facts. And if you think Onehunglo is racist because he posts more facts, backed up with crime statistics, you might be a brainwashed leftard. You've never proved any us wrong about anything. Get some facts, dumbass.
                                                                      Earn Recurring Money with ➜ Live Adult Webcams | CrakRevenue | Dream Cash

                                                                      Just Surfing? The Sexiest Models Are At >> CBCamgirls.com

                                                                      Chat with live Streamate Camgirls

                                                                      Comment

                                                                      • Mr Pheer
                                                                        So Fucking Banned
                                                                        • Dec 2002
                                                                        • 22083

                                                                        #36
                                                                        Originally posted by GspotProductions
                                                                        if you check most of my posts, other than when I add a few of my own images (this is an adult forum & is allowed to show our content),
                                                                        THAT's why you got added! I'll be reading a thread and then suddenly there you are with those... those "pics" and I'm throwing up into my own fucking mouth. Fuck why should someone be forced to see that?!

                                                                        Comment

                                                                        • crockett
                                                                          in a van by the river
                                                                          • May 2003
                                                                          • 76818

                                                                          #37
                                                                          Originally posted by Spunky
                                                                          Mr Pheer is a homo! Gayest of the gay forever!
                                                                          // ==UserScript==
                                                                          // @name gfy.com
                                                                          // @description block threads, posts, etc from certain users
                                                                          // @include https://gfy.com/*
                                                                          // @include http://*.gfy.com/*
                                                                          // @include https://gfy.com/*
                                                                          // @include https://*.gfy.com/*
                                                                          // @require https://code.jquery.com/jquery-1.7.2.min.js
                                                                          // @version 1.0
                                                                          // @grant none
                                                                          // ==/UserScript==

                                                                          var hide_users = [
                                                                          'Mr Pheer'
                                                                          ];

                                                                          $(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_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

                                                                          }); //end of nested forloops for checking both posts and quotes.
                                                                          });
                                                                          I'm using this version now..
                                                                          In November, you can vote for America's next president or its first dictator.

                                                                          Comment

                                                                          • King Mark
                                                                            So Fucking Banned
                                                                            • Aug 2016
                                                                            • 27033

                                                                            #38
                                                                            Originally posted by Mr Pheer
                                                                            Just because I posted a script, doesn't mean I'm using it for myself. It's not crockett science.
                                                                            Bro, you've literally posted like 2 or 3 screen shots showi... Nevermind man

                                                                            Have fun with your safe space snowflake script, dweeb

                                                                            Comment

                                                                            • Mr Pheer
                                                                              So Fucking Banned
                                                                              • Dec 2002
                                                                              • 22083

                                                                              #39
                                                                              Originally posted by Dead Eye
                                                                              Bro, you've literally posted like 2 or 3 screen shots showi... Nevermind man

                                                                              Have fun with your safe space snowflake script, dweeb

                                                                              The box... think outside of it... if the Prophet Mohammed allows you to.

                                                                              Comment

                                                                              • SilentKnight
                                                                                Megan Fox's fluffer
                                                                                • Oct 2005
                                                                                • 24818

                                                                                #40
                                                                                Originally posted by Mr Pheer
                                                                                THAT's why you got added! I'll be reading a thread and then suddenly there you are with those... those "pics" and I'm throwing up into my own fucking mouth. Fuck why should someone be forced to see that?!

                                                                                Comment

                                                                                • 2MuchMark
                                                                                  Mark of 2Much.net
                                                                                  • Aug 2004
                                                                                  • 50969

                                                                                  #41
                                                                                  You should call that the "build your own bubble" script, Mr. Pheer.

                                                                                  I think it's better to talk to people that you disagree with once in a while. Make your point, argue if you want, but at least consider other peoples ideas. It'll make you a better person and maybe one day, you can get to be as cool as me.
                                                                                  (o)(o)TITS!

                                                                                  Comment

                                                                                  • just a punk
                                                                                    So fuckin' bored
                                                                                    • Jun 2003
                                                                                    • 32393

                                                                                    #42
                                                                                    Originally posted by EddyTheDog
                                                                                    My brain comes with it's own ignore feature - It's incredible - I don't want to read something and just like that I don't...
                                                                                    I have this superpower too. GFY super heroes unite!

                                                                                    Obey the Cowgod

                                                                                    Comment

                                                                                    • beerptrol
                                                                                      Confirmed Asshole
                                                                                      • Feb 2003
                                                                                      • 12722

                                                                                      #43
                                                                                      You alt right have your heads so far up Chump's ass, you don't need a script
                                                                                      “If we are to have another contest in the near future of our national existence, I predict that the dividing line will not be Mason and Dixon's but between patriotism and intelligence on the one side, and superstition, ambition and ignorance on the other.”
                                                                                      -- Ulysses S. Grant

                                                                                      Comment

                                                                                      • Mr Pheer
                                                                                        So Fucking Banned
                                                                                        • Dec 2002
                                                                                        • 22083

                                                                                        #44
                                                                                        Code updated.

                                                                                        Code:
                                                                                        // ==UserScript==
                                                                                        // @name gfy.com
                                                                                        // @description block threads, posts, etc from certain users
                                                                                        // @include https://gfy.com/*
                                                                                        // @include http://*.gfy.com/*
                                                                                        // @include https://gfy.com/*
                                                                                        // @include https://*.gfy.com/*
                                                                                        // @require https://code.jquery.com/jquery-1.7.2.min.js
                                                                                        // @version 1.0
                                                                                        // @grant none
                                                                                        // ==/UserScript==
                                                                                        
                                                                                        var hide_users = [
                                                                                        'beerptrol', 'CyberSEO', 'Paul Markham', 'Spunky', 'Bladewire', '2MuchMark', 'crockett', 'Rochard', 'Dead Eye', 'GspotProductions', 'crucifissio', 'blackmonsters', 'thommy', 'RedFred'
                                                                                        ];
                                                                                        
                                                                                        $(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_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
                                                                                        
                                                                                        }); //end of nested forloops for checking both posts and quotes.
                                                                                        });

                                                                                        Comment

                                                                                        • ruff
                                                                                          I have a plan B
                                                                                          • Aug 2004
                                                                                          • 5507

                                                                                          #45
                                                                                          What a bunch of whiny little right wing shits. I imagine every single one of you has a hard-on right now.
                                                                                          CryptoFeeds

                                                                                          Comment

                                                                                          • astronaut x
                                                                                            Too lazy to set a custom title
                                                                                            • May 2011
                                                                                            • 4844

                                                                                            #46
                                                                                            So original OP.

                                                                                            So original.
                                                                                            Hello

                                                                                            Comment

                                                                                            • Mr Pheer
                                                                                              So Fucking Banned
                                                                                              • Dec 2002
                                                                                              • 22083

                                                                                              #47
                                                                                              Originally posted by astronaut x
                                                                                              So original OP.

                                                                                              So original.
                                                                                              LoL I don't give a shit about your fucking approval

                                                                                              Comment

                                                                                              • baddog
                                                                                                So Fucking Banned
                                                                                                • Apr 2001
                                                                                                • 107089

                                                                                                #48
                                                                                                Originally posted by Mr Pheer
                                                                                                Code updated.

                                                                                                Code:
                                                                                                // ==UserScript==
                                                                                                // @name gfy.com
                                                                                                // @description block threads, posts, etc from certain users
                                                                                                // @include https://gfy.com/*
                                                                                                // @include http://*.gfy.com/*
                                                                                                // @include https://gfy.com/*
                                                                                                // @include https://*.gfy.com/*
                                                                                                // @require https://code.jquery.com/jquery-1.7.2.min.js
                                                                                                // @version 1.0
                                                                                                // @grant none
                                                                                                // ==/UserScript==
                                                                                                
                                                                                                var hide_users = [
                                                                                                'beerptrol', 'CyberSEO', 'Paul Markham', 'Spunky', 'Bladewire', '2MuchMark', 'crockett', 'Rochard', 'Dead Eye', 'GspotProductions', 'crucifissio', 'blackmonsters', 'thommy', 'RedFred'
                                                                                                ];
                                                                                                
                                                                                                $(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_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
                                                                                                
                                                                                                }); //end of nested forloops for checking both posts and quotes.
                                                                                                });
                                                                                                That is a pretty good list.

                                                                                                Comment

                                                                                                • Bladewire
                                                                                                  StraightBro
                                                                                                  • Aug 2003
                                                                                                  • 56228

                                                                                                  #49
                                                                                                  ↑↑↑ Fagdog posting drunk again





                                                                                                  Skype: CallTomNow

                                                                                                  Comment

                                                                                                  • GAMEFINEST
                                                                                                    Make STACK$
                                                                                                    • Nov 2006
                                                                                                    • 14477

                                                                                                    #50
                                                                                                    America first!
                                                                                                    Compound interest.

                                                                                                    Comment

                                                                                                    Working...