troll special!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brassmonkey
    Pay It Forward
    • Sep 2005
    • 77396

    #1

    Rant troll special!!

    anybody else??? leave the names i'll add them poof they are gone!

    chrome: Tampermonkey - Chrome Web Store

    firefox: Greasemonkey :: Add-ons for Firefox

    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 hide_users = [
        'Juicy D. Links',
        'Mr Pheer',
        'mineistaken',
        'TheSquealer',
        '420',
        '#23',
        'Brian837',
        'desertfoxx',
        'xXXtesy10',
        'L-Pink',
        'escorpio',
        'Sid70',
        'Horatio Caine'
    ];
     
    $(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_author = $('strong', this).text();
                $(hide_users).each(function (hide_index, hide_user) {
                    if (post_author === hide_user) {
                        post_block.remove();
                    }
                });
            }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times but they have to have the name in the quote
    **/
     
        }); //end of nested forloops for checking both posts and quotes.
    });
    gfy trolls - Pastebin.com
    TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
    DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com
  • 420
    cuck
    • Mar 2003
    • 11571

    #2
    add that twat brassmonkey please
    <!--BEGIN SIMUTRONICS PLAY BUTTON CODE -->
    <p align="center">

    <a href="http://buddy.play.net/dr?TMOREAU1">

    <img src="drplay.gif" width="128" height="64" alt="Play DragonRealms!"></a></p>

    <!--END SIMUTRONICS PLAY BUTTON CODE -->

    Comment

    • brassmonkey
      Pay It Forward
      • Sep 2005
      • 77396

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

      Comment

      • 420
        cuck
        • Mar 2003
        • 11571

        #4
        my compliments on this most excellent content curation but it don't work

        Originally posted by brassmonkey
        anybody else??? leave the names i'll add them poof they are gone!

        chrome: Tampermonkey - Chrome Web Store

        firefox: Greasemonkey :: Add-ons for Firefox

        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 hide_users = [
            'Juicy D. Links',
            'Mr Pheer',
            'mineistaken',
            'TheSquealer',
            '420',
            '#23',
            'Brian837',
            'desertfoxx',
            'xXXtesy10',
            'L-Pink',
            'escorpio',
            'Sid70',
            'Horatio Caine'
        ];
         
        $(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 === 'brassmonkey') {
        //         $('#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 === ') {
                        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_author = $('strong', this).text();
                    $(hide_users).each(function (hide_index, hide_user) {
                        if (post_author === 'brassmonkey') {
                            post_block.remove();
                        }
                    });
                }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times but they have to have the name in the quote
        **/
         
            }); //end of nested forloops for checking both posts and quotes.
        });
        gfy trolls - Pastebin.com
        <!--BEGIN SIMUTRONICS PLAY BUTTON CODE -->
        <p align="center">

        <a href="http://buddy.play.net/dr?TMOREAU1">

        <img src="drplay.gif" width="128" height="64" alt="Play DragonRealms!"></a></p>

        <!--END SIMUTRONICS PLAY BUTTON CODE -->

        Comment

        • brassmonkey
          Pay It Forward
          • Sep 2005
          • 77396

          #5
          please bump this thread! keep it alive!
          TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
          DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

          Comment

          • xXXtesy10
            Fakecoin Investor
            • Jul 2012
            • 7127

            #6
            honorable dindu nuffin here
            WARNING: Stay Away From Marlboroack aka aka Brandon Ackerman
            http://gfy.com/21169705-post8.html
            Donny Long is Felon, Stalker, Scammer & Coward
            http://www.ripoffreport.com/reports/...lon-int-761244

            Comment

            • Penny24Seven
              So Fucking What
              • Jun 2007
              • 6287

              #7
              truth hurts
              Our site is coming soon. It will be one of the best ever! I know so. Brian and Penny

              Comment

              • blackmonsters
                Making PHP work
                • Nov 2002
                • 20961

                #8
                Originally posted by brassmonkey
                please bump this thread! keep it alive!

                Free Open Source Live Aggregated Cams Script (FOSLACS)

                Comment

                • Google Expert
                  Webmaster
                  • Jun 2004
                  • 14294

                  #9
                  how do you enter code into greasemokey?

                  Comment

                  • Horatio Caine
                    full-time aspiring rapper
                    • Aug 2012
                    • 5746

                    #10
                    Do you expect anyone to believe you wrote this?

                    Comment

                    • Horatio Caine
                      full-time aspiring rapper
                      • Aug 2012
                      • 5746

                      #11
                      Originally posted by blackmonsters
                      You back homie? Who paid you bail this time? is your other nick with plump font back too?

                      Comment

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

                        #12
                        lol......

                        automatic exchange - paxum , bitcoin,pm, payza

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

                        ignored forever :zuzana designs

                        Comment

                        • brassmonkey
                          Pay It Forward
                          • Sep 2005
                          • 77396

                          #13
                          Originally posted by Muad'Dib
                          how do you enter code into greasemokey?
                          turn on greasemonkey and click here
                          TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                          DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                          Comment

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

                            #14
                            fucking uneducated criminal dinduuuuuuuuuuuu

                            Comment

                            • Horatio Caine
                              full-time aspiring rapper
                              • Aug 2012
                              • 5746

                              #15
                              I wonder why you had to upload it to paste bin if original coder had it here?

                              http://gfy.com/20658428-post105.html

                              Fucking no use poser.

                              Comment

                              • clickity click
                                So Fecking Bummed
                                • Aug 2014
                                • 3682

                                #16
                                Can I protest that I am not on the troll list. It's a fucking outrage. I am obviously too good.
                                Also, could I make the suggestion to the developers of Tampermonkey and Greasemonkey that they make a name change to Brassmonkey instead.

                                Comment

                                • escorpio
                                  King of Canada
                                  • Oct 2002
                                  • 23487

                                  #17
                                  Cripmonkey

                                  Unvaxxed, still alive.

                                  Comment

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

                                    #18
                                    There is no fun in that ...

                                    Comment

                                    • Penny24Seven
                                      So Fucking What
                                      • Jun 2007
                                      • 6287

                                      #19
                                      Originally posted by Horatio Caine
                                      I wonder why you had to upload it to paste bin if original coder had it here?

                                      http://gfy.com/20658428-post105.html

                                      Fucking no use poser.


                                      Originally posted by clickity click
                                      Can I protest that I am not on the troll list. It's a fucking outrage. I am obviously too good.
                                      Also, could I make the suggestion to the developers of Tampermonkey and Greasemonkey that they make a name change to Brassmonkey instead.
                                      That is no troll list. Those are the ones that call him a sig whore the most and he can't handle the truth. I saw it in a movie one time. YOU CAN'T HANDLE THE TRUTH.
                                      He refuses to watch that movie because it gives him flash backs.
                                      Our site is coming soon. It will be one of the best ever! I know so. Brian and Penny

                                      Comment

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

                                        #20
                                        Originally posted by Horatio Caine
                                        I wonder why you had to upload it to paste bin if original coder had it here?

                                        http://gfy.com/20658428-post105.html

                                        Fucking no use poser.
                                        it's okay .

                                        automatic exchange - paxum , bitcoin,pm, payza

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

                                        ignored forever :zuzana designs

                                        Comment

                                        • brassmonkey
                                          Pay It Forward
                                          • Sep 2005
                                          • 77396

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

                                          Comment

                                          • Mediamix
                                            Dutch Webmaster!
                                            • Sep 2013
                                            • 3228

                                            #22
                                            Originally posted by brassmonkey
                                            Up Up Up
                                            Said the guy that has down down down syndrome..
                                            Sig too big

                                            Comment

                                            • #23
                                              So Fucking Banned
                                              • Jan 2016
                                              • 555

                                              #23
                                              hey brasss!

                                              Comment

                                              • brassmonkey
                                                Pay It Forward
                                                • Sep 2005
                                                • 77396

                                                #24
                                                Originally posted by Mediamix
                                                Said the guy that has down down down syndrome..
                                                godless bastard!
                                                TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                Comment

                                                • mineistaken
                                                  See signature :)
                                                  • Apr 2007
                                                  • 29656

                                                  #25
                                                  you dindu that code, honkster.

                                                  Comment

                                                  • mineistaken
                                                    See signature :)
                                                    • Apr 2007
                                                    • 29656

                                                    #26
                                                    http://gfy.com/20622223-post1.html original list

                                                    Comment

                                                    • sandman!
                                                      Icq: 14420613
                                                      • Mar 2001
                                                      • 15431

                                                      #27
                                                      Need WebHosting ? Email me for some great deals [email protected]

                                                      Comment

                                                      • Horatio Caine
                                                        full-time aspiring rapper
                                                        • Aug 2012
                                                        • 5746

                                                        #28
                                                        Originally posted by mineistaken


                                                        And look who is in it. The Eastern European retards and descendants of Shaka Zulu.

                                                        Comment

                                                        • brassmonkey
                                                          Pay It Forward
                                                          • Sep 2005
                                                          • 77396

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

                                                          Comment

                                                          • #23
                                                            So Fucking Banned
                                                            • Jan 2016
                                                            • 555

                                                            #30
                                                            i do custom coding for free if you are new gfy member email in sig

                                                            Comment

                                                            • EonBlue
                                                              Apocalypse
                                                              • May 2007
                                                              • 3043

                                                              #31




                                                              .

                                                              Comment

                                                              • Horatio Caine
                                                                full-time aspiring rapper
                                                                • Aug 2012
                                                                • 5746

                                                                #32
                                                                I like how "brassmonkey" was hardcoded in original version of this script. Now, he's passing it for his own

                                                                Comment

                                                                • brassmonkey
                                                                  Pay It Forward
                                                                  • Sep 2005
                                                                  • 77396

                                                                  #33
                                                                  Originally posted by Horatio Caine
                                                                  I like how "brassmonkey" was hardcoded in original version of this script. Now, he's passing it for his own
                                                                  where did you come up with i coded this? i just changed the list
                                                                  TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                                  DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                                  Comment

                                                                  • RyuLion
                                                                    • Mar 2003
                                                                    • 32369

                                                                    #34

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

                                                                    Comment

                                                                    • brassmonkey
                                                                      Pay It Forward
                                                                      • Sep 2005
                                                                      • 77396

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

                                                                      Comment

                                                                      • Horatio Caine
                                                                        full-time aspiring rapper
                                                                        • Aug 2012
                                                                        • 5746

                                                                        #36
                                                                        Originally posted by brassmonkey
                                                                        where did you come up with i coded this? i just changed the list
                                                                        So why re-posting it if original coder already had built-in list of real trolls in it?
                                                                        If I were you I'd hire some Indian guy to write an auto re-post script for yahoo news. Just make sure it skips an article if it contains words "suspect, ran, police, black, gun, Dequan, Marquise, rapper, baby mamma, juvenile, record, GED, dindu, nuffins ..."

                                                                        Comment

                                                                        • brassmonkey
                                                                          Pay It Forward
                                                                          • Sep 2005
                                                                          • 77396

                                                                          #37
                                                                          back toe the top
                                                                          TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                                          DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                                          Comment

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

                                                                            #38
                                                                            Originally posted by Horatio Caine
                                                                            So why re-posting it if original coder already had built-in list of real trolls in it?
                                                                            If I were you I'd hire some Indian guy to write an auto re-post script for yahoo news. Just make sure it skips an article if it contains words "suspect, ran, police, black, gun, Dequan, Marquise, rapper, baby mamma, juvenile, record, GED, dindu, nuffins ..."
                                                                            he is high on watermelon again

                                                                            Comment

                                                                            • Coup
                                                                              🚨 PBBC International 🚨
                                                                              • Apr 2010
                                                                              • 9931

                                                                              #39
                                                                              Originally posted by Horatio Caine
                                                                              I like how "brassmonkey" was hardcoded in original version of this script. Now, he's passing it for his own
                                                                              That moment when your racism has you so twisted with impotent rage that you get mad about shit that never even happened. Lololol

                                                                              Comment

                                                                              • Sednub997
                                                                                Naked in my bathroom
                                                                                • Dec 2008
                                                                                • 6174

                                                                                #40
                                                                                dindu muffin



                                                                                X10 FANS PLAFORM - 3 IN 1 LIVE CAMS/FANS/MEMBERSHIP CMS
                                                                                CONTENT MANAGEMENT, MONETIZATION AND PUBLISHING PLATFORM
                                                                                17 YEARS WITH 1000'S OF CLIENTS SCALABLE - ENTERPRISE-READY - MULTI-LANG

                                                                                Comment

                                                                                • brassmonkey
                                                                                  Pay It Forward
                                                                                  • Sep 2005
                                                                                  • 77396

                                                                                  #41
                                                                                  New Users Added!! Get it now!

                                                                                  Originally posted by brassmonkey
                                                                                  anybody else??? leave the names i'll add them poof they are gone!

                                                                                  chrome: Tampermonkey - Chrome Web Store

                                                                                  firefox: Greasemonkey :: Add-ons for Firefox

                                                                                  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 hide_users = [
                                                                                     'Juicy D. Links',
                                                                                      'Mr Pheer',
                                                                                      'mineistaken',
                                                                                      'TheSquealer',
                                                                                      '420',
                                                                                      '#23',
                                                                                      'Brian837',
                                                                                      'desertfoxx',
                                                                                      'xXXtesy10',
                                                                                      'L-Pink',
                                                                                      'escorpio',
                                                                                      'Sid70',
                                                                                      'candyflip',
                                                                                      'Mutt',
                                                                                      'rogueteens',
                                                                                      'SilentKnight',
                                                                                      'Maud\'Dib',
                                                                                      'Coup',
                                                                                      'Grapesoda',
                                                                                      'nico-t',
                                                                                      'LatinaCamChat',
                                                                                      'Horatio Caine'
                                                                                  ];
                                                                                   
                                                                                  $(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_author = $('strong', this).text();
                                                                                              $(hide_users).each(function (hide_index, hide_user) {
                                                                                                  if (post_author === hide_user) {
                                                                                                      post_block.remove();
                                                                                                  }
                                                                                              });
                                                                                          }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times but they have to have the name in the quote
                                                                                  **/
                                                                                   
                                                                                      }); //end of nested forloops for checking both posts and quotes.
                                                                                  });
                                                                                  gfy trolls #2 hehehe
                                                                                  TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                                                  DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                                                  Comment

                                                                                  • 420
                                                                                    cuck
                                                                                    • Mar 2003
                                                                                    • 11571

                                                                                    #42
                                                                                    your special feelings can't get hurt if what people are saying to you is kind of greyed out

                                                                                    look at you replying to me even though I'm on your list... that's special <3
                                                                                    <!--BEGIN SIMUTRONICS PLAY BUTTON CODE -->
                                                                                    <p align="center">

                                                                                    <a href="http://buddy.play.net/dr?TMOREAU1">

                                                                                    <img src="drplay.gif" width="128" height="64" alt="Play DragonRealms!"></a></p>

                                                                                    <!--END SIMUTRONICS PLAY BUTTON CODE -->

                                                                                    Comment

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

                                                                                      #43
                                                                                      How does a black woman fight crime?
                                                                                      She has an abortion.

                                                                                      Comment

                                                                                      • candyflip
                                                                                        Carpe Visio
                                                                                        • Jul 2002
                                                                                        • 43069

                                                                                        #44
                                                                                        We can use Greasemonkey and Tampermonkey to ignore Brassmonkey.

                                                                                        Funny to see the troll pushing the script that was written for everyone else to ignore him.

                                                                                        Spend you some brain.
                                                                                        Email Me

                                                                                        Comment

                                                                                        • brassmonkey
                                                                                          Pay It Forward
                                                                                          • Sep 2005
                                                                                          • 77396

                                                                                          #45
                                                                                          will be adding more next week stay tuned
                                                                                          TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                                                          DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                                                          Comment

                                                                                          • johnnyloadproductions
                                                                                            Account Shutdown
                                                                                            • Oct 2008
                                                                                            • 3611

                                                                                            #46
                                                                                            Originally posted by brassmonkey
                                                                                            will be adding more next week stay tuned
                                                                                            Congrats on getting Juicy banned!

                                                                                            He couldn't help himself.

                                                                                            I actually don't mind Juicy.

                                                                                            Comment

                                                                                            • brassmonkey
                                                                                              Pay It Forward
                                                                                              • Sep 2005
                                                                                              • 77396

                                                                                              #47
                                                                                              Originally posted by johnnyloadproductions
                                                                                              Congrats on getting Juicy banned!

                                                                                              He couldn't help himself.

                                                                                              I actually don't mind Juicy.
                                                                                              what?? he bumped like 100 of my old threads with the same big text. i have never talked ill of the guy. i don't get it
                                                                                              TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                                                                                              DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                                                                                              Comment

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

                                                                                                #48
                                                                                                Originally posted by johnnyloadproductions


                                                                                                He couldn't help himself.

                                                                                                I actually don't mind Juicy.


                                                                                                juicy profile

                                                                                                Join Date
                                                                                                12-28-2004
                                                                                                Total Posts
                                                                                                47

                                                                                                Last Activity: 09-20-2015 10:56 PM

                                                                                                automatic exchange - paxum , bitcoin,pm, payza

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

                                                                                                ignored forever :zuzana designs

                                                                                                Comment

                                                                                                • mineistaken
                                                                                                  See signature :)
                                                                                                  • Apr 2007
                                                                                                  • 29656

                                                                                                  #49
                                                                                                  Donkster, you playa hater, vote for your nickname instead
                                                                                                  http://gfy.com/fucking-around-and-pr...rsion-2-a.html

                                                                                                  Comment

                                                                                                  • brassmonkey
                                                                                                    Pay It Forward
                                                                                                    • Sep 2005
                                                                                                    • 77396

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

                                                                                                    Comment

                                                                                                    Working...