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 Mark Forums Read
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-16-2018, 10:02 AM   #1
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
BWWWAAAAHAHAHAHA! hehehe hahaha



// ==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 = [
'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.
});
__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 10:03 AM   #2
brassmonkey
Pay It Forward
 
brassmonkey's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Yo Mama House
Posts: 75,267
thank u
__________________
EMAIL ==>[email protected] ==> #NOBIDEN2024
TRUMP 2024!!! | END DACA!!!! | HCR2060 <= ILLEGAL ALIENS!!!!...👮
=> TRUMPS PAYDAY!!!!... - Support The Laken Riley Act!!! - Trump Nobel Prize...
brassmonkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 10:11 AM   #3
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by brassmonkey View Post
thank u
You might want to add CaptainHowdy

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

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 10:14 AM   #4
brassmonkey
Pay It Forward
 
brassmonkey's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Yo Mama House
Posts: 75,267
Quote:
Originally Posted by blackmonsters View Post
You might want to add CaptainHowdy

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

i added him a few days ago!!
__________________
EMAIL ==>[email protected] ==> #NOBIDEN2024
TRUMP 2024!!! | END DACA!!!! | HCR2060 <= ILLEGAL ALIENS!!!!...👮
=> TRUMPS PAYDAY!!!!... - Support The Laken Riley Act!!! - Trump Nobel Prize...
brassmonkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 10:16 AM   #5
2MuchMark
Videochat Solutions
 
2MuchMark's Avatar
 
Industry Role:
Join Date: Aug 2004
Location: Canada
Posts: 45,491
__________________

VideoChat Solutions | Custom Software | IT Support
https://www.2much.net | https://www.lcntech.com
2MuchMark is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 10:26 AM   #6
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by brassmonkey View Post
i added him a few days ago!!
__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 10:40 AM   #7
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Matt-ADX
xKingx
__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 10:41 AM   #8
DraX
Confirmed User
 
DraX's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: In wonderland..
Posts: 7,121
Ignore list? By who?

And what did little me do to get added to that list?
__________________
Deposit Today With BTC - Play With Bitcoins
DraX is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 11:17 AM   #9
Bladewire
StraightBro
 
Bladewire's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Monarch Beach, CA USA
Posts: 56,232
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/*
// @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.
Bladewire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 11:19 AM   #10
thommy
Confirmed User
 
thommy's Avatar
 
Industry Role:
Join Date: Jun 2003
Location: Switzerland / Germany / Thailand
Posts: 5,469
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/*
// @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
thommy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 11:21 AM   #11
Bladewire
StraightBro
 
Bladewire's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Monarch Beach, CA USA
Posts: 56,232
^^^ Truth
__________________


Skype: CallTomNow

Bladewire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 11:34 AM   #12
CaptainHowdy
Too lazy to set a custom title
 
CaptainHowdy's Avatar
 
Industry Role:
Join Date: Dec 2004
Location: Happy in the dark.
Posts: 91,322
The best ignore feature is inside your head ...
__________________
Get Your Free Backlinks Today 127 URLs to pick from - Go To The Thread here!
Join the SWAG Affiliate Asian Live Cam Program Non-Saturated Models and Exclusive Content.
CaptainHowdy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 11:38 AM   #13
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by thommy View Post
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?

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 11:41 AM   #14
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
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.

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 11:48 AM   #15
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by Bladewire View Post
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.
__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 11:53 AM   #16
brassmonkey
Pay It Forward
 
brassmonkey's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Yo Mama House
Posts: 75,267
Quote:
Originally Posted by blackmonsters View Post
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
__________________
EMAIL ==>[email protected] ==> #NOBIDEN2024
TRUMP 2024!!! | END DACA!!!! | HCR2060 <= ILLEGAL ALIENS!!!!...👮
=> TRUMPS PAYDAY!!!!... - Support The Laken Riley Act!!! - Trump Nobel Prize...
brassmonkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 12:51 PM   #17
Bladewire
StraightBro
 
Bladewire's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Monarch Beach, CA USA
Posts: 56,232
Quote:
Originally Posted by blackmonsters View Post
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

Bladewire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 12:55 PM   #18
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by Bladewire View Post
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.
__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 12:57 PM   #19
Bladewire
StraightBro
 
Bladewire's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Monarch Beach, CA USA
Posts: 56,232
Quote:
Originally Posted by blackmonsters View Post
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

Bladewire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 02:55 PM   #20
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879



......
__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 04:51 PM   #21
Speigelau
Confirmed User
 
Join Date: Jul 2007
Location: OC
Posts: 2,737
You can remove L pink, he passed away 18 months ago.
Speigelau is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 05:05 PM   #22
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by Speigelau View Post
You can remove L pink, he passed away 18 months ago.
Nope, that fucker will come back as a zombie.

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 05:12 PM   #23
brassmonkey
Pay It Forward
 
brassmonkey's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Yo Mama House
Posts: 75,267
blackmonsters 2020
__________________
EMAIL ==>[email protected] ==> #NOBIDEN2024
TRUMP 2024!!! | END DACA!!!! | HCR2060 <= ILLEGAL ALIENS!!!!...👮
=> TRUMPS PAYDAY!!!!... - Support The Laken Riley Act!!! - Trump Nobel Prize...
brassmonkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 06:15 PM   #24
brassmonkey
Pay It Forward
 
brassmonkey's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Yo Mama House
Posts: 75,267
Quote:
Originally Posted by Speigelau View Post
You can remove L pink, he passed away 18 months ago.
wrong! he's on a smaller forum don't know why
__________________
EMAIL ==>[email protected] ==> #NOBIDEN2024
TRUMP 2024!!! | END DACA!!!! | HCR2060 <= ILLEGAL ALIENS!!!!...👮
=> TRUMPS PAYDAY!!!!... - Support The Laken Riley Act!!! - Trump Nobel Prize...
brassmonkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 07:12 PM   #25
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by brassmonkey View Post
wrong! he's on a smaller forum don't know why
Which one? I want to go there and photoshop his avatar.

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 08:09 PM   #26
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,440
Quote:
Originally Posted by brassmonkey View Post
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.

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

Quote:
Originally Posted by Mr Pheer View Post
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.
.
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 08:16 PM   #27
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,440
Here is where Killswitch dropped it on the board:

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

Quote:
Originally Posted by Killswitch View Post
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.
.
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-16-2018, 09:28 PM   #28
brassmonkey
Pay It Forward
 
brassmonkey's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Yo Mama House
Posts: 75,267
Quote:
Originally Posted by blackmonsters View Post
Which one? I want to go there and photoshop his avatar.

ask bladewire add that bitch sarettah
__________________
EMAIL ==>[email protected] ==> #NOBIDEN2024
TRUMP 2024!!! | END DACA!!!! | HCR2060 <= ILLEGAL ALIENS!!!!...👮
=> TRUMPS PAYDAY!!!!... - Support The Laken Riley Act!!! - Trump Nobel Prize...
brassmonkey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 12:06 AM   #29
MFCT
Confirmed User
 
Industry Role:
Join Date: Jan 2015
Posts: 1,489
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
MFCT is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 05:22 AM   #30
DraX
Confirmed User
 
DraX's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: In wonderland..
Posts: 7,121
^^^ A handful of gfy members yapping about nothing...
__________________
Deposit Today With BTC - Play With Bitcoins
DraX is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 08:42 AM   #31
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by brassmonkey View Post
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".

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 09:51 AM   #32
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,440
Quote:
Originally Posted by brassmonkey View Post
that bitch sarettah
That's pretty funny to see Butcher's Bitch call someone else a bitch.



.
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 09:55 AM   #33
nico-t
emperor of my world
 
Join Date: Aug 2004
Location: nethalands
Posts: 29,904
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/*
// @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
nico-t is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 01:32 PM   #34
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
celandina
__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 03:29 PM   #35
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,440
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 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 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.
});
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 05:06 PM   #36
MFCT
Confirmed User
 
Industry Role:
Join Date: Jan 2015
Posts: 1,489
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
MFCT is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 08:40 PM   #37
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,440
Quote:
Originally Posted by MFCT View Post
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?






.
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-17-2018, 09:23 PM   #38
Bladewire
StraightBro
 
Bladewire's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Monarch Beach, CA USA
Posts: 56,232
Quote:
Originally Posted by sarettah View Post
What?






.
__________________


Skype: CallTomNow

Bladewire is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-18-2018, 08:10 AM   #39
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-19-2018, 11:16 AM   #40
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,440
Whats so funny?

.
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-21-2018, 05:26 PM   #41
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Damn, I turned if off for for a while and what a mistake.

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-21-2018, 05:33 PM   #42
Ernie D. Links
So Fucking Banned
 
Join Date: Jul 2005
Posts: 102
magaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Ernie D. Links is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-21-2018, 05:36 PM   #43
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Added Ernie D. Links

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-21-2018, 05:41 PM   #44
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,440
Quote:
Originally Posted by blackmonsters View Post
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.



.
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-21-2018, 05:47 PM   #45
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by sarettah View Post
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.

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-21-2018, 06:30 PM   #46
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,440
Quote:
Originally Posted by blackmonsters View Post
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

.
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-21-2018, 07:05 PM   #47
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Quote:
Originally Posted by sarettah View Post
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.
__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-22-2018, 03:56 AM   #48
nico-t
emperor of my world
 
Join Date: Aug 2004
Location: nethalands
Posts: 29,904


when south park makes fun of you, you know you've really become a crybaby loser
nico-t is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-22-2018, 04:04 AM   #49
nico-t
emperor of my world
 
Join Date: Aug 2004
Location: nethalands
Posts: 29,904


blackmonsters: "it's all their fault, it's not me!!!!!" way to become a winner in life
nico-t is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-23-2018, 07:28 PM   #50
blackmonsters
Yo Mamma!
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 19,879
Added Bladewire

__________________
Camsoda pays :
Become a Cam Model or Sign up as a Webmaster
blackmonsters 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
var, hide_user, post_author, $hide_users.eachfunction, hide_index, quotes, this.text;, ===, $this;, //removes, post_block, ignore, post_index, relic, thread_starter, @include, posts, post_value, $#threadslist, $document.readyfunction, post_block.remove;, $a.bigusername, thread_block.remove;, thread_value, entire
Thread Tools



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.