Make GFY Great Again

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wocnom
    Confirmed User
    • Jan 2013
    • 132

    #1

    Make GFY Great Again


    So, lately I noticed that like 1/3 of "Fucking Around & Program Discussion" is spammed with _SO MANY_ Trump threads.
    > I don't like it. Don't get me wrong, I just don't care. I wanna read about adult biz stuff.

    What could I do? Well, a lot of you surely remember the userscript from Killswitch for blocking user posts on the client side. I am using it sice then.

    Originally posted by wocnom
    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.
    So I added some more features in version 1.2. to fix our problem:
    • There are another array (hide_titles), where you put keyword for the titles of posts. When the keyword is matched in the title, the thread is removed.
    • There is variable visible. When you set it to TRUE, you can still read the threads/post. They are just moved to the bottom of the site with lower opacity (threads) and black (posts) like i wrote in quote above. When you set it to FALSE, the threads and posts are removed completely.


    An example if visible = true:



    THE SCRIPT: http://pastebin.com/raw/cB8J7TV1

    Installation in firefox:
    • You must have installed addon GreaseMonkey.
    • Copy the code of script from pastebin. Create file with name "gfy.user.js" and save the code to it.
    • Modify the arrays (hide_users, hide_titles).
    • Drag the file a drop it into firefox.
    • Accept, enable and use the script.


    johnnyloadproductions made a video of installation the userscript in previous thread:

    Originally posted by johnnyloadproductions
    Feel free to modify the userscript, share it or whatever you want to do with it.
    If you have any trouble, just post here. I am using the userscript in firefox. I didn't try it in chrome.

    The credits go to: Killswitch, Mr Pheer, CPA-Rush, johnnyloadproductions, wocnom.
  • brassmonkey
    Pay It Forward
    • Sep 2005
    • 77385

    #2
    i said it b4 the code was made by a mainstream user! in like 2004 they did not write it!
    http://gfy.com/fucking-around-and-pr...l-special.html
    TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
    DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

    Comment

    • bns666
      Confirmed Fetishist
      • Mar 2005
      • 11549

      #3
      CAM SODASTRIPCHAT
      CHATURBATEX LOVE CAM

      Comment

      • Pete
        Confirmed User
        • Jan 2001
        • 6617

        #4
        Fuck Off!
        Evoke Electronics

        Comment

        • Barry-xlovecam
          It's 42
          • Jun 2010
          • 18083

          #5
          If people where here for business there would be business threads.
          If people replied to business threads they would advance on the list in the top fold.
          So, what does that tell you ...
          The longest journey begins with the first step start a business thread every day -- one in 10 or 20 might be of interest around here and get replies these days. Don't just whine about it -- DO SOMETHING POSITIVE.

          Comment

          • JohnnyClips - BANNED FOR LIFE
            Trump!
            • Feb 2011
            • 6442

            #6
            I'm making Eric 5x as much as he was making before

            Comment

            • Ferus
              Bye - Left to do stuff
              • Feb 2013
              • 4102

              #7
              Like HELL I am going to install anything like that on my computer. Might as well just post all my passwords in my signature.

              Comment

              • Barry-xlovecam
                It's 42
                • Jun 2010
                • 18083

                #8
                Originally posted by JohnnyClips
                I'm making Eric 5x as much as he was making before
                Then you should get a raise :oP
                to 5 cents a post

                Comment

                • blackmonsters
                  Making PHP work
                  • Nov 2002
                  • 20992

                  #9
                  Originally posted by wocnom

                  So, lately I noticed that like 1/3 of "Fucking Around & Program Discussion" is spammed with _SO MANY_ Trump threads.
                  > I don't like it. Don't get me wrong, I just don't care. I wanna read about adult biz stuff.

                  What could I do? Well, a lot of you surely remember the userscript from Killswitch for blocking user posts on the client side. I am using it sice then.



                  So I added some more features in version 1.2. to fix our problem:
                  • There are another array (hide_titles), where you put keyword for the titles of posts. When the keyword is matched in the title, the thread is removed.
                  • There is variable visible. When you set it to TRUE, you can still read the threads/post. They are just moved to the bottom of the site with lower opacity (threads) and black (posts) like i wrote in quote above. When you set it to FALSE, the threads and posts are removed completely.


                  An example if visible = true:



                  THE SCRIPT: http://pastebin.com/raw/cB8J7TV1

                  Installation in firefox:
                  • You must have installed addon GreaseMonkey.
                  • Copy the code of script from pastebin. Create file with name "gfy.user.js" and save the code to it.
                  • Modify the arrays (hide_users, hide_titles).
                  • Drag the file a drop it into firefox.
                  • Accept, enable and use the script.


                  johnnyloadproductions made a video of installation the userscript in previous thread:



                  Feel free to modify the userscript, share it or whatever you want to do with it.
                  If you have any trouble, just post here. I am using the userscript in firefox. I didn't try it in chrome.

                  The credits go to: Killswitch, Mr Pheer, CPA-Rush, johnnyloadproductions, wocnom.

                  I have a nice add-on that I wrote.
                  It allows you to see that someone was quoted but their quote is turned into the shit that it is.


                  The code you removed the comments from in the video should be changed to this :


                  $('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>");
                  }
                  });
                  }); //replaces quotes of shitty people with a piece of shit.


                  Your neighbor will murder you with frogs
                  Click here

                  Comment

                  • romeo22
                    你自己去他媽的
                    • Mar 2008
                    • 23328

                    #10
                    very good I agree

                    Comment

                    • j3rkules
                      VIP
                      • Jul 2013
                      • 22101

                      #11
                      Works like charm.


                      Comment

                      • NatalieK
                        Natalie K
                        • Apr 2010
                        • 19825

                        #12
                        why am I on that list, cheeky fkr...

                        I bring only positive to GFY. I´m not negative, this script is negative
                        My official site / Custom vids / Make money links / First time girls
                        Email: [email protected] - "Converting traffic into income since 2005"

                        Comment

                        • JohnnyClips - BANNED FOR LIFE
                          Trump!
                          • Feb 2011
                          • 6442

                          #13
                          Originally posted by GspotProductions
                          why am I on that list, cheeky fkr...

                          I bring only positive to GFY. I´m not negative, this script is negative
                          You're not exactly the brightest bulb of the bunch

                          Comment

                          • brassmonkey
                            Pay It Forward
                            • Sep 2005
                            • 77385

                            #14
                            Originally posted by GspotProductions
                            why am I on that list, cheeky fkr...

                            I bring only positive to GFY. I´m not negative, this script is negative
                            who the fuck cares? im on the bitch op list! that asshole can block me! that fuker has like 100 post! the retard is giving out credit to people that did nothing but found code and posted it!
                            TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                            DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                            Comment

                            • Barry-xlovecam
                              It's 42
                              • Jun 2010
                              • 18083

                              #15
                              Originally posted by GspotProductions
                              why am I on that list, cheeky fkr...

                              I bring only positive to GFY. I´m not negative, this script is negative
                              I am glad I am on that list. I think the OP is a fucking wanker crybaby. It is because of foolishness like this I prefer NOT to discuss business here. Too many unworthy persons here -- it has alway been like that here. I am selective of who I will help -- not like I am struggling to make any money ...

                              Comment

                              • NatalieK
                                Natalie K
                                • Apr 2010
                                • 19825

                                #16
                                Originally posted by JohnnyClips
                                You're not exactly the brightest bulb of the bunch
                                Originally posted by brassmonkey
                                who the fuck cares? im on the bitch op list! that asshole can block me! that fuker has like 100 post! the retard is giving out credit to people that did nothing but found code and posted it!
                                Originally posted by Barry-xlovecam
                                I am glad I am on that list. I think the OP is a fucking wanker crybaby. It is because of foolishness like this I prefer NOT to discuss business here. Too many unworthy persons here -- it has alway been like that here. I am selective of who I will help -- not like I am struggling to make any money ...


                                we´re all on the list, Brass says OP´s a little bitch and hasn´t done anything apart from using other peoples code to gain some credit & like Barry says, op´s the wanker

                                seems the OP needs to be put on ignore
                                My official site / Custom vids / Make money links / First time girls
                                Email: [email protected] - "Converting traffic into income since 2005"

                                Comment

                                • mineistaken
                                  See signature :)
                                  • Apr 2007
                                  • 29656

                                  #17
                                  Originally posted by GspotProductions

                                  I bring only positive to GFY. I´m not negative
                                  Yes, your 2 latest threads (as an example) are surely positive.
                                  Oh, wait, by libby double standard it is ok to be negative towards "the wrong" side. It equated to being positive in libbyland

                                  Comment

                                  • yumyumiulia
                                    Registered User
                                    • Dec 2014
                                    • 14

                                    #18
                                    Gfy was always great )

                                    Comment

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

                                      #19
                                      Originally posted by Barry-xlovecam
                                      I am glad I am on that list. I think the OP is a fucking wanker crybaby. It is because of foolishness like this I prefer NOT to discuss business here. Too many unworthy persons here -- it has alway been like that here. I am selective of who I will help -- not like I am struggling to make any money ...
                                      I don't see you on the list.

                                      The list I see in the pastebin link the OP put up is:

                                      'TTI-Rich',
                                      'DVTimes',
                                      'Twitter',
                                      'brassmonkey',
                                      'ShowMe69',
                                      'AFSC',
                                      'jerkules',
                                      'desertfoxx',
                                      'xXXtesy10',
                                      'clickity click',
                                      'wehateporn',
                                      'marlboroack',
                                      'EddyTheDog',
                                      'Tumblr',
                                      'Grapesoda',
                                      'emill',
                                      'arena18',
                                      'Harmon',
                                      'Rob',
                                      'Muad\'Dib',
                                      'yuu',
                                      'MyPornoMovie',
                                      'GspotProductions',
                                      'windycityxx',
                                      'JohnnyClips'

                                      .
                                      All cookies cleared!

                                      Comment

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

                                        #20
                                        When I run the original one that Killswitch put up (which is only when the noise level really gets to me), the list I have is:

                                        'Joshua G',
                                        'wehateporn',
                                        'Coup',
                                        'crockett',
                                        'Grapesoda',
                                        'onwebcam',
                                        'plaster',
                                        'Dvae',
                                        'LatinaCamChat',
                                        'GspotProductions',
                                        "Muad'Dib",
                                        'noshit',
                                        'm4nipul8',
                                        'Scott McD',
                                        'VikingMan',
                                        'crucifissio',
                                        'mineistaken',
                                        'nico-t',
                                        'Bladewire',
                                        'badgirlfilms',
                                        'Vendot',
                                        'Google Expert',
                                        'MiamiBoyz',
                                        'Relic',
                                        'Bjorn_Tasty1',
                                        'GFED',
                                        'galleryseek',
                                        'Smack dat',
                                        'Paul Markham',
                                        'Matt-ADX',
                                        'TheSquealer',
                                        'JohnnyClips',
                                        'Dead Eye',
                                        'Pete',
                                        'Brian mike',
                                        'tjjones',
                                        'brassmonkey',
                                        '2MuchMark',
                                        'TCLGirls',
                                        'TheDynasty',
                                        'escorpio',
                                        'john1975',
                                        'cocksucker mcgee',
                                        'Steve Rupe',
                                        'pillow'

                                        .

                                        #bumpthebiz
                                        All cookies cleared!

                                        Comment

                                        • Spunky
                                          I need a beer
                                          • Jun 2002
                                          • 133978

                                          #21
                                          I blame it on the reefer

                                          Comment

                                          • NETSEX
                                            Persona on sale
                                            • Jan 2009
                                            • 1498

                                            #22
                                            that is to much time of my life if i do that
                                            So, let's fuck!

                                            Comment

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

                                              #23
                                              If GFY were mostly business, it would have gone a long time ago. Like most of the business only forums.



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

                                              Comment

                                              • romeo22
                                                你自己去他媽的
                                                • Mar 2008
                                                • 23328

                                                #24
                                                I miss old Gfy

                                                Comment

                                                • Pete
                                                  Confirmed User
                                                  • Jan 2001
                                                  • 6617

                                                  #25
                                                  Originally posted by romeo22
                                                  I miss old Gfy
                                                  Me too.....
                                                  Evoke Electronics

                                                  Comment

                                                  • nikki99
                                                    Supermodel
                                                    • Nov 2004
                                                    • 23072

                                                    #26
                                                    yeahhhhhh
                                                    SMC Revenue - Best Tgirl websites of the world now VR
                                                    Non exclusive BIG Tranny/shemale Package for sale, full 2257 - hit me up skype: nikkimontero

                                                    Comment

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

                                                      #27
                                                      Originally posted by Ferus
                                                      Like HELL I am going to install anything like that on my computer. Might as well just post all my passwords in my signature.
                                                      learning how to read source code help

                                                      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

                                                        #28
                                                        thanks wocnom for the addition

                                                        automatic exchange - paxum , bitcoin,pm, payza

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

                                                        ignored forever :zuzana designs

                                                        Comment

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

                                                          #29
                                                          GFY is what YOU make of it ...

                                                          Comment

                                                          • Sid70
                                                            Downshifter
                                                            • Dec 2002
                                                            • 16413

                                                            #30
                                                            Fucking too late.

                                                            Русня, идите нахуй!

                                                            Comment

                                                            • davidCRM
                                                              Confirmed User
                                                              • Nov 2016
                                                              • 1506

                                                              #31
                                                              hell yeah, i'm gonna try it on Chrome. thanks
                                                              David // Xcams & Xmodels
                                                              Product- and CRM manager

                                                              Comment

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

                                                                #32
                                                                love it !

                                                                Code:
                                                                var hide_titles = [
                                                                
                                                                  'murder',
                                                                  'sucide',
                                                                  'crime',
                                                                  'die',
                                                                  'death',
                                                                  'dead',
                                                                  'arrested',
                                                                  'star',
                                                                  'feminist',
                                                                  'refuge',
                                                                  'muslims',
                                                                  'politics',
                                                                  'right wing',
                                                                  'party',
                                                                  'communist',
                                                                  'fascist',
                                                                  'dictator',
                                                                  'north korea',
                                                                  'iran',
                                                                  'army',
                                                                  'beast',
                                                                  'zoo',
                                                                  'incest',
                                                                  'poo',
                                                                  'bankruptcy',
                                                                  'zuzana',
                                                                  'chaturbate',
                                                                  'bonga',
                                                                  'spam me',
                                                                  'Help ME',
                                                                  'so fucking banned',
                                                                  'racist',
                                                                  'racism',
                                                                  'hahahahahaha',
                                                                  'n*gger',
                                                                  'n**ger',
                                                                  'negro',
                                                                  'Irwin',
                                                                Code:
                                                                var visible = false;

                                                                automatic exchange - paxum , bitcoin,pm, payza

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

                                                                ignored forever :zuzana designs

                                                                Comment

                                                                • GFED
                                                                  Confirmed User
                                                                  • May 2002
                                                                  • 8121

                                                                  #33
                                                                  Originally posted by sarettah
                                                                  When I run the original one that Killswitch put up (which is only when the noise level really gets to me), the list I have is:

                                                                  'Joshua G',
                                                                  'wehateporn',
                                                                  'Coup',
                                                                  'crockett',
                                                                  'Grapesoda',
                                                                  'onwebcam',
                                                                  'plaster',
                                                                  'Dvae',
                                                                  'LatinaCamChat',
                                                                  'GspotProductions',
                                                                  "Muad'Dib",
                                                                  'noshit',
                                                                  'm4nipul8',
                                                                  'Scott McD',
                                                                  'VikingMan',
                                                                  'crucifissio',
                                                                  'mineistaken',
                                                                  'nico-t',
                                                                  'Bladewire',
                                                                  'badgirlfilms',
                                                                  'Vendot',
                                                                  'Google Expert',
                                                                  'MiamiBoyz',
                                                                  'Relic',
                                                                  'Bjorn_Tasty1',
                                                                  'GFED',
                                                                  'galleryseek',
                                                                  'Smack dat',
                                                                  'Paul Markham',
                                                                  'Matt-ADX',
                                                                  'TheSquealer',
                                                                  'JohnnyClips',
                                                                  'Dead Eye',
                                                                  'Pete',
                                                                  'Brian mike',
                                                                  'tjjones',
                                                                  'brassmonkey',
                                                                  '2MuchMark',
                                                                  'TCLGirls',
                                                                  'TheDynasty',
                                                                  'escorpio',
                                                                  'john1975',
                                                                  'cocksucker mcgee',
                                                                  'Steve Rupe',
                                                                  'pillow'

                                                                  .

                                                                  #bumpthebiz
                                                                  sweet, i made someone's ignore list...
                                                                  https://www.flow.page/savethechildren

                                                                  Comment

                                                                  • Bladewire
                                                                    StraightBro
                                                                    • Aug 2003
                                                                    • 56220

                                                                    #34
                                                                    Originally posted by sarettah
                                                                    When I run the original one that Killswitch put up (which is only when the noise level really gets to me), the list I have is:

                                                                    'Joshua G',
                                                                    'wehateporn',
                                                                    'Coup',
                                                                    'crockett',
                                                                    'Grapesoda',
                                                                    'onwebcam',
                                                                    'plaster',
                                                                    'Dvae',
                                                                    'LatinaCamChat',
                                                                    'GspotProductions',
                                                                    "Muad'Dib",
                                                                    'noshit',
                                                                    'm4nipul8',
                                                                    'Scott McD',
                                                                    'VikingMan',
                                                                    'crucifissio',
                                                                    'mineistaken',
                                                                    'nico-t',
                                                                    'Bladewire',
                                                                    'badgirlfilms',
                                                                    'Vendot',
                                                                    'Google Expert',
                                                                    'MiamiBoyz',
                                                                    'Relic',
                                                                    'Bjorn_Tasty1',
                                                                    'GFED',
                                                                    'galleryseek',
                                                                    'Smack dat',
                                                                    'Paul Markham',
                                                                    'Matt-ADX',
                                                                    'TheSquealer',
                                                                    'JohnnyClips',
                                                                    'Dead Eye',
                                                                    'Pete',
                                                                    'Brian mike',
                                                                    'tjjones',
                                                                    'brassmonkey',
                                                                    '2MuchMark',
                                                                    'TCLGirls',
                                                                    'TheDynasty',
                                                                    'escorpio',
                                                                    'john1975',
                                                                    'cocksucker mcgee',
                                                                    'Steve Rupe',
                                                                    'pillow'

                                                                    .

                                                                    #bumpthebiz


                                                                    Skype: CallTomNow

                                                                    Comment

                                                                    • Kittens
                                                                      👏 REVOLUTIONARY 👏
                                                                      • Jan 2016
                                                                      • 1440

                                                                      #35
                                                                      Originally posted by Bladewire
                                                                      That's hilarious. Bitch boy clearly annoys others. What the fuck do you do outside of get yourself put on a global block list for being a fuckwad?

                                                                      If you put nearly as much attention into your business as you do policing GFY and getting yourself put on block lists, you might not feel the need to spend so much time here.

                                                                      Comment

                                                                      • Bladewire
                                                                        StraightBro
                                                                        • Aug 2003
                                                                        • 56220

                                                                        #36
                                                                        Originally posted by Kittens
                                                                        That's hilarious. Bitch boy clearly annoys others. What the fuck do you do outside of get yourself put on a global block list for being a fuckwad?

                                                                        If you put nearly as much attention into your business as you do policing GFY and getting yourself put on block lists, you might not feel the need to spend so much time here.
                                                                        Hopefully Eric can contact you to see what previous nic you claim to have had him delete on the forum in 2012 as you claim in this thread Business PornHero has inspired me... Lets talk biz. - GoFuckYourself.com - Adult Webmaster Forum

                                                                        I'm guessing you were banned for multiple nics and scamming people for money.

                                                                        You're already polluting other threads with negativity & drama & insulting multiple people without provocation.


                                                                        Skype: CallTomNow

                                                                        Comment

                                                                        • JohnnyClips - BANNED FOR LIFE
                                                                          Trump!
                                                                          • Feb 2011
                                                                          • 6442

                                                                          #37
                                                                          Originally posted by Bladewire
                                                                          Hopefully Eric can contact you to see what previous nic you claim to have had him delete on the forum in 2012 as you claim in this thread Business PornHero has inspired me... Lets talk biz. - GoFuckYourself.com - Adult Webmaster Forum

                                                                          I'm guessing you were banned for multiple nics and scamming people for money.

                                                                          You're already polluting other threads with negativity & drama & insulting multiple people without provocation.
                                                                          You've done the exact same thing

                                                                          Liberals ALWAYS project

                                                                          Comment

                                                                          • Kittens
                                                                            👏 REVOLUTIONARY 👏
                                                                            • Jan 2016
                                                                            • 1440

                                                                            #38
                                                                            Originally posted by Bladewire
                                                                            Hopefully Eric can contact you to see what previous nic you claim to have had him delete on the forum in 2012 as you claim in this thread Business PornHero has inspired me... Lets talk biz. - GoFuckYourself.com - Adult Webmaster Forum

                                                                            I'm guessing you were banned for multiple nics and scamming people for money.

                                                                            You're already polluting other threads with negativity & drama & insulting multiple people without provocation.


                                                                            This fucking guy, so god damn childish. SOMEONE HURT MY FEELINGS ON GOFUCKYOURSELF.COM!!!!

                                                                            No wonder you're on a global block list. I'm getting sick of it already, and I haven't been here that long.

                                                                            Comment

                                                                            • Bladewire
                                                                              StraightBro
                                                                              • Aug 2003
                                                                              • 56220

                                                                              #39
                                                                              Originally posted by Kittens


                                                                              This fucking guy, so god damn childish. SOMEONE HURT MY FEELINGS ON GOFUCKYOURSELF.COM!!!!

                                                                              No wonder you're on a global block list. I'm getting sick of it already, and I haven't been here that long.
                                                                              You're having self control issues and showing people who you really are, better keep it under wraps


                                                                              Skype: CallTomNow

                                                                              Comment

                                                                              • Kittens
                                                                                👏 REVOLUTIONARY 👏
                                                                                • Jan 2016
                                                                                • 1440

                                                                                #40
                                                                                Originally posted by Bladewire
                                                                                You're having self control issues and showing people who you really are, better keep it under wraps

                                                                                Comment

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

                                                                                  #41
                                                                                  Originally posted by Barry-xlovecam
                                                                                  If people where here for business there would be business threads.
                                                                                  If people replied to business threads they would advance on the list in the top fold.
                                                                                  So, what does that tell you ...
                                                                                  The longest journey begins with the first step start a business thread every day -- one in 10 or 20 might be of interest around here and get replies these days. Don't just whine about it -- DO SOMETHING POSITIVE.
                                                                                  ^^^^^ this ^^^^^^

                                                                                  Comment

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

                                                                                    #42
                                                                                    Originally posted by sarettah
                                                                                    When I run the original one that Killswitch put up (which is only when the noise level really gets to me), the list I have is:

                                                                                    'Joshua G',
                                                                                    'wehateporn',
                                                                                    'Coup',
                                                                                    'crockett',
                                                                                    'Grapesoda',
                                                                                    'onwebcam',
                                                                                    'plaster',
                                                                                    'Dvae',
                                                                                    'LatinaCamChat',
                                                                                    'GspotProductions',
                                                                                    "Muad'Dib",
                                                                                    'noshit',
                                                                                    'm4nipul8',
                                                                                    'Scott McD',
                                                                                    'VikingMan',
                                                                                    'crucifissio',
                                                                                    'mineistaken',
                                                                                    'nico-t',
                                                                                    'Bladewire',
                                                                                    'badgirlfilms',
                                                                                    'Vendot',
                                                                                    'Google Expert',
                                                                                    'MiamiBoyz',
                                                                                    'Relic',
                                                                                    'Bjorn_Tasty1',
                                                                                    'GFED',
                                                                                    'galleryseek',
                                                                                    'Smack dat',
                                                                                    'Paul Markham',
                                                                                    'Matt-ADX',
                                                                                    'TheSquealer',
                                                                                    'JohnnyClips',
                                                                                    'Dead Eye',
                                                                                    'Pete',
                                                                                    'Brian mike',
                                                                                    'tjjones',
                                                                                    'brassmonkey',
                                                                                    '2MuchMark',
                                                                                    'TCLGirls',
                                                                                    'TheDynasty',
                                                                                    'escorpio',
                                                                                    'john1975',
                                                                                    'cocksucker mcgee',
                                                                                    'Steve Rupe',
                                                                                    'pillow'

                                                                                    .

                                                                                    #bumpthebiz
                                                                                    Damn...another list I didn't make.

                                                                                    Will promise to try harder.

                                                                                    Comment

                                                                                    • Kittens
                                                                                      👏 REVOLUTIONARY 👏
                                                                                      • Jan 2016
                                                                                      • 1440

                                                                                      #43
                                                                                      Originally posted by SilentKnight
                                                                                      Damn...another list I didn't make.

                                                                                      Will promise to try harder.
                                                                                      I put you on my "This guy fucks" list. Does that help?

                                                                                      Comment

                                                                                      • wocnom
                                                                                        Confirmed User
                                                                                        • Jan 2013
                                                                                        • 132

                                                                                        #44
                                                                                        Originally posted by Barry-xlovecam
                                                                                        If people where here for business there would be business threads.
                                                                                        If people replied to business threads they would advance on the list in the top fold.
                                                                                        So, what does that tell you ...
                                                                                        The longest journey begins with the first step start a business thread every day -- one in 10 or 20 might be of interest around here and get replies these days. Don't just whine about it -- DO SOMETHING POSITIVE.
                                                                                        Originally posted by GspotProductions
                                                                                        why am I on that list, cheeky fkr...
                                                                                        I bring only positive to GFY. I´m not negative, this script is negative
                                                                                        Originally posted by brassmonkey
                                                                                        who the fuck cares? im on the bitch op list! that asshole can block me! that fuker has like 100 post! the retard is giving out credit to people that did nothing but found code and posted it!
                                                                                        You actually couldn't be more wrong.
                                                                                        I don't get it, why you so butthurt. This is not about distribution of my personal user/topic filter at all. That's just like example how to fill the arrays.

                                                                                        User, who downloaded the script, makes _HIS PERSONAL_ filter. That's the whole point. It's like client side adblock, but so much more moral. Nobody gets paid for me reading the junk I don't care.

                                                                                        The script is the cure.

                                                                                        The script is... FREEDOM.

                                                                                        Comment

                                                                                        Working...