BWWWAAAAHAHAHAHA! hehehe hahaha

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blackmonsters
    Making PHP work
    • Nov 2002
    • 20984

    #1

    BWWWAAAAHAHAHAHA! hehehe hahaha



    // ==UserScript==
    // @name gfy.com
    // @description block threads, posts, etc from certain users
    // @include http://gfy.com/*
    // @include http://*.gfy.com/*
    // @require https://code.jquery.com/jquery-1.7.2.min.js
    // @version 1.0
    // @grant none
    // ==/UserScript==

    var hide_users = [
    'Juicy D. Links',
    'Mr Pheer',
    'mineistaken',
    'TheSquealer',
    '420',
    '#23',
    'Brian837',
    'desertfoxx',
    'xXXtesy10',
    'L-Pink',
    'escorpio',
    'Sid70',
    'Horatio Caine',
    'CjTheFish',
    'nico-t',
    'Relic',
    'Smack dat',
    'Grapesoda',
    'Matt 26z',
    'Nitzer Ebb',
    'Relic',
    'wehateporn',
    'Google Expert',
    'Joshua G',
    'Smut-Talk',
    'MrMaxwell',
    'onwebcam',
    'OneHungLo',
    'Just Alex',
    'GFED',
    'BobJones123',
    'Boozer',
    'MFCT',
    'Scott McD',
    'Drax',
    'JohnnyNight',
    'Juicifer',
    'Steve Rupe',
    'oppoten'
    ];

    $(document).ready(function () {
    $('#threadslist tbody tr').each(function (thread_index, thread_value) {
    var thread_block = $(this);
    var thread_starter = $('span[style="cursor:pointer"]', this).text();
    $(hide_users).each(function (hide_index, hide_user) {
    if (thread_starter === hide_user) {
    // $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
    thread_block.remove();
    }
    });
    });

    $('table[id^="post"]').each(function (post_index, post_value) {
    var post_block = $(this);
    var post_author = $('a.bigusername', this).text();
    $(hide_users).each(function (hide_index, hide_user) {
    if (post_author === hide_user) {
    post_block.remove();
    }
    }); //removes entire post of someone on the ignore list.

    $('div[style^="margin:"]').each(function (post_index, post_value) {
    var post_block = $(this);
    var post_block_quote = $('div[style^="font-style:italic"]', this);
    var post_author = $('strong', this).text();
    $(hide_users).each(function (hide_index, hide_user) {
    if (post_author === hide_user) {
    //post_block.remove();
    $(post_block_quote).html("<br><font color=#998877><i>I'm a useless piece of </i></font><font size=6>&#128169</font>");
    }
    });
    }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times

    }); //end of nested forloops for checking both posts and quotes.
    });
    Your neighbor will murder you with frogs
    Click here
  • brassmonkey
    Pay It Forward
    • Sep 2005
    • 77397

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

    Comment

    • blackmonsters
      Making PHP work
      • Nov 2002
      • 20984

      #3
      Originally posted by brassmonkey
      thank u
      You might want to add CaptainHowdy

      He's starting to go off the edge this week.

      Your neighbor will murder you with frogs
      Click here

      Comment

      • brassmonkey
        Pay It Forward
        • Sep 2005
        • 77397

        #4
        Originally posted by blackmonsters
        You might want to add CaptainHowdy

        He's starting to go off the edge this weeks.

        i added him a few days ago!!
        TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
        DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

        Comment

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

          #5

          Comment

          • blackmonsters
            Making PHP work
            • Nov 2002
            • 20984

            #6
            Originally posted by brassmonkey
            i added him a few days ago!!
            Your neighbor will murder you with frogs
            Click here

            Comment

            • blackmonsters
              Making PHP work
              • Nov 2002
              • 20984

              #7
              Matt-ADX
              xKingx
              Your neighbor will murder you with frogs
              Click here

              Comment

              • DraX
                Confirmed User
                • Oct 2002
                • 7147

                #8
                Ignore list? By who?

                And what did little me do to get added to that list?
                Deposit Today With BTC - Play With Bitcoins

                Comment

                • Bladewire
                  StraightBro
                  • Aug 2003
                  • 56228

                  #9
                  Originally posted by blackmonsters


                  // ==UserScript==
                  // @name gfy.com
                  // @description block threads, posts, etc from certain users
                  // @include http://gfy.com/*
                  // @include http://*.gfy.com/*
                  // @require https://code.jquery.com/jquery-1.7.2.min.js
                  // @version 1.0
                  // @grant none
                  // ==/UserScript==

                  var hide_users = [
                  'Juicy D. Links',
                  'Mr Pheer',
                  'mineistaken',
                  'TheSquealer',
                  '420',
                  '#23',
                  'Brian837',
                  'desertfoxx',
                  'xXXtesy10',
                  'L-Pink',
                  'escorpio',
                  'Sid70',
                  'Horatio Caine',
                  'CjTheFish',
                  'nico-t',
                  'Relic',
                  'Smack dat',
                  'Grapesoda',
                  'Matt 26z',
                  'Nitzer Ebb',
                  'Relic',
                  'wehateporn',
                  'Google Expert',
                  'Joshua G',
                  'Smut-Talk',
                  'MrMaxwell',
                  'onwebcam',
                  'OneHungLo',
                  'Just Alex',
                  'GFED',
                  'BobJones123',
                  'Boozer',
                  'MFCT',
                  'Scott McD',
                  'Drax',
                  'JohnnyNight',
                  'Juicifer',
                  'Steve Rupe',
                  'oppoten'
                  ];

                  $(document).ready(function () {
                  $('#threadslist tbody tr').each(function (thread_index, thread_value) {
                  var thread_block = $(this);
                  var thread_starter = $('span[style="cursor:pointer"]', this).text();
                  $(hide_users).each(function (hide_index, hide_user) {
                  if (thread_starter === hide_user) {
                  // $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                  thread_block.remove();
                  }
                  });
                  });

                  $('table[id^="post"]').each(function (post_index, post_value) {
                  var post_block = $(this);
                  var post_author = $('a.bigusername', this).text();
                  $(hide_users).each(function (hide_index, hide_user) {
                  if (post_author === hide_user) {
                  post_block.remove();
                  }
                  }); //removes entire post of someone on the ignore list.

                  $('div[style^="margin:"]').each(function (post_index, post_value) {
                  var post_block = $(this);
                  var post_block_quote = $('div[style^="font-style:italic"]', this);
                  var post_author = $('strong', this).text();
                  $(hide_users).each(function (hide_index, hide_user) {
                  if (post_author === hide_user) {
                  //post_block.remove();
                  $(post_block_quote).html("<br><font color=#998877><i>I'm a useless piece of </i></font><font size=6>&#128169</font>");
                  }
                  });
                  }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times

                  }); //end of nested forloops for checking both posts and quotes.
                  });
                  You're awesome! Brassmonkey too but every time you guys post this I always wish it was available for Android because 98% of my post on gfy are from my phone.

                  I want to block all the Russian bots / fake nics on here. Officially over them now.


                  Skype: CallTomNow

                  Comment

                  • thommy
                    Confirmed User
                    • Jun 2003
                    • 5469

                    #10
                    Originally posted by blackmonsters


                    // ==UserScript==
                    // @name gfy.com
                    // @description block threads, posts, etc from certain users
                    // @include http://gfy.com/*
                    // @include http://*.gfy.com/*
                    // @require https://code.jquery.com/jquery-1.7.2.min.js
                    // @version 1.0
                    // @grant none
                    // ==/UserScript==

                    var hide_users = [
                    'Juicy D. Links',
                    'Mr Pheer',
                    'mineistaken',
                    'TheSquealer',
                    '420',
                    '#23',
                    'Brian837',
                    'desertfoxx',
                    'xXXtesy10',
                    'L-Pink',
                    'escorpio',
                    'Sid70',
                    'Horatio Caine',
                    'CjTheFish',
                    'nico-t',
                    'Relic',
                    'Smack dat',
                    'Grapesoda',
                    'Matt 26z',
                    'Nitzer Ebb',
                    'Relic',
                    'wehateporn',
                    'Google Expert',
                    'Joshua G',
                    'Smut-Talk',
                    'MrMaxwell',
                    'onwebcam',
                    'OneHungLo',
                    'Just Alex',
                    'GFED',
                    'BobJones123',
                    'Boozer',
                    'MFCT',
                    'Scott McD',
                    'Drax',
                    'JohnnyNight',
                    'Juicifer',
                    'Steve Rupe',
                    'oppoten'
                    ];

                    $(document).ready(function () {
                    $('#threadslist tbody tr').each(function (thread_index, thread_value) {
                    var thread_block = $(this);
                    var thread_starter = $('span[style="cursor:pointer"]', this).text();
                    $(hide_users).each(function (hide_index, hide_user) {
                    if (thread_starter === hide_user) {
                    // $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                    thread_block.remove();
                    }
                    });
                    });

                    $('table[id^="post"]').each(function (post_index, post_value) {
                    var post_block = $(this);
                    var post_author = $('a.bigusername', this).text();
                    $(hide_users).each(function (hide_index, hide_user) {
                    if (post_author === hide_user) {
                    post_block.remove();
                    }
                    }); //removes entire post of someone on the ignore list.

                    $('div[style^="margin:"]').each(function (post_index, post_value) {
                    var post_block = $(this);
                    var post_block_quote = $('div[style^="font-style:italic"]', this);
                    var post_author = $('strong', this).text();
                    $(hide_users).each(function (hide_index, hide_user) {
                    if (post_author === hide_user) {
                    //post_block.remove();
                    $(post_block_quote).html("<br><font color=#998877><i>I'm a useless piece of </i></font><font size=6>&#128169</font>");
                    }
                    });
                    }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times

                    }); //end of nested forloops for checking both posts and quotes.
                    });
                    this is a very nice and professional selected list :-)
                    add asspimp and you can sell it as a standard feature
                    Open for handpicked publishers and advertisers:
                    www.trafficfabrik.com

                    Comment

                    • Bladewire
                      StraightBro
                      • Aug 2003
                      • 56228

                      #11
                      ^^^ Truth


                      Skype: CallTomNow

                      Comment

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

                        #12
                        The best ignore feature is inside your head ...

                        Comment

                        • blackmonsters
                          Making PHP work
                          • Nov 2002
                          • 20984

                          #13
                          Originally posted by thommy
                          this is a very nice and professional selected list :-)
                          add asspimp and you can sell it as a standard feature
                          'Acepimp'

                          Good catch!
                          Geeze, How did I miss that one?

                          Your neighbor will murder you with frogs
                          Click here

                          Comment

                          • blackmonsters
                            Making PHP work
                            • Nov 2002
                            • 20984

                            #14
                            Disclaimer : The only reason 'Mr Pheer' is on the list is because he got all bent out of shape because I trashed his drone ideology about where drones could fly and he put me
                            in this script.

                            Your neighbor will murder you with frogs
                            Click here

                            Comment

                            • blackmonsters
                              Making PHP work
                              • Nov 2002
                              • 20984

                              #15
                              Originally posted by Bladewire
                              You're awesome! Brassmonkey too but every time you guys post this I always wish it was available for Android because 98% of my post on gfy are from my phone.

                              I want to block all the Russian bots / fake nics on here. Officially over them now.
                              You need a browser that accepts tampermonkey on your phone.
                              I haven't tried that but try using chrome on your phone.
                              Your neighbor will murder you with frogs
                              Click here

                              Comment

                              • brassmonkey
                                Pay It Forward
                                • Sep 2005
                                • 77397

                                #16
                                Originally posted by blackmonsters
                                Disclaimer : The only reason 'Mr Pheer' is on the list is because he got all bent out of shape because I trashed his drone ideology about where drones could fly and he put me
                                in this script.

                                if i remember right he acted like he coded it. it was made by a mainstream guy. no porn it was about some sports bs. i gave him credit
                                TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                Comment

                                • Bladewire
                                  StraightBro
                                  • Aug 2003
                                  • 56228

                                  #17
                                  Originally posted by blackmonsters
                                  You need a browser that accepts tampermonkey on your phone.
                                  I haven't tried that but try using chrome on your phone.
                                  Thanks!

                                  I installed tampermonkey and I'm trying to import the script from the text area and it says it can't parse it.


                                  Skype: CallTomNow

                                  Comment

                                  • blackmonsters
                                    Making PHP work
                                    • Nov 2002
                                    • 20984

                                    #18
                                    Originally posted by Bladewire
                                    Thanks!

                                    I installed tampermonkey and I'm trying to import the script from the text area and it says it can't parse it.
                                    The script is plain javascript so it should work fine.
                                    Maybe you are picking up something extra when you copy it.
                                    Your neighbor will murder you with frogs
                                    Click here

                                    Comment

                                    • Bladewire
                                      StraightBro
                                      • Aug 2003
                                      • 56228

                                      #19
                                      Originally posted by blackmonsters
                                      The script is plain javascript so it should work fine.
                                      Maybe you are picking up something extra when you copy it.
                                      Yeah I'll work it out thanks again


                                      Skype: CallTomNow

                                      Comment

                                      • blackmonsters
                                        Making PHP work
                                        • Nov 2002
                                        • 20984

                                        #20



                                        ......
                                        Your neighbor will murder you with frogs
                                        Click here

                                        Comment

                                        • Speigelau
                                          Confirmed User
                                          • Jul 2007
                                          • 3032

                                          #21
                                          You can remove L pink, he passed away 18 months ago.

                                          Comment

                                          • blackmonsters
                                            Making PHP work
                                            • Nov 2002
                                            • 20984

                                            #22
                                            Originally posted by Speigelau
                                            You can remove L pink, he passed away 18 months ago.
                                            Nope, that fucker will come back as a zombie.

                                            Your neighbor will murder you with frogs
                                            Click here

                                            Comment

                                            • brassmonkey
                                              Pay It Forward
                                              • Sep 2005
                                              • 77397

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

                                              Comment

                                              • brassmonkey
                                                Pay It Forward
                                                • Sep 2005
                                                • 77397

                                                #24
                                                Originally posted by Speigelau
                                                You can remove L pink, he passed away 18 months ago.
                                                wrong! he's on a smaller forum don't know why
                                                TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                Comment

                                                • blackmonsters
                                                  Making PHP work
                                                  • Nov 2002
                                                  • 20984

                                                  #25
                                                  Originally posted by brassmonkey
                                                  wrong! he's on a smaller forum don't know why
                                                  Which one? I want to go there and photoshop his avatar.

                                                  Your neighbor will murder you with frogs
                                                  Click here

                                                  Comment

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

                                                    #26
                                                    Originally posted by brassmonkey
                                                    if i remember right he acted like he coded it. it was made by a mainstream guy. no porn it was about some sports bs. i gave him credit
                                                    As far as I know it was originally coded and distributed by Killswitch (I don't remember right now what other names he had and which name he was on when he did the script)

                                                    Edited in: I found when Mr Pheer did his thread and he gave creedit to killswitch.

                                                    http://gfy.com/fucking-around-and-pr...-gift-gfy.html

                                                    Originally posted by Mr Pheer
                                                    I've been using this for a few years, but i didnt write it. I believe Killswitch originally wrote it... I dont remember exactly. I do remember him saying that he didnt mind if I gave it out. So here it is.

                                                    Only works on Chrome. Not sure if it will work on a mobile device or not (havent tried it). Since I didnt write it, I cant offer support for it.
                                                    .
                                                    All cookies cleared!

                                                    Comment

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

                                                      #27
                                                      Here is where Killswitch dropped it on the board:

                                                      http://gfy.com/fucking-around-and-pr...st-inside.html

                                                      Originally posted by Killswitch
                                                      So with recent stuff going on with idiotic users (DamianJ, DVTimes, Paul Markham) and the lack of awesome plugins like the old school FireFox plugin that StuartD made back in the day... I have spent the last 20 minutes throwing together this Chrome extension for everyone.

                                                      I will expand on it, but for now it makes a great TRUE ignore feature.

                                                      Instead of getting the dumb "You can't see this post because so and so is on your ignore list" message, it completely removes them from the page.

                                                      Right now you have to load it into your Chrome using the "Load Unpacked Extension..." feature, and you also have to edit the plugin to add users to the ignore list, then reload the plugin, but it works, and that's a plus.

                                                      Soon I will make it better like an extra option under every users posts that when clicked easily adds the user to the ignore list for you, and an options page to easily add/remove users also.

                                                      You can currently download it by clicking this link:
                                                      https://github.com/killswitch/gfy-ig...ive/master.zip

                                                      Instructions:
                                                      1. Download zip file.
                                                      2. Unzip into wherever you want it.
                                                      3. Open hide_users.js
                                                      4. Add users you want to ignore to the array in same format as current.
                                                      5. Go to your chrome extensions list
                                                      6. Click "Developer Mode"
                                                      7. Click "Load unpacked extension..."
                                                      8. Select folder of extension
                                                      9. Reload GFY
                                                      10. ???
                                                      11. PROFIT!!!!


                                                      If you have any questions, problems, or feature requests, keep this thread bumped and I'll respond whenever possible.

                                                      Thanks and enjoy this little extension and a better GFY.

                                                      Edit::

                                                      Also a note, it only works in the Fucking Around & Program Discussion forum list, and all threads because I'm to lazy to make it work in all forums right now.

                                                      It completely removes all threads from the thread list by those users, and their posts in the thread itself.
                                                      .
                                                      All cookies cleared!

                                                      Comment

                                                      • brassmonkey
                                                        Pay It Forward
                                                        • Sep 2005
                                                        • 77397

                                                        #28
                                                        Originally posted by blackmonsters
                                                        Which one? I want to go there and photoshop his avatar.

                                                        ask bladewire add that bitch sarettah
                                                        TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                        DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                        Comment

                                                        • MFCT
                                                          Confirmed User
                                                          • Jan 2015
                                                          • 1489

                                                          #29
                                                          So you don't wanna see my pro-Hillary threads? What are you, a bunch of Trump supporters??

                                                          By the way, vote Hillary in 2020. Four more years!
                                                          Keeping you abreast of the teens that get undressed.
                                                          Girls By Location - Couples By Location - Guys By Location - Trans By Location

                                                          Comment

                                                          • DraX
                                                            Confirmed User
                                                            • Oct 2002
                                                            • 7147

                                                            #30
                                                            ^^^ A handful of gfy members yapping about nothing...
                                                            Deposit Today With BTC - Play With Bitcoins

                                                            Comment

                                                            • blackmonsters
                                                              Making PHP work
                                                              • Nov 2002
                                                              • 20984

                                                              #31
                                                              Originally posted by brassmonkey
                                                              ask bladewire add that bitch sarettah
                                                              Nope!

                                                              Will never add sarettah.

                                                              Sarettah was the only one on GFY who help me out after I got out of the hospital.
                                                              Although I sometimes think he may have did it just to verify my identity to make sure I wasn't Brassmonkey, I really appreciated the help.

                                                              I had nothing when I got out of the hospital.
                                                              The hospital gave me a T-shit, nylon shorts and shower shoes to go home because
                                                              I had been brought into the hospital naked and unconscious.

                                                              If I made a TV show about what happened to me, I would call the show "Naked and Dead".

                                                              Your neighbor will murder you with frogs
                                                              Click here

                                                              Comment

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

                                                                #32
                                                                Originally posted by brassmonkey
                                                                that bitch sarettah
                                                                That's pretty funny to see Butcher's Bitch call someone else a bitch.



                                                                .
                                                                All cookies cleared!

                                                                Comment

                                                                • nico-t
                                                                  emperor of my world
                                                                  • Aug 2004
                                                                  • 29903

                                                                  #33
                                                                  Originally posted by blackmonsters


                                                                  // ==UserScript==
                                                                  // @name gfy.com
                                                                  // @description block threads, posts, etc from certain users
                                                                  // @include http://gfy.com/*
                                                                  // @include http://*.gfy.com/*
                                                                  // @require https://code.jquery.com/jquery-1.7.2.min.js
                                                                  // @version 1.0
                                                                  // @grant none
                                                                  // ==/UserScript==

                                                                  var hide_users = [
                                                                  'Juicy D. Links',
                                                                  'Mr Pheer',
                                                                  'mineistaken',
                                                                  'TheSquealer',
                                                                  '420',
                                                                  '#23',
                                                                  'Brian837',
                                                                  'desertfoxx',
                                                                  'xXXtesy10',
                                                                  'L-Pink',
                                                                  'escorpio',
                                                                  'Sid70',
                                                                  'Horatio Caine',
                                                                  'CjTheFish',
                                                                  'nico-t',
                                                                  'Relic',
                                                                  'Smack dat',
                                                                  'Grapesoda',
                                                                  'Matt 26z',
                                                                  'Nitzer Ebb',
                                                                  'Relic',
                                                                  'wehateporn',
                                                                  'Google Expert',
                                                                  'Joshua G',
                                                                  'Smut-Talk',
                                                                  'MrMaxwell',
                                                                  'onwebcam',
                                                                  'OneHungLo',
                                                                  'Just Alex',
                                                                  'GFED',
                                                                  'BobJones123',
                                                                  'Boozer',
                                                                  'MFCT',
                                                                  'Scott McD',
                                                                  'Drax',
                                                                  'JohnnyNight',
                                                                  'Juicifer',
                                                                  'Steve Rupe',
                                                                  'oppoten'
                                                                  ];

                                                                  $(document).ready(function () {
                                                                  $('#threadslist tbody tr').each(function (thread_index, thread_value) {
                                                                  var thread_block = $(this);
                                                                  var thread_starter = $('span[style="cursor:pointer"]', this).text();
                                                                  $(hide_users).each(function (hide_index, hide_user) {
                                                                  if (thread_starter === hide_user) {
                                                                  // $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                                                                  thread_block.remove();
                                                                  }
                                                                  });
                                                                  });

                                                                  $('table[id^="post"]').each(function (post_index, post_value) {
                                                                  var post_block = $(this);
                                                                  var post_author = $('a.bigusername', this).text();
                                                                  $(hide_users).each(function (hide_index, hide_user) {
                                                                  if (post_author === hide_user) {
                                                                  post_block.remove();
                                                                  }
                                                                  }); //removes entire post of someone on the ignore list.

                                                                  $('div[style^="margin:"]').each(function (post_index, post_value) {
                                                                  var post_block = $(this);
                                                                  var post_block_quote = $('div[style^="font-style:italic"]', this);
                                                                  var post_author = $('strong', this).text();
                                                                  $(hide_users).each(function (hide_index, hide_user) {
                                                                  if (post_author === hide_user) {
                                                                  //post_block.remove();
                                                                  $(post_block_quote).html("<br><font color=#998877><i>I'm a useless piece of </i></font><font size=6>&#128169</font>");
                                                                  }
                                                                  });
                                                                  }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times

                                                                  }); //end of nested forloops for checking both posts and quotes.
                                                                  });
                                                                  Create your own safe space to censor out anyone who is critical and goes by facts instead of emotions! Fucking social justice warrior snowflake

                                                                  Comment

                                                                  • blackmonsters
                                                                    Making PHP work
                                                                    • Nov 2002
                                                                    • 20984

                                                                    #34
                                                                    celandina
                                                                    Your neighbor will murder you with frogs
                                                                    Click here

                                                                    Comment

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

                                                                      #35
                                                                      I made a tweak or two. I think this version works way better.

                                                                      You're welcome.

                                                                      Code:
                                                                      // ==UserScript==
                                                                      // @name gfy.com
                                                                      // @description block threads, posts, etc from certain users
                                                                      // @include http://gfy.com/*
                                                                      // @include http://*.gfy.com/*
                                                                      // @require https://code.jquery.com/jquery-1.7.2.min.js
                                                                      // @version 1.0
                                                                      // @grant none
                                                                      // ==/UserScript==
                                                                      
                                                                      var show_users = [
                                                                      'sarettah'
                                                                      ];
                                                                      
                                                                      $(document).ready(function () {
                                                                      $('#threadslist tbody tr').each(function (thread_index, thread_value) {
                                                                      var thread_block = $(this);
                                                                      var thread_starter = $('span[style="cursor:pointer"]', this).text();
                                                                      $(show_users).each(function (show_index, show_user) {
                                                                      if (thread_starter !== show_user) {
                                                                      // $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                                                                      thread_block.remove();
                                                                      }
                                                                      });
                                                                      });
                                                                      
                                                                      $('table[id^="post"]').each(function (post_index, post_value) {
                                                                      var post_block = $(this);
                                                                      var post_author = $('a.bigusername', this).text();
                                                                      $(show_users).each(function (show_index, show_user) {
                                                                      if (post_author !== show_user) {
                                                                      post_block.remove();
                                                                      }
                                                                      }); //removes entire post of someone on the ignore list.
                                                                      
                                                                      $('div[style^="margin:"]').each(function (post_index, post_value) {
                                                                      var post_block = $(this);
                                                                      var post_block_quote = $('div[style^="font-style:italic"]', this);
                                                                      var post_author = $('strong', this).text();
                                                                      $(show_users).each(function (show_index, show_user) {
                                                                      if (post_author !== show_user) {
                                                                      //post_block.remove();
                                                                      $(post_block_quote).html("<br><font color=#998877><i>I'm a useless piece of </i></font><font size=6>&#128169</font>");
                                                                      }
                                                                      });
                                                                      }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times
                                                                      
                                                                      }); //end of nested forloops for checking both posts and quotes.
                                                                      });
                                                                      All cookies cleared!

                                                                      Comment

                                                                      • MFCT
                                                                        Confirmed User
                                                                        • Jan 2015
                                                                        • 1489

                                                                        #36
                                                                        If (hypothetically) there was anyone here with alternative nicks (which there aren't), the last thing they'd want is if a buddy were to mistakenly address an alt nick as the primary nick. Thereby blowing the cover of an alt nick.

                                                                        The safest way (hypothetically) to assure that wouldn't happen is if you were to not see the alt nicks in the first place, no? We wouldn't want anyone to know which nicks on this site are the alts.

                                                                        Do some of you get it now? Hint hint?
                                                                        Keeping you abreast of the teens that get undressed.
                                                                        Girls By Location - Couples By Location - Guys By Location - Trans By Location

                                                                        Comment

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

                                                                          #37
                                                                          Originally posted by MFCT
                                                                          If (hypothetically) there was anyone here with alternative nicks (which there aren't), the last thing they'd want is if a buddy were to mistakenly address an alt nick as the primary nick. Thereby blowing the cover of an alt nick.

                                                                          The safest way (hypothetically) to assure that wouldn't happen is if you were to not see the alt nicks in the first place, no? We wouldn't want anyone to know which nicks on this site are the alts.

                                                                          Do some of you get it now? Hint hint?

                                                                          What?






                                                                          .
                                                                          All cookies cleared!

                                                                          Comment

                                                                          • Bladewire
                                                                            StraightBro
                                                                            • Aug 2003
                                                                            • 56228

                                                                            #38
                                                                            Originally posted by sarettah
                                                                            What?






                                                                            .


                                                                            Skype: CallTomNow

                                                                            Comment

                                                                            • blackmonsters
                                                                              Making PHP work
                                                                              • Nov 2002
                                                                              • 20984

                                                                              #39
                                                                              Your neighbor will murder you with frogs
                                                                              Click here

                                                                              Comment

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

                                                                                #40
                                                                                Whats so funny?

                                                                                .
                                                                                All cookies cleared!

                                                                                Comment

                                                                                • blackmonsters
                                                                                  Making PHP work
                                                                                  • Nov 2002
                                                                                  • 20984

                                                                                  #41
                                                                                  Damn, I turned if off for for a while and what a mistake.

                                                                                  Your neighbor will murder you with frogs
                                                                                  Click here

                                                                                  Comment

                                                                                  • Ernie D. Links
                                                                                    So Fucking Banned
                                                                                    • Jul 2005
                                                                                    • 102

                                                                                    #42
                                                                                    magaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

                                                                                    Comment

                                                                                    • blackmonsters
                                                                                      Making PHP work
                                                                                      • Nov 2002
                                                                                      • 20984

                                                                                      #43
                                                                                      Added Ernie D. Links

                                                                                      Your neighbor will murder you with frogs
                                                                                      Click here

                                                                                      Comment

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

                                                                                        #44
                                                                                        Originally posted by blackmonsters
                                                                                        Added Ernie D. Links

                                                                                        I'm telling you, just run the version I put up and you never have to add another user, you will see only the important posters and their posts.



                                                                                        .
                                                                                        All cookies cleared!

                                                                                        Comment

                                                                                        • blackmonsters
                                                                                          Making PHP work
                                                                                          • Nov 2002
                                                                                          • 20984

                                                                                          #45
                                                                                          Originally posted by sarettah
                                                                                          I'm telling you, just run the version I put up and you never have to add another user, you will see only the important posters and their posts.



                                                                                          .
                                                                                          I gotta see some of the other posters, I can't keep relying on you to help me out.

                                                                                          Your neighbor will murder you with frogs
                                                                                          Click here

                                                                                          Comment

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

                                                                                            #46
                                                                                            Originally posted by blackmonsters
                                                                                            I gotta see some of the other posters, I can't keep relying on you to help me out.

                                                                                            Well, still if you add users on the one I put up then they show up. So, might be easier to keep a list of who you want to see instead of who you don't want to see.

                                                                                            Much shorter list to maintain

                                                                                            .
                                                                                            All cookies cleared!

                                                                                            Comment

                                                                                            • blackmonsters
                                                                                              Making PHP work
                                                                                              • Nov 2002
                                                                                              • 20984

                                                                                              #47
                                                                                              Originally posted by sarettah
                                                                                              Well, still if you add users on the one I put up then they show up. So, might be easier to keep a list of who you want to see instead of who you don't want to see.

                                                                                              Much shorter list to maintain

                                                                                              .
                                                                                              I don't know the user names of new clients so that wouldn't work.
                                                                                              Your neighbor will murder you with frogs
                                                                                              Click here

                                                                                              Comment

                                                                                              • nico-t
                                                                                                emperor of my world
                                                                                                • Aug 2004
                                                                                                • 29903

                                                                                                #48


                                                                                                when south park makes fun of you, you know you've really become a crybaby loser

                                                                                                Comment

                                                                                                • nico-t
                                                                                                  emperor of my world
                                                                                                  • Aug 2004
                                                                                                  • 29903

                                                                                                  #49


                                                                                                  blackmonsters: "it's all their fault, it's not me!!!!!" way to become a winner in life

                                                                                                  Comment

                                                                                                  • blackmonsters
                                                                                                    Making PHP work
                                                                                                    • Nov 2002
                                                                                                    • 20984

                                                                                                    #50
                                                                                                    Added Bladewire

                                                                                                    Your neighbor will murder you with frogs
                                                                                                    Click here

                                                                                                    Comment

                                                                                                    Working...