Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 02-01-2019, 09:22 AM   #1
Phoenix
BACON BACON BACON
 
Industry Role:
Join Date: Nov 2002
Location: Poems everybody, the laddie fancies himself a poet
Posts: 35,457
thanks dems...what a time to be alive

Phoenix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 09:32 AM   #2
2MuchMark
Videochat Solutions
 
2MuchMark's Avatar
 
Industry Role:
Join Date: Aug 2004
Location: Canada
Posts: 48,575
LOL ok, thats a good one.
2MuchMark is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 10:04 AM   #3
blackmonsters
Making PHP work
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,230
// ==UserScript==
// @name gfy.com
// @description block threads, posts, etc from certain users
// @include https://gfy.com/*
// @include http://*.gfy.com/*
// @include https://gfy.com/*
// @include https://*.gfy.com/*
// @require https://code.jquery.com/jquery-1.7.2.min.js
// @version 1.0
// @grant none
// ==/UserScript==

var hide_users = [
'Phoenix'
];

$(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 but they have to have the name in the quote

}); //end of nested forloops for checking both posts and quotes.
});
__________________
Make Money with Porn
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 10:05 AM   #4
BaldBastard
Too lazy to set a custom title
 
Industry Role:
Join Date: Jan 2001
Location: Sydney
Posts: 15,903
Quote:
Originally Posted by Phoenix View Post
Sorry hun you cant kill it you have to birth.. so BIG Push now..


..


.
.

.
.

.
.
.
.
.

.
.
.
.
.
.


BaldBastard is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 10:38 AM   #5
seeandsee
Check SIG!
 
seeandsee's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Europe (Skype: gojkoas)
Posts: 50,945
Quote:
Originally Posted by Phoenix View Post
its not ok to kill it that late
__________________
BUY MY SIG - 50$/Year

Contact here
seeandsee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 11:00 AM   #6
RedFred
Confirmed User
 
RedFred's Avatar
 
Industry Role:
Join Date: Feb 2016
Posts: 9,782
RedFred is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 11:04 AM   #7
Matt 26z
So Fucking Banned
 
Industry Role:
Join Date: Apr 2002
Location: ¤ª"˜¨๑۩۞۩๑¨˜"ª¤
Posts: 18,481
Shitlibs trying to ride their anti-Trump wave as far as they can.
Matt 26z is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 11:26 AM   #8
Acepimp
All Facts Matter
 
Acepimp's Avatar
 
Industry Role:
Join Date: Jan 2012
Location: East Coast
Posts: 19,072
Quote:
Originally Posted by RedFred View Post
LOL You're so gullible, it's amazing

__________________
Earn Recurring Money with ➜ Live Adult Webcams | CrakRevenue | Dream Cash

Just Surfing? The Sexiest Models Are At >> MyHotSexCam.com

Chat with live Streamate Camgirls
Acepimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 11:29 AM   #9
wehateporn
Promoting Debate on GFY
 
wehateporn's Avatar
 
Industry Role:
Join Date: Apr 2007
Posts: 27,173
Unbelievable times we are living in
__________________
wehateporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 11:30 AM   #10
wehateporn
Promoting Debate on GFY
 
wehateporn's Avatar
 
Industry Role:
Join Date: Apr 2007
Posts: 27,173
__________________
wehateporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 11:30 AM   #11
RedFred
Confirmed User
 
RedFred's Avatar
 
Industry Role:
Join Date: Feb 2016
Posts: 9,782
Quote:
Originally Posted by Acepimp View Post
LOL You're so gullible, it's amazing


Why does a Russian troll want the US to have a border wall??
RedFred is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 11:50 AM   #12
Acepimp
All Facts Matter
 
Acepimp's Avatar
 
Industry Role:
Join Date: Jan 2012
Location: East Coast
Posts: 19,072
Quote:
Originally Posted by RedFred View Post
Why does a Russian troll want the US to have a border wall??
Why do you want massive crime & more burden on taxpayers? It's required by the constitution. All the top Democrats voted for at before.

__________________
Earn Recurring Money with ➜ Live Adult Webcams | CrakRevenue | Dream Cash

Just Surfing? The Sexiest Models Are At >> MyHotSexCam.com

Chat with live Streamate Camgirls
Acepimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 12:14 PM   #13
Phoenix
BACON BACON BACON
 
Industry Role:
Join Date: Nov 2002
Location: Poems everybody, the laddie fancies himself a poet
Posts: 35,457
Quote:
Originally Posted by blackmonsters View Post
// ==UserScript==
// @name gfy.com
// @description block threads, posts, etc from certain users
// @include https://gfy.com/*
// @include http://*.gfy.com/*
// @include https://gfy.com/*
// @include https://*.gfy.com/*
// @require https://code.jquery.com/jquery-1.7.2.min.js
// @version 1.0
// @grant none
// ==/UserScript==

var hide_users = [
'Phoenix'
];

$(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 but they have to have the name in the quote

}); //end of nested forloops for checking both posts and quotes.
});
hey thanks...never knew you were sucha fuckin tool
Phoenix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 12:39 PM   #14
PR_Glen
Confirmed User
 
PR_Glen's Avatar
 
Industry Role:
Join Date: Oct 2006
Location: Canada
Posts: 9,058
Quote:
Originally Posted by wehateporn View Post
Unbelievable times we are living in
i'm pretty sure he was joking.. as it is a joke.

I know brittish don't understand how humour works but you should be able to at least figure it out.
__________________
webmaster at pimproll dot com
PR_Glen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 01:01 PM   #15
blackmonsters
Making PHP work
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,230
Quote:
Originally Posted by Phoenix View Post
hey thanks...never knew you were sucha fuckin tool
Yo mamma!

__________________
Make Money with Porn
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 02:02 PM   #16
bronco67
Too lazy to set a custom title
 
bronco67's Avatar
 
Join Date: Dec 2006
Posts: 29,035
Quote:
Originally Posted by Phoenix View Post
Straw man much?
__________________
bronco67 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 06:56 PM   #17
wehateporn
Promoting Debate on GFY
 
wehateporn's Avatar
 
Industry Role:
Join Date: Apr 2007
Posts: 27,173
Quote:
Originally Posted by PR_Glen View Post
i'm pretty sure he was joking.. as it is a joke.

I know brittish don't understand how humour works but you should be able to at least figure it out.
If he was joking it would make little difference, a sick topic to joke about by a governor on radio, he has screwed up big time

https://www.washingtonpost.com/opinions/ralph-northam-just-got-donald-trump-reelected/2019/01/31/aac0de36-257e-11e9-ad53-824486280311_story.html
__________________
wehateporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 06:58 PM   #18
beerptrol
Confirmed Asshole
 
beerptrol's Avatar
 
Industry Role:
Join Date: Feb 2003
Location: Half way between sobriety and fubar.
Posts: 12,722
What a time to be alive. We have a russian asset in the white house who has a cult following!
__________________
“If we are to have another contest in the near future of our national existence, I predict that the dividing line will not be Mason and Dixon's but between patriotism and intelligence on the one side, and superstition, ambition and ignorance on the other.”
-- Ulysses S. Grant
beerptrol is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 06:58 PM   #19
wehateporn
Promoting Debate on GFY
 
wehateporn's Avatar
 
Industry Role:
Join Date: Apr 2007
Posts: 27,173
Hmmm... what a great ‘joker’

https://www.rt.com/usa/450375-govern...arbook-racist/
__________________
wehateporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 07:00 PM   #20
wehateporn
Promoting Debate on GFY
 
wehateporn's Avatar
 
Industry Role:
Join Date: Apr 2007
Posts: 27,173
Quote:
Originally Posted by beerptrol View Post
What a time to be alive. We have a russian asset in the white house who has a cult following!
Seems a far better alternative than having President Hillary legalizing infanticide while initiating WW3
wehateporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-01-2019, 11:57 PM   #21
MFCT
Confirmed User
 
Industry Role:
Join Date: Jan 2015
Posts: 1,489
You're all wrong! Caterpillars are the only lives that are worth saving.



Sanctity of Caterpillars: Virginia Legislator Who Pushed Infanticide Law Also Filed Bill To Save Bugs

https://bigleaguepolitics.com/sancti...-to-save-bugs/
__________________
Keeping you abreast of the teens that get undressed.
Girls By Location - Couples By Location - Guys By Location - Trans By Location
MFCT is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2019, 12:26 AM   #22
Natalie_K
Confirmed User
 
Industry Role:
Join Date: Oct 2016
Posts: 213
The state of New York prohibits the death penalty, but now allows abortions of unborn babies up until the day of their birth. That makes it so that while convicted murderers can’t receive a lethal injection, unborn babies can.
Natalie_K is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
alive, time, dems



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.