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)
-   -   DVTimes (https://gfy.com/showthread.php?t=1363744)

NoWhErE 04-09-2023 09:47 AM

DVTimes
 
Looks like DVTimes has been replaced by chatGPT. All of his latest posts are obviously AI generated and (somehow) manage to be even more useless than pre-AI DvTimes

DVTimes 04-09-2023 09:50 AM

:winkwink::winkwink::winkwink:

The Porn Nerd 04-09-2023 11:37 AM

Should the Mods change his nick to GBTimes?

King Mark 04-09-2023 11:42 AM

GPTtimes face ass..

Markul 04-09-2023 01:02 PM

It's just spam. Auto generated spam with no value.

fuzebox 04-09-2023 03:02 PM

Ban this loser already

CaptainHowdy 04-09-2023 03:13 PM

Bots with AI posts have been banned mercilessly so . . .

NoWhErE 04-09-2023 03:32 PM

Quote:

Originally Posted by fuzebox (Post 23121833)
Ban this loser already

this :thumbsup:thumbsup

J. Falcon 04-09-2023 04:01 PM

His posts were nothing but spammy YT videos before.

Nothing has changed.

OneHungLo 04-09-2023 05:28 PM

Quote:

Originally Posted by NoWhErE (Post 23121738)
Looks like DVTimes has been replaced by chatGPT. All of his latest posts are obviously AI generated and (somehow) manage to be even more useless than pre-AI DvTimes

Quote:

Originally Posted by The Porn Nerd (Post 23121779)
Should the Mods change his nick to GBTimes?

Quote:

Originally Posted by King Mark (Post 23121783)
GPTtimes face ass..

Quote:

Originally Posted by Markul (Post 23121808)
It's just spam. Auto generated spam with no value.

Quote:

Originally Posted by fuzebox (Post 23121833)
Ban this loser already

Quote:

Originally Posted by CaptainHowdy (Post 23121835)
Bots with AI posts have been banned mercilessly so . . .

Quote:

Originally Posted by J. Falcon (Post 23121860)
His posts were nothing but spammy YT videos before.

Nothing has changed.

https://media.tenor.com/S55u5aO8iTAA...s-pointing.gif

AMDWarrior 04-09-2023 06:32 PM

Quote:

Originally Posted by NoWhErE (Post 23121738)
Looks like DVTimes has been replaced by chatGPT. All of his latest posts are obviously AI generated and (somehow) manage to be even more useless than pre-AI DvTimes

Dude sucks, copy and paste of shit we all already know.

King Mark 04-09-2023 06:44 PM

What kind of life do you live where you now have the power of ChatGPT on your hands, an amazing tool you can monetize in so many ways, and you choose to just use it to spam GFY... without even anything to sell.

I hope he lives somewhere with no guns.

el_mago 04-09-2023 07:51 PM

Dvtimes marketing strategy -

Make stupid gfy posts to get 20 worthless hits from his signature to baldsalad.com to supplement the other 100 daily hits

Manfap 04-10-2023 01:49 AM

Quote:

Originally Posted by Markul (Post 23121808)
It's just spam. Auto generated spam with no value.

More value than his usual posts.

plsureking 04-10-2023 02:03 AM

Quote:

Originally Posted by King Mark (Post 23121908)
What kind of life do you live where you now have the power of ChatGPT on your hands, an amazing tool you can monetize in so many ways, and you choose to just use it to spam GFY... without even anything to sell.

I hope he lives somewhere with no guns.

:1orglaugh:1orglaugh

#

fuzebox 04-12-2023 10:12 AM

Quote:

Originally Posted by fuzebox (Post 23121833)
Ban this loser already

Bump :glugglug

DVTimes 04-12-2023 10:14 AM

Quote:

Originally Posted by fuzebox (Post 23123109)
Bump :glugglug

Yes

Bump from me too

DVTimes 04-12-2023 10:22 AM

Nothing like people who work in porn who also believe in censorship and banning people.

Perhaps they are in the wrong business if they do not understand the irony.

J. Falcon 04-12-2023 11:39 AM

Quote:

Originally Posted by DVTimes (Post 23123123)
Nothing like people who work in porn who also believe in censorship and banning people.

Perhaps they are in the wrong business if they do not understand the irony.

Perhaps your posts/threads are just really fucking annoying.

Tube Ace 04-12-2023 11:51 AM

For the people complaining: isn't there an ignore list function on GFY?

Hasn't JS code been pasted here many times which removes posts from the DOM object of certain members you add the array?

Why not use it and stop complaining?

I've noticed it's mostly the same soy boys who prefer to feel some...



...about my posts

Waddymelon 04-12-2023 12:41 PM

I used that tampermonkey script for chrome and I don't even see him anymore.

DVTimes 04-12-2023 12:43 PM

Quote:

Originally Posted by J. Falcon (Post 23123172)
Perhaps your posts/threads are just really fucking annoying.

Perhaps other peoples are, but I do not say ban them.

Tube Ace 04-13-2023 01:15 PM

Quote:

Originally Posted by Waddymelon (Post 23123201)
I used that tampermonkey script for chrome and I don't even see him anymore.

There ya go, bishes. Use the tampermonkey script or STFU. I bet they won't use it though because they just don't want others to see DVTimes' posts because they don't agree with his brand of politics.

Waddymelon 04-13-2023 01:28 PM

Quote:

Originally Posted by Tube Ace (Post 23123621)
There ya go, bishes. Use the tampermonkey script or STFU. I bet they won't use it though because they just don't want others to see DVTimes' posts because they don't agree with his brand of politics.

It's awesome.

Just download the tampermonkey chrome extensions, and then cut & paste this code in.

Code:

// ==UserScript==
// @name        gfy.com
// @description block  threads,  posts, etc from certain users
// @match    https://gfy.com/*
// @match    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',
    'DVTimes'
];

$(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.
});


Tube Ace 04-13-2023 01:30 PM

Thanks, pussy.

Waddymelon 04-13-2023 06:46 PM

Quote:

Originally Posted by Tube Ace (Post 23123629)
Thanks, pussy.

There ya go, bishes. Use the tampermonkey script or STFU.

$5 submissions 04-13-2023 08:46 PM

How long until fully automated adult/mainstream 'live action' content?

Tube Ace 04-13-2023 09:15 PM

Quote:

Originally Posted by Waddymelon (Post 23123732)
There ya go, bishes. Use the tampermonkey script or STFU.

I knew you didn't really block me, Mr Fear. 😁

brassmonkey 04-13-2023 09:39 PM

ahahahahahaha!!!!!!! :1orglaugh:1orglaugh:1orglaugh:1orglaugh burn!!!
Quote:

Originally Posted by Waddymelon (Post 23123627)
It's awesome.

Just download the tampermonkey chrome extensions, and then cut & paste this code in.

Code:

// ==UserScript==
// @name        gfy.com
// @description block  threads,  posts, etc from certain users
// @match    https://gfy.com/*
// @match    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',
    'DVTimes'
];

$(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.
});



Waddymelon 04-14-2023 12:37 AM

Quote:

Originally Posted by Tube Ace (Post 23123785)
I knew you didn't really block me, Mr Fear. 😁

2 guesses left.

jscott 04-14-2023 01:22 AM

Quote:

Originally Posted by J. Falcon (Post 23121860)
His posts were nothing but spammy YT videos before.

I know of a single thread where you spam anti-Conservative YT videos almost everyday, you have 450 posts in that 1 thread :1orglaugh

Biggie Smalls Web Writing 04-14-2023 02:37 AM

Quote:

Originally Posted by fuzebox (Post 23121833)
Ban this loser already

https://media.giphy.com/media/I3EsiEPZWgpqg/giphy.gif

MaDalton 04-14-2023 04:26 AM

Quote:

Originally Posted by fuzebox (Post 23121833)
Ban this loser already

Quote:

Originally Posted by NoWhErE (Post 23121844)
this :thumbsup:thumbsup

GFY has decided that without the right wing lunatics and psychopaths a la dvtimes the place would be totally dead.

And so they created a forum that only caters to those and has become useless to anyone else

I don't even bother checking here most days - at max i just glance over the threads for like a minute

DVTimes 04-14-2023 05:16 AM

Quote:

Originally Posted by MaDalton (Post 23123860)
GFY has decided that without the right wing lunatics and psychopaths a la dvtimes the place would be totally dead.

And so they created a forum that only caters to those and has become useless to anyone else

I don't even bother checking here most days - at max i just glance over the threads for like a minute

Can you provide evidence of a post I have made that is right wing?

Waddymelon 04-14-2023 05:17 AM

Quote:

Originally Posted by MaDalton (Post 23123860)
GFY has decided that without the right wing lunatics and psychopaths a la dvtimes the place would be totally dead.

And so they created a forum that only caters to those and has become useless to anyone else

I don't even bother checking here most days - at max i just glance over the threads for like a minute

Only a leftist would see it that way.

MaDalton 04-14-2023 06:10 AM

Quote:

Originally Posted by DVTimes (Post 23123870)
Can you provide evidence of a post I have made that is right wing?

I said "right wing lunatics AND psychopaths" - I count you as the latter


Quote:

Originally Posted by Waddymelon (Post 23123871)
Only a leftist would see it that way.

let's say: everyone that is not a right wing lunatic or psychopath :thumbsup

Tube Ace 04-14-2023 06:40 AM

Quote:

Originally Posted by Waddymelon (Post 23123825)
2 guesses left.

Waddymelon = Mr Pheer = spunk

You retired the Mr Pheer nick due to this report circulating:

https://i.imgur.com/wHh7U6b.png

Tube Ace 04-14-2023 06:57 AM

Quote:

Originally Posted by brassmonkey (Post 23123789)
ahahahahahaha!!!!!!! :1orglaugh:1orglaugh:1orglaugh:1orglaugh burn!!!

It's funny since you're the most ignored/blocked user in GFY history with 70k posts of pure drivel.

Tube Ace 04-14-2023 09:42 PM

I don't know what youre smiling at, watermelon. Your big move just turned out to be sheeit


Waddymelon 04-15-2023 12:01 AM

This is fun. Guess again!

Lief Thorson 04-15-2023 12:13 AM

Quote:

Originally Posted by Tube Ace (Post 23123886)
Waddymelon = Mr Pheer = spunk

You retired the Mr Pheer nick due to this report circulating:

https://i.imgur.com/wHh7U6b.png

o hey I know him from facebook. He runs an AI group. I love AI art. But why do you post this here?

Tube Ace 04-15-2023 12:34 AM

^ I guess he just asked you to post here too? Or another fake nick?

Lief Thorson 04-15-2023 12:46 AM

no one asks me anything dum mann. gå og legg deg, du er full

Waddymelon 04-15-2023 03:12 AM

Ok, I give up

I'm really...



Yo Momma!





:1orglaugh




.


All times are GMT -7. The time now is 09:34 AM.

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