A gift for GFY

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

    #1

    Content A gift for GFY

    Tired of the daily news posters (brassmonkey and others) and just the general annoying posters?

    Want to make them disappear?

    You dont have to add them to your ignore list. that crap just doesnt work.

    Download this chrome extension and install it. Edit the file 'hide_users.js' to include the users you no longer want to see.

    I added a few by default:

    Code:
    var hide_users = [
    'DamianJ',
    'DVTimes',
    'Rochard',
    'crockett',
    'Twitter',
    'CyberSEO',
    'crucifissio',
    'brassmonkey',
    'blackmonsters',
    'clickity click'
    ];
    I've been using this for a few years, but i didnt write it. I believe Killswitch originally wrote it... I dont remember exactly. I do remember him saying that he didnt mind if I gave it out. So here it is.

    Only works on Chrome. Not sure if it will work on a mobile device or not (havent tried it). Since I didnt write it, I cant offer support for it... but this daily news bot network is too fucking much around here.

    http://www.mrpheer.com/gfy-ignore-ch...ion-master.zip

    Enjoy
  • AMDWarrior
    Confirmed User
    • Nov 2006
    • 1488

    #2
    Best post in a while!

    Comment

    • Denny
      Too lazy to set a custom title
      • Feb 2005
      • 17390

      #3
      Great, thanks

      Comment

      • Seth Manson
        Please dont fuck animals
        • Jul 2010
        • 3988

        #4
        I love this!

        Downloaded the zip and extracted it, went to settings in chrome, then clicked extensions, clicked load unpacked extension, selected the unzipped folder for the extension, then closed and reloaded chrome.

        Every thread from brassmonkey is gone! It's like he doesnt even exist anymore. I cant even see when people quote him in threads.

        Comment

        • Relic
          So Fucking Banned
          • Aug 2002
          • 10300

          #5
          When that unhygienic asshole makes his next appearance, we will be ready.

          Comment

          • Seth Manson
            Please dont fuck animals
            • Jul 2010
            • 3988

            #6
            Be sure to add 'TTI-Rich' to the list

            Code:
            var hide_users = [
            'DamianJ',
            'DVTimes',
            'Rochard',
            'crockett',
            'Twitter',
            'CyberSEO',
            'crucifissio',
            'brassmonkey',
            'blackmonsters',
            'clickity click',
            'TTI-Rich'
            ];

            Comment

            • CPA-Rush
              small trip to underworld
              • Mar 2012
              • 4927

              #7
              Originally posted by Mr Pheer
              Tired of the daily news posters (brassmonkey and others) and just the general annoying posters?

              Want to make them disappear?

              You dont have to add them to your ignore list. that crap just doesnt work.

              Download this chrome extension and install it. Edit the file 'hide_users.js' to include the users you no longer want to see.

              I added a few by default:

              Code:
              var hide_users = [
              'DamianJ',
              'DVTimes',
              'Rochard',
              'crockett',
              'Twitter',
              'CyberSEO',
              'crucifissio',
              'brassmonkey',
              'blackmonsters',
              'clickity click'
              ];
              I've been using this for a few years, but i didnt write it. I believe Killswitch originally wrote it... I dont remember exactly. I do remember him saying that he didnt mind if I gave it out. So here it is.

              Only works on Chrome. Not sure if it will work on a mobile device or not (havent tried it). Since I didnt write it, I cant offer support for it... but this daily news bot network is too fucking much around here.

              http://www.mrpheer.com/gfy-ignore-ch...ion-master.zip

              Enjoy
              awesome work

              automatic exchange - paxum , bitcoin,pm, payza

              . daizzzy signbucks caution will black-hat black-hat your traffic

              ignored forever :zuzana designs

              Comment

              • CPA-Rush
                small trip to underworld
                • Mar 2012
                • 4927

                #8
                hope someone can help .

                i'm testing a firexfox version now...


                // ==UserScript==
                // @name gfy ignore list
                // @description block threads, posts, etc from certain users
                // @include http://gfy.com/*
                // @include http://*.gfy.com/*
                // @require http://ajax.googleapis.com/ajax/libs.../jquery.min.js
                // @version 1.0
                // @grant none
                // ==/UserScript==



                $(document).ready(function () {
                $('tbody#threadbits_forum_26 tr').each(function (thread_index, thread_value) {
                var hide_users = ['DamianJ','DVTimes','Rochard','Twitter'];
                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)
                {
                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();
                }
                });
                });
                });
                what i'm doing wrong?

                automatic exchange - paxum , bitcoin,pm, payza

                . daizzzy signbucks caution will black-hat black-hat your traffic

                ignored forever :zuzana designs

                Comment

                • Helix
                  Confirmed User
                  • Feb 2002
                  • 6021

                  #9
                  Thanks..it works great

                  Comment

                  • MetaMan
                    I AM WEB 2.0
                    • Jan 2003
                    • 28682

                    #10
                    Bump.....

                    Comment

                    • CPA-Rush
                      small trip to underworld
                      • Mar 2012
                      • 4927

                      #11
                      i guess i'm done with the firefox version .

                      i will post the link ...

                      automatic exchange - paxum , bitcoin,pm, payza

                      . daizzzy signbucks caution will black-hat black-hat your traffic

                      ignored forever :zuzana designs

                      Comment

                      • blackmonsters
                        Making PHP work
                        • Nov 2002
                        • 20961

                        #12



                        Free Open Source Live Aggregated Cams Script (FOSLACS)

                        Comment

                        • CPA-Rush
                          small trip to underworld
                          • Mar 2012
                          • 4927

                          #13
                          works on firefox now

                          require greasemonkey addon only and it should work with tampermonkey.

                          https://greasyfork.org/en/scripts/13533-gfy-ignore-list

                          let me know if this make your browser a bit slower


                          automatic exchange - paxum , bitcoin,pm, payza

                          . daizzzy signbucks caution will black-hat black-hat your traffic

                          ignored forever :zuzana designs

                          Comment

                          • CPA-Rush
                            small trip to underworld
                            • Mar 2012
                            • 4927

                            #14
                            current users DamianJ ,DVTimes,Rochard,Juicy D. Links,Twitter

                            automatic exchange - paxum , bitcoin,pm, payza

                            . daizzzy signbucks caution will black-hat black-hat your traffic

                            ignored forever :zuzana designs

                            Comment

                            • Twitter
                              So Fucking Banned
                              • Oct 2015
                              • 271

                              #15

                              Comment

                              • mineistaken
                                See signature :)
                                • Apr 2007
                                • 29656

                                #16
                                Originally posted by Mr Pheer
                                this daily news bot network is too fucking much around here

                                Comment

                                • wocnom
                                  Confirmed User
                                  • Jan 2013
                                  • 132

                                  #17
                                  Hi there,

                                  this is actually not a bad idea considering useless spam on this forum. I fork the version from CPA-Rush with these changes:
                                  • It's applicated to the whole forum (search, all sections - not only to "Fucking Around & Program Discussion").
                                  • In thread listings, the threads stared by users in your hide_list are moved to the bottom of the list and set opacity to 0.5. So you can still see the spam, if you want, but the priority is lower than proper threads from other users.
                                  • Posts from users in your hide_list are not removed from the thread, but the background color of these posts are set to black. So it's somehow optical marked for you.


                                  Why is this more suitable for me?
                                  • I still wanna know about existence of these junk posts/threads but I wanna set them lower priority (threads) and mark the posts.


                                  The version is tested with firefox and greasemonkey in last stable versions, but with minor changes it can be easily ported to chrome.
                                  Feel tree to optimise the code, it can be a little slow.

                                  Source: http://pastebin.com/raw.php?i=B7S14EtV

                                  Comment

                                  • CPA-Rush
                                    small trip to underworld
                                    • Mar 2012
                                    • 4927

                                    #18
                                    Originally posted by wocnom
                                    thanks

                                    automatic exchange - paxum , bitcoin,pm, payza

                                    . daizzzy signbucks caution will black-hat black-hat your traffic

                                    ignored forever :zuzana designs

                                    Comment

                                    • AaronM
                                      GFY Royality ;)
                                      • Oct 2001
                                      • 46923

                                      #19
                                      Thanks for the gift. It's working pretty good.

                                      Was hoping it would hide quoted users on the list too. Oh well, better than nothing.

                                      Comment

                                      • RyuLion
                                        • Mar 2003
                                        • 32369

                                        #20
                                        Finally a solution! Thanks man!
                                        Cheers!

                                        Adult Biz Consultant A tech head since 1995
                                        Affiliate Support: Chaturbate | CCBill Live

                                        Comment

                                        • AaronM
                                          GFY Royality ;)
                                          • Oct 2001
                                          • 46923

                                          #21
                                          Originally posted by RyuLion
                                          Finally a solution! Thanks man!
                                          Cheers!

                                          Thanks for reminding me to add you to the list.

                                          c ya!


                                          EDIT: Actually, I won't be C'n ya! Pretty fucken cool.

                                          Comment

                                          • AaronM
                                            GFY Royality ;)
                                            • Oct 2001
                                            • 46923

                                            #22
                                            Hell yeah! Totally awesome!

                                            Thanks again.

                                            Comment

                                            • clickity click
                                              So Fecking Bummed
                                              • Aug 2014
                                              • 3682

                                              #23
                                              Originally posted by Mr Pheer
                                              Tired of the daily news posters (brassmonkey and others) and just the general annoying posters?

                                              Want to make them disappear?

                                              You dont have to add them to your ignore list. that crap just doesnt work.

                                              Download this chrome extension and install it. Edit the file 'hide_users.js' to include the users you no longer want to see.

                                              I added a few by default:

                                              Code:
                                              var hide_users = [
                                              'DamianJ',
                                              'DVTimes',
                                              'Rochard',
                                              'crockett',
                                              'Twitter',
                                              'CyberSEO',
                                              'crucifissio',
                                              'brassmonkey',
                                              'blackmonsters',
                                              'clickity click'
                                              ];
                                              I've been using this for a few years, but i didnt write it. I believe Killswitch originally wrote it... I dont remember exactly. I do remember him saying that he didnt mind if I gave it out. So here it is.

                                              Only works on Chrome. Not sure if it will work on a mobile device or not (havent tried it). Since I didnt write it, I cant offer support for it... but this daily news bot network is too fucking much around here.

                                              http://www.mrpheer.com/gfy-ignore-ch...ion-master.zip

                                              Enjoy
                                              I shouldn't be on that list.

                                              Comment

                                              • L-Pink
                                                working on my tan
                                                • Mar 2005
                                                • 39151

                                                #24
                                                Originally posted by clickity click
                                                I shouldn't be on that list.

                                                Comment

                                                • clickity click
                                                  So Fecking Bummed
                                                  • Aug 2014
                                                  • 3682

                                                  #25
                                                  This script is great and works really well. I like the way it pushes the crap down to the bottom.
                                                  Couple of things though:

                                                  1. When you are browsing a thread you can still see the user post it's just the background is black, not grey like normal.

                                                  2. How do I amend the list as I seem to have blocked me..

                                                  Comment

                                                  • wocnom
                                                    Confirmed User
                                                    • Jan 2013
                                                    • 132

                                                    #26
                                                    Originally posted by clickity click
                                                    This script is great and works really well. I like the way it pushes the crap down to the bottom.
                                                    Couple of things though:

                                                    1. When you are browsing a thread you can still see the user post it's just the background is black, not grey like normal.

                                                    2. How do I amend the list as I seem to have blocked me..
                                                    Just edit the script.

                                                    1. If you wanna block the post from listed users completely, just change this:

                                                    Code:
                                                    //post_block.remove();
                                                    $(post_block).find("td.alt2").css("background", "black").next().css("background", "black");
                                                    to this:

                                                    Code:
                                                    post_block.remove();
                                                    If you don't care about blocking/marking the posts at all just remove this section:

                                                    Code:
                                                      $('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();
                                                            $(post_block).find("td.alt2").css("background", "black").next().css("background", "black");
                                                          }
                                                        });
                                                      });
                                                    2. Edit the array hide_users and remove the element with your nick.

                                                    Then import the modified script. Or you can edit directly the script itself (in firefox it's located in your_profile_directory/gm_scripts/name_of_the_script).

                                                    Comment

                                                    • AmeliaG
                                                      Too lazy to set a custom title
                                                      • Jan 2003
                                                      • 10662

                                                      #27
                                                      Thank you, Mr Pheer and CPA-Rush!
                                                      GFY Hall of Famer

                                                      AltStar Hall of Famer




                                                      Blue Blood's SpookyCash.com

                                                      Babe photography portfolio

                                                      Comment

                                                      • clickity click
                                                        So Fecking Bummed
                                                        • Aug 2014
                                                        • 3682

                                                        #28
                                                        You know. I don't know if I like this.

                                                        I don't really dislike any posts enough to have them pushed to the bottom of the page except perhaps that annoying spammer from the other day.
                                                        Even DVT sometimes posts interesting stuff. Same can be said for Harmon, wehateporn, CyberSEO and brassdonkey

                                                        If I had to add one to the list I guess it would be L-Pink.

                                                        Comment

                                                        • Twitter
                                                          So Fucking Banned
                                                          • Oct 2015
                                                          • 271

                                                          #29
                                                          Me and Brass are changing nicks soon

                                                          Comment

                                                          • Mr Pheer
                                                            So Fucking Banned
                                                            • Dec 2002
                                                            • 22083

                                                            #30
                                                            I'm glad people are finding it useful, and glad to see others making modifications.

                                                            Comment

                                                            • Mr Pheer
                                                              So Fucking Banned
                                                              • Dec 2002
                                                              • 22083

                                                              #31
                                                              I can tell that some people on my list have posted, but I cant see who posted or what they said. This is why I love this thing and kind of kept it a secret for a long time.

                                                              Comment

                                                              • clickity click
                                                                So Fecking Bummed
                                                                • Aug 2014
                                                                • 3682

                                                                #32
                                                                Originally posted by Mr Pheer
                                                                I can tell that some people on my list have posted, but I cant see who posted or what they said. This is why I love this thing and kind of kept it a secret for a long time.
                                                                But you can see me right?

                                                                Comment

                                                                • clickity click
                                                                  So Fecking Bummed
                                                                  • Aug 2014
                                                                  • 3682

                                                                  #33
                                                                  Can I just point out that it's as slow as fuck when closing tabs. That's my only issue really. For now.

                                                                  Comment

                                                                  • Juicy D. Links
                                                                    So Fucking Banned
                                                                    • Apr 2001
                                                                    • 122992

                                                                    #34
                                                                    I love it!!!!!!!!!!!!!!!!!

                                                                    Comment

                                                                    • Harmon
                                                                      ( ͡ʘ╭͜ʖ╮͡ʘ)
                                                                      • Mar 2004
                                                                      • 20012

                                                                      #35
                                                                      Works like a charm.
                                                                      [email protected]

                                                                      Comment

                                                                      • CPA-Rush
                                                                        small trip to underworld
                                                                        • Mar 2012
                                                                        • 4927

                                                                        #36
                                                                        Originally posted by AmeliaG
                                                                        Thank you, Mr Pheer and CPA-Rush!
                                                                        yw

                                                                        automatic exchange - paxum , bitcoin,pm, payza

                                                                        . daizzzy signbucks caution will black-hat black-hat your traffic

                                                                        ignored forever :zuzana designs

                                                                        Comment

                                                                        • marlboroack
                                                                          So Fucking Banned
                                                                          • Jul 2010
                                                                          • 9327

                                                                          #37
                                                                          Nice, it works!

                                                                          Comment

                                                                          • CaptainHowdy
                                                                            Too lazy to set a custom title
                                                                            • Dec 2004
                                                                            • 94727

                                                                            #38
                                                                            I feel like I'm fading away ...

                                                                            Comment

                                                                            • O MARINA
                                                                              I'm clockin' ya, Versace shade watchin' ya
                                                                              • Mar 2003
                                                                              • 13796

                                                                              #39
                                                                              Originally posted by Mr Pheer
                                                                              Tired of the daily news posters (brassmonkey and others) and just the general annoying posters?

                                                                              Want to make them disappear?

                                                                              You dont have to add them to your ignore list. that crap just doesnt work.

                                                                              Download this chrome extension and install it. Edit the file 'hide_users.js' to include the users you no longer want to see.

                                                                              I added a few by default:

                                                                              Code:
                                                                              var hide_users = [
                                                                              'DamianJ',
                                                                              'DVTimes',
                                                                              'Rochard',
                                                                              'crockett',
                                                                              'Twitter',
                                                                              'CyberSEO',
                                                                              'crucifissio',
                                                                              'brassmonkey',
                                                                              'blackmonsters',
                                                                              'clickity click'
                                                                              ];
                                                                              I've been using this for a few years, but i didnt write it. I believe Killswitch originally wrote it... I dont remember exactly. I do remember him saying that he didnt mind if I gave it out. So here it is.

                                                                              Only works on Chrome. Not sure if it will work on a mobile device or not (havent tried it). Since I didnt write it, I cant offer support for it... but this daily news bot network is too fucking much around here.

                                                                              http://www.mrpheer.com/gfy-ignore-ch...ion-master.zip

                                                                              Enjoy

                                                                              Cool thanks. Where is Killswitch these days?

                                                                              Comment

                                                                              • brassmonkey
                                                                                Pay It Forward
                                                                                • Sep 2005
                                                                                • 77396

                                                                                #40
                                                                                crybabies go hide in your virtual corner!
                                                                                TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                                                DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                                                Comment

                                                                                • mineistaken
                                                                                  See signature :)
                                                                                  • Apr 2007
                                                                                  • 29656

                                                                                  #41
                                                                                  Originally posted by brassmonkey
                                                                                  crybabies
                                                                                  Says the #1 gfy member in terms of pressing post report button
                                                                                  Unbelievable

                                                                                  Comment

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

                                                                                    #42
                                                                                    Originally posted by blackmonsters



                                                                                    LOL
                                                                                    Obey the Cowgod

                                                                                    Comment

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

                                                                                      #43
                                                                                      I put every last one of you bastards on the list including myself. Now when I go to GFY. There is absolutely nothing. Now I can finally get some work done.
                                                                                      CryptoFeeds

                                                                                      Comment

                                                                                      • Juicy D. Links
                                                                                        So Fucking Banned
                                                                                        • Apr 2001
                                                                                        • 122992

                                                                                        #44
                                                                                        Originally posted by mineistaken
                                                                                        Says the #1 gfy member in terms of pressing post report button
                                                                                        Unbelievable
                                                                                        very true the little c unt snitch

                                                                                        Comment

                                                                                        • Rob
                                                                                          I'm a great bowler.
                                                                                          • Nov 2003
                                                                                          • 13310

                                                                                          #45
                                                                                          This should be a sticky!

                                                                                          Comment

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

                                                                                            #46
                                                                                            I don't post daily news.. lol I just troll dumb Republicans and Russians.. I wonder which category McPhee falls into..

                                                                                            Must be the dumb Republican category otherwise he'd never add cyberseo.
                                                                                            In November, you can vote for America's next president or its first dictator.

                                                                                            Comment

                                                                                            • RyuLion
                                                                                              • Mar 2003
                                                                                              • 32369

                                                                                              #47
                                                                                              Back to the Top ^^^

                                                                                              Adult Biz Consultant A tech head since 1995
                                                                                              Affiliate Support: Chaturbate | CCBill Live

                                                                                              Comment

                                                                                              • CaptainHowdy
                                                                                                Too lazy to set a custom title
                                                                                                • Dec 2004
                                                                                                • 94727

                                                                                                #48
                                                                                                Originally posted by crockett
                                                                                                I don't post daily news.. lol I just troll dumb Republicans and Russians.. I wonder which category McPhee falls into..

                                                                                                Must be the dumb Republican category otherwise he'd never add cyberseo.
                                                                                                There is no such thing as bad publicity??

                                                                                                Comment

                                                                                                • Juicy D. Links
                                                                                                  So Fucking Banned
                                                                                                  • Apr 2001
                                                                                                  • 122992

                                                                                                  #49
                                                                                                  i am lovin it

                                                                                                  Comment

                                                                                                  • Mr Pheer
                                                                                                    So Fucking Banned
                                                                                                    • Dec 2002
                                                                                                    • 22083

                                                                                                    #50
                                                                                                    Originally posted by O MARINA
                                                                                                    Cool thanks. Where is Killswitch these days?
                                                                                                    I dont think anyone has heard from him in a long time

                                                                                                    Comment

                                                                                                    Working...