A gift for GFY

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

    #51
    50 butthurt webmasters complaining about being on the list

    If you weren't douchebags you wouldnt be there

    Now go ahead and have the last word, hardly anyone can see you anyway

    Comment

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

      #52
      Originally posted by Mr Pheer
      50 butthurt webmasters complaining about being on the list

      If you weren't douchebags you wouldnt be there

      Now go ahead and have the last word, hardly anyone can see you anyway
      The reason we know you are a butt hurt Republican, is because you didn't put guys like brassmonkey on there who is a right wing tard that posts useless shit daily.
      In November, you can vote for America's next president or its first dictator.

      Comment

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

        #53
        Originally posted by crockett
        The reason we know you are a butt hurt Republican, is because you didn't put guys like brassmonkey on there who is a right wing tard that posts useless shit daily.
        Are you so fucking stupid that you can't see that brassmonkey is the 8th name on the default list? seriously bro?

        its not crockett science man it's basic reading comprehension!

        Comment

        • OneBallJohn
          Confirmed User
          • May 2002
          • 262

          #54
          Originally posted by Seth Manson
          Are you so fucking stupid that you can't see that brassmonkey is the 8th name on the default list? seriously bro?

          its not crockett science man it's basic reading comprehension!

          was just about to point out the same thing. I need to add this so I can get rid of idiots like crockett once and for all.

          Comment

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

            #55
            i'm going to add crockett back to my list.. oh jesus fuck I should have just left him on it to begin with

            Comment

            • Babaganoosh
              ♥♥♥ Likes Hugs ♥♥♥
              • Nov 2001
              • 15841

              #56
              Originally posted by brassmonkey
              crybabies go hide in your virtual corner!
              You're dead to me now. Peace out you useless tool.
              I like pie.

              Comment

              • Mr Pheer
                So Fucking Banned
                • Dec 2002
                • 22082

                #57
                I knew this would become entertaining

                Comment

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

                  #58
                  Originally posted by Seth Manson
                  Are you so fucking stupid that you can't see that brassmonkey is the 8th name on the default list? seriously bro?

                  its not crockett science man it's basic reading comprehension!
                  I meant to type Gapesoda.. Brassmonkey obviously isn't an angry republican,,


                  Grapesoda on the other hand is a butt hurt republican who posts non sense all the time... But because Mcgoo is also a butt hurt Republican he wouldn't add his own kind..

                  Grapesoda currently has as many useless topics on the front page as Brassmonkey..
                  In November, you can vote for America's next president or its first dictator.

                  Comment

                  • mineistaken
                    See signature :)
                    • Apr 2007
                    • 29656

                    #59
                    LOL at crockett trying to inject republican motive in this thread
                    That one has no bounds - evil republicans are everywhere

                    Comment

                    • AaronM
                      GFY Royality ;)
                      • Oct 2001
                      • 46917

                      #60
                      Originally posted by Mr Pheer
                      I knew this would become entertaining

                      Pre-populating the list was a small stroke of genius.

                      Comment

                      • blackmonsters
                        Making PHP work
                        • Nov 2002
                        • 20992

                        #61
                        Originally posted by crockett
                        I meant to type Gapesoda.. Brassmonkey obviously isn't an angry republican,,


                        Grapesoda on the other hand is a butt hurt republican who posts non sense all the time... But because Mcgoo is also a butt hurt Republican he wouldn't add his own kind..

                        Grapesoda currently has as many useless topics on the front page as Brassmonkey..
                        Your neighbor will murder you with frogs
                        Click here

                        Comment

                        • AaronM
                          GFY Royality ;)
                          • Oct 2001
                          • 46917

                          #62
                          Since crockett was already on my ignore list, I could still see the vB comment showing he had posted.

                          So, if it makes crockett feel any better, he's no longer on my ignore list.

                          Comment

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

                            #63
                            Originally posted by mineistaken
                            LOL at crockett trying to inject republican motive in this thread
                            That one has no bounds - evil republicans are everywhere
                            The best part of my trolls, is that I tell you I'm trolling you and you still get mad when you get trolled. This is why I'll still be trolling you angry Republicans tomorrow, the next day and the day after that because you can't stand to not know what I'll say next and you can't stand to not argue.. Otherwise you would of ignored me years ago..


                            The only reason I even give a shit about something like this, is these kinds of things hurt the board. Regardless if you like what I post, what Brassmonkey posts, this guy or that guy the fact remains we keep the board moaning and moving..

                            With out the daily posts of those you want to hate, the board will slowly die just like every other adult board which no longer exisits. This board hasn't been about business in years.. It's mainly survived due to useless posts and the posters who post in those useless topics and it's always been about drama..
                            In November, you can vote for America's next president or its first dictator.

                            Comment

                            • atom
                              Confirmed User
                              • Apr 2002
                              • 2740

                              #64
                              Added and you saved me the trouble by prepopulating it with the retards of the board.

                              Thx Mr Pheer!
                              Have Chargebacks? Send me a message.

                              ChargebackHelp.com

                              Comment

                              • johnnyloadproductions
                                Account Shutdown
                                • Oct 2008
                                • 3611

                                #65
                                I just modified this to completely block any trace of someone (well a little more) by blocking any direct quotes of that person, highlighted in green.

                                It's just a nested for loop and based on code I studied. Catch is the person on ignore must be included in the quote.

                                Code:
                                $(document).ready(function () {
                                    $('tbody#threadbits_forum_26 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) {
                                                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.
                                
                                        [COLOR="Lime"]$('div[style^="margin:"]').each(function (post_index, post_value) {
                                            var post_block = $(this);
                                            var post_author = $('strong', this).text();
                                            $(hide_users).each(function (hide_index, hide_user) {
                                                if (post_author === hide_user) {
                                                    post_block.remove();
                                                }
                                            });
                                        }); //removes any quotes someone may have made of a person on ignore, 
                                        even if quotes multiple times but they have to have the name in the quote[/COLOR]
                                
                                
                                    }); //end of nested forloops for checking both posts and quotes.
                                
                                
                                });

                                This chrome extension is just using jQuery DOM manipulation that was conjured up by a fat ginger pig, oink oink... lol. I forked it.

                                Below, with quotes and then without quotes in the 2nd image.
                                All the quoted people below I don't actually have you on ignore, this was strictly for demonstration purposes so don't get butt hurt, please.

                                May make some conversations sound a bit odd though


                                Comment

                                • johnnyloadproductions
                                  Account Shutdown
                                  • Oct 2008
                                  • 3611

                                  #66
                                  Here's a zip of it: https://dl.dropboxusercontent.com/u/...ion-forked.zip

                                  Original thread: A better GFY ignore list inside! - GoFuckYourself.com - Adult Webmaster Forum

                                  Comment

                                  • Mr Pheer
                                    So Fucking Banned
                                    • Dec 2002
                                    • 22082

                                    #67
                                    Yep that's the original. Cant get the files from the original location anymore so I made mine available for everyone.

                                    Nice to see some mods being made

                                    Comment

                                    • Google Expert
                                      Webmaster
                                      • Jun 2004
                                      • 14294

                                      #68
                                      how do you implement it into Firefox?

                                      Comment

                                      • Mr Pheer
                                        So Fucking Banned
                                        • Dec 2002
                                        • 22082

                                        #69
                                        Originally posted by Muad'Dib
                                        how do you implement it into Firefox?
                                        Not sure, I havent tried. Maybe CPA-Rush can tell you.

                                        Comment

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

                                          #70
                                          Mr Pheer I luv u

                                          Comment

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

                                            #71
                                            Originally posted by Muad'Dib
                                            how do you implement it into Firefox?
                                            userscript.... with the support of greasemonkey addon you can run your javascript on browser .

                                            so basically i used the original code inside script.js then added the necessary parts to make it ready for firefox .

                                            automatic exchange - paxum , bitcoin,pm, payza

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

                                            ignored forever :zuzana designs

                                            Comment

                                            • michael.kickass
                                              Too lazy to set a custom title
                                              • Mar 2009
                                              • 11039

                                              #72
                                              Nice script.
                                              NICERATIOS - $30 PPS - 50% Rev Share - 5% WM Referral - High Converting Sites!
                                              Any questions about your NICERATIOS account? Vanessa will take care of you: [email protected]

                                              Looking to expand your business in general, maybe sell your sites? Contact me:
                                              [email protected]

                                              Comment

                                              • _Richard_
                                                Too lazy to set a custom title
                                                • Oct 2006
                                                • 30989

                                                #73
                                                thank god we banned this guy.

                                                makes room for people like donny.

                                                Comment

                                                • Manfap
                                                  Confirmed User
                                                  • Jan 2013
                                                  • 2626

                                                  #74
                                                  Originally posted by O MARINA
                                                  Cool thanks. Where is Killswitch these days?
                                                  He was around recently on another board, but then got upset and left.

                                                  Comment

                                                  • candyflip
                                                    Carpe Visio
                                                    • Jul 2002
                                                    • 43069

                                                    #75
                                                    Originally posted by O MARINA
                                                    Cool thanks. Where is Killswitch these days?
                                                    Probably sucking dick somewhere.

                                                    Spend you some brain.
                                                    Email Me

                                                    Comment

                                                    • johnnyloadproductions
                                                      Account Shutdown
                                                      • Oct 2008
                                                      • 3611

                                                      #76
                                                      Originally posted by Muad'Dib
                                                      how do you implement it into Firefox?
                                                      I made a video just for you! lol

                                                      Did this out of curiosity on how to get this working as well. I've included a link to the script you can drag and drop in to the grease monkey extension page.

                                                      Download from the dropbox link and follow the video on how to make simple changes.

                                                      https://dl.dropboxusercontent.com/u/...fy.com.user.js

                                                      Camtasia has some glitches with Windows 10 so my apologies in a spot or 2.

                                                      Comment

                                                      • Adraco
                                                        Confirmed User
                                                        • May 2009
                                                        • 3745

                                                        #77
                                                        Very good! I have an extensive ignore list but this is even better, not even have to take any notice at all to all the unnecessary people just writing dumb shit here.

                                                        I am much better off without the local riff raff!
                                                        ----------------------------------------------------------------------------------
                                                        The truth is not affected by the beliefs, or doubts, of the majority.

                                                        Comment

                                                        • lennnoxo
                                                          Registered User
                                                          • Oct 2015
                                                          • 61

                                                          #78
                                                          Amazing suggestion :D

                                                          Comment

                                                          • Google Expert
                                                            Webmaster
                                                            • Jun 2004
                                                            • 14294

                                                            #79
                                                            Originally posted by johnnyloadproductions
                                                            I made a video just for you! lol

                                                            Did this out of curiosity on how to get this working as well. I've included a link to the script you can drag and drop in to the grease monkey extension page.

                                                            Download from the dropbox link and follow the video on how to make simple changes.

                                                            https://dl.dropboxusercontent.com/u/...fy.com.user.js

                                                            Camtasia has some glitches with Windows 10 so my apologies in a spot or 2.
                                                            Appreciate the effort, man, but:



                                                            Comment

                                                            • BAKO
                                                              https://traffichaus.com/
                                                              • Jul 2005
                                                              • 18478

                                                              #80
                                                              Best tool ever created. No more idiots
                                                              Global Traffic Acquisition & Monetization
                                                              Telegram: @bakokaye

                                                              Comment

                                                              • johnnyloadproductions
                                                                Account Shutdown
                                                                • Oct 2008
                                                                • 3611

                                                                #81
                                                                Originally posted by Muad'Dib
                                                                Appreciate the effort, man, but:



                                                                I would say upgrade Firefox but if you don't than install an older version of greasemonkey.

                                                                Try 3.0beta1: https://addons.mozilla.org/en-us/fir...sions/3.0beta1

                                                                Or install a stable version 2: https://addons.mozilla.org/en-us/fir...nkey/versions/

                                                                Comment

                                                                • j3rkules
                                                                  VIP
                                                                  • Jul 2013
                                                                  • 22101

                                                                  #82
                                                                  Fantastic, I will give it a try.

                                                                  Comment

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

                                                                    #83
                                                                    Originally posted by CPA-Rush
                                                                    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

                                                                    just a slight update for the link

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

                                                                    automatic exchange - paxum , bitcoin,pm, payza

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

                                                                    ignored forever :zuzana designs

                                                                    Comment

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

                                                                      #84
                                                                      bUUUUUUUUuuuuuuuuuuuuuuuuuuuuuump

                                                                      Comment

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

                                                                        #85
                                                                        Originally posted by Juicy D. Links
                                                                        bUUUUUUUUuuuuuuuuuuuuuuuuuuuuuump
                                                                        says the guy who spams hidden forums for his 124k post count...
                                                                        In November, you can vote for America's next president or its first dictator.

                                                                        Comment

                                                                        • Cutty
                                                                          So Fucking Banned
                                                                          • Jan 2006
                                                                          • 1265

                                                                          #86
                                                                          Originally posted by Mr Pheer
                                                                          50 butthurt webmasters complaining about being on the list

                                                                          If you weren't douchebags you wouldnt be there

                                                                          Now go ahead and have the last word, hardly anyone can see you anyway
                                                                          i am pissed i did not make the list

                                                                          Comment

                                                                          • brassmonkey
                                                                            Pay It Forward
                                                                            • Sep 2005
                                                                            • 77385

                                                                            #87
                                                                            fuking pussies!!
                                                                            TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                                            DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                                            Comment

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

                                                                              #88
                                                                              Originally posted by crockett
                                                                              says the guy who spams hidden forums for his 124k post count...


                                                                              At least I aint a meth smoking , ill suck yo dick for a piece of crack, white trask fiend

                                                                              Comment

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

                                                                                #89
                                                                                Originally posted by Juicy D. Links


                                                                                At least I aint a meth smoking , ill suck yo dick for a piece of crack, white trask fiend
                                                                                Are you on drugs? I mean really..
                                                                                In November, you can vote for America's next president or its first dictator.

                                                                                Comment

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

                                                                                  #90
                                                                                  Originally posted by crockett
                                                                                  Are you on drugs? I mean really..

                                                                                  No what about yourself?

                                                                                  Comment

                                                                                  • MichaelP
                                                                                    Registered User
                                                                                    • Aug 2003
                                                                                    • 7123

                                                                                    #91
                                                                                    I wish I'll never get on that list

                                                                                    Comment

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

                                                                                      #92
                                                                                      Originally posted by Juicy D. Links
                                                                                      No what about yourself?
                                                                                      Your mom has more of a chance of being on drugs than I ever will.
                                                                                      In November, you can vote for America's next president or its first dictator.

                                                                                      Comment

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

                                                                                        #93
                                                                                        Originally posted by crockett
                                                                                        Your mom has more of a chance of being on drugs than I ever will.
                                                                                        good one

                                                                                        Comment

                                                                                        • sarettah
                                                                                          see you later, I'm gone
                                                                                          • Oct 2002
                                                                                          • 14330

                                                                                          #94
                                                                                          Originally posted by johnnyloadproductions
                                                                                          This chrome extension is just using jQuery DOM manipulation that was conjured up by a fat ginger pig, oink oink... lol. I forked it.
                                                                                          Yeah, so? I didn't see anyone else put one together in the 3 years or so since he made this one.

                                                                                          As far as the fat ginger remark, he must have really gotten under your skin at some point as I don't think he has posted here for quite a while. Yeah I guess it takes a real man to insult people in a place where they no longer defend themselves.

                                                                                          just my



                                                                                          .
                                                                                          All cookies cleared!

                                                                                          Comment

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

                                                                                            #95
                                                                                            Finally got around to installing and configuring this today. FUCKING AMAZING!

                                                                                            No more plum text, and other stupid shit! Thank you, thank you, thank you for posting this.

                                                                                            Comment

                                                                                            • Mr Pheer
                                                                                              So Fucking Banned
                                                                                              • Dec 2002
                                                                                              • 22082

                                                                                              #96
                                                                                              Originally posted by Rob
                                                                                              Finally got around to installing and configuring this today. FUCKING AMAZING!

                                                                                              No more plum text, and other stupid shit! Thank you, thank you, thank you for posting this.
                                                                                              Killswitch wrote it, I just happened to still be using it and thought some more people could use it.

                                                                                              Comment

                                                                                              • Mr Pheer
                                                                                                So Fucking Banned
                                                                                                • Dec 2002
                                                                                                • 22082

                                                                                                #97
                                                                                                My updated list:

                                                                                                Code:
                                                                                                var hide_users = [
                                                                                                'DamianJ',
                                                                                                'DVTimes',
                                                                                                'Rochard',
                                                                                                'crockett',
                                                                                                'Twitter',
                                                                                                'CyberSEO',
                                                                                                'crucifissio',
                                                                                                'brassmonkey',
                                                                                                'blackmonsters',
                                                                                                'clickity click',
                                                                                                'Harmon',
                                                                                                'Grapesoda',
                                                                                                'Cutty',
                                                                                                'wehateporn',
                                                                                                'Coup',
                                                                                                'theking'
                                                                                                ];
                                                                                                GFY is actually becoming useful to me again.

                                                                                                Comment

                                                                                                • mineistaken
                                                                                                  See signature :)
                                                                                                  • Apr 2007
                                                                                                  • 29656

                                                                                                  #98
                                                                                                  Originally posted by crockett
                                                                                                  I meant to type Gapesoda..
                                                                                                  Your theory just went through the roof

                                                                                                  Comment

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

                                                                                                    #99
                                                                                                    Originally posted by mineistaken
                                                                                                    Your theory just went through the roof
                                                                                                    You're trying too hard. The OP is obviously butt hurt and uses this as a way to try to screw people he doesn't like..

                                                                                                    I made him cry in a topic a long time ago and he still holds a grudge it seems. Meanwhile guys like you post much more dumb shit than I do but you aren't there.

                                                                                                    Juicylinks hasn't added anything to this board in years. He's just a spam bot that posts smiley faces and yessss in every topic and spams hidden forms for post counts.. yet he's not added..

                                                                                                    Meanwhile Rochard is added.. likely also made the OP cry.

                                                                                                    As I said before, it changes little to me, because here I am still trolling you. But stuff like this is overall bad for the board which is the only reason I care.
                                                                                                    In November, you can vote for America's next president or its first dictator.

                                                                                                    Comment

                                                                                                    • mineistaken
                                                                                                      See signature :)
                                                                                                      • Apr 2007
                                                                                                      • 29656

                                                                                                      #100
                                                                                                      Originally posted by crockett
                                                                                                      You're trying too hard. The OP is obviously butt hurt and uses this as a way to try to screw people he doesn't like..

                                                                                                      I made him cry in a topic a long time ago and he still holds a grudge it seems. Meanwhile guys like you post much more dumb shit than I do but you aren't there.

                                                                                                      Comment

                                                                                                      Working...