GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Hot or Not Have you seen a really hot dude in the gym and wonder if you could ever get to the point (https://gfy.com/showthread.php?t=1361878)

Tube Ace 02-13-2023 05:06 PM

Have you seen a really hot dude in the gym and wonder if you could ever get to the point
 
of having such a physique and then realize you are looking at yourself in a three-way mirror?

https://i.pinimg.com/474x/e3/46/6c/e...-in-closet.jpg

Happened to me today.

abshard 02-13-2023 05:50 PM

No, I'm not a homosexual.

Tube Ace 02-13-2023 05:55 PM

Neither am I.

You're most likely just an ugly straight dude, jealous of men with great physiques. Have you ever even been in a gym? Do you even lift, bro?

2MuchMark 02-13-2023 06:09 PM

Quote:

Originally Posted by abshard (Post 23096854)
No, I'm not a homosexual.

Lol !!!! :D

Tube Ace 02-13-2023 06:11 PM

So why are you guys even in this thread? hmmmm? :winkwink:

Mr Pheer 02-13-2023 06:57 PM

Just install Tampermonkey for Chrome, or Greasemonkey for Firefox, then drop this code in:

Code:

// ==UserScript==
// @name        gfy.com
// @description block  threads,  posts, etc from certain users
// @include    https://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 = [
    'Tube Ace',
];
 
$(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.
});

Goodbye Tube Ace :thumbsup

Tube Ace 02-13-2023 07:09 PM

So this is the thread that made you block me?

Awwww are you upset you don't have a shot with me and finally giving up?

https://media.tenor.com/RtMWd-VzcOkA...ye-bye-bye.gif

geirlur 02-14-2023 03:39 AM

weird looking gym


All times are GMT -7. The time now is 12:48 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123