| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				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.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Mr Pheer did not create the script that GFY Tampermonkey  was made from. Why the lie?
			 
			Just in case any of you were misled by Mr. Pheer into thinking he made the GFY Tampermonkey script. He did not. 
		
	
		
		
		
		
		
	
	Mr Pheer not only did NOT create the script Mr Pheer did NOT give credit to the original script creator in the code. Why would someone pass on a script with modifications and not credit the original script creator? The only time I've seen a script modifier pass a script on without crediting the original creator was when they sre trying to pass the script on as their own. Why did Mr. Pheer not credit the original script creator in his modified code? How can we verify the original script creator that Mr. Pheer never credits in the code he passed along as his own "GFY 1.0" script? Can anyone here track this down to it's true origins? Code: 
	// ==UserScript==
2
// @name gfy.com
3
// @description block threads, posts, etc from certain users
4
// @include https://gfy.com/*
5
// @include http://*.gfy.com/*
6
// @include https://gfy.com/*
7
// @include https://*.gfy.com/*
8
// @require https://code.jquery.com/jquery-1.7.2.min.js
9
// @version 1.0
10
// @grant none
11
// ==/UserScript==
12
13
var hide_users = [
14
'Mr Pheer' , 'escorpio', 'american pervert' , 'Scott McD' , 'Lichen' , 'imabro', 'tfto' , 'celandina' , 'optics' , 'aimike' , 'huey' , 'martin' , 'Acepimp' , 'DraX' , 'onwebcam' , 'OneHungLo' , 'wehateporn' , 'Matt 26z' , 'jezz87' , 'Drax' , 'adultinnovation' , 'ghjghj' , 'Diomed' , 'Kittens' , 'Axeman' , 'Phoenix' , 'Boozer' , 'candyflip' , 'Smack dat'
15
];
16
17
$(document).ready(function () {
18
$('#threadslist tbody tr').each(function (thread_index, thread_value) {
19
var thread_block = $(this);
20
var thread_starter = $('span[style="cursor:pointer"]', this).text();
21
$(hide_users).each(function (hide_index, hide_user) {
22
if (thread_starter === hide_user) {
23
// $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
24
thread_block.remove();
25
}
 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Mr Pheer can you give us a link to the original script you modified and passed along with no credit to the original creator? 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I see someone named wocnom posted a GFY version on pastebin 4 years ago 
		
	
		
		
		
		
			
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Pay It Forward 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2005 
				Location: Yo Mama House 
				
				
					Posts: 77,258
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 wtf??? i said this years ago! it was made from a mainstream forum user... go back and look at his thread i didnt post the author i think. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	TRUMP 2025 KEKAW!!! - The Laken Riley Act Is Law! DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 I love to racism, bro! 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2002 
				Location: USA! USA! USA! 
				
				
					Posts: 23,197
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 No one gives a fuck. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Unvaxxed, still alive.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 All Facts Matter 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2012 
				Location: East Coast 
				
				
					Posts: 19,811
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		
		
	
		
		
		
		
			 
				__________________ 
		
		
		
		
	
	Earn Recurring Money with ➜ Live Adult Webcams | CrakRevenue | Dream Cash  
			Just Surfing? The Sexiest Models Are At >> CBCamgirls.com Chat with live Streamate Camgirls  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 GFY and your feelings. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2001 
				Location: On the farm. 
				
				
					Posts: 2,120
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	 | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | |
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	![]()  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#11 | |
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#12 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#13 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#14 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Oct 2016 
				
				
				
					Posts: 214
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 He has said many times that it isn't his code and I don't believe killswitch has had any problems with him promoting it.  Of course, Mr Pheers custom modifications (list of ignored users) are his addition to it. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#15 | |
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#16 | |
| 
			
			
			
			 I love to racism, bro! 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2002 
				Location: USA! USA! USA! 
				
				
					Posts: 23,197
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 
				__________________ 
		
		
		
		
	
	Unvaxxed, still alive.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#17 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2002 
				
				
				
					Posts: 21,483
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#18 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 3... 2.. 1. auto bot shit post reply in 3.. 2.. 1... 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#19 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2002 
				
				
				
					Posts: 21,483
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#20 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#21 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		![]()  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#22 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2002 
				
				
				
					Posts: 21,483
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#23 | 
| 
			
			
			
			 in a van by the river 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2003 
				
				
				
					Posts: 76,806
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 It was posted on GFY years ago, I remember whewn it was orginally posted but been forever ago so no clue who it was. I don't think he was a big time poster.. I didn't think it was McQueer who posted it but couldn't remember for sure so I never said anything but I didn't think he wrote it. The original poster posted it as a pro business script so you could weed out the non sense back when GFY actually had business posts 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	In November, you can vote for America's next president or its first dictator.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#24 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 14 alt-right hate fake nic responses within an hour. 
		
	
		
		
		
		
		
	
	That's one response every 4 minutes. None of the nics have posted in any other thread during that time. Interesting they're all randomly on the same time late at night to defend someone not referencing a codes creator in their modified code that was renamed "GFY 1.0" and stripped of all it's original creators identifying data. Imagine that. ![]() Blocked alt-right hate fake nic troll reply in 3.. 2.. 1...  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#25 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#26 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Apr 2001 
				Location: the beach, SoCal 
				
				
					Posts: 107,089
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#27 | 
| 
			
			
			
			 Pay It Forward 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2005 
				Location: Yo Mama House 
				
				
					Posts: 77,258
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		
		
	
		
		
		
		
			 
				__________________ 
		
		
		
		
	
	TRUMP 2025 KEKAW!!! - The Laken Riley Act Is Law! DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#28 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Dear Mr. Queer,  
		
	
		
		
		
		
		
	
	You are posting barely custom code without crediting the original Creator and without crediting the codes repository. This is a violation of coders ethical conduct. Why are you scared to give us a URL to the rightful creator of that code? Someone more honerable and skilled than you'll ever be or someone you're happy to link to with no fear Mr Queer?  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#29 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2002 
				
				
				
					Posts: 21,483
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Dr Bladefag, 
		
	
		
		
		
		
		
	
	Your concern has been addressed in at least 2 other threads. Please dig a trench in your wrist.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#30 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Is Mr. Queer a code thief refusing to credit the original code creator and acting like he created the code himself? 
		
	
		
		
		
		
			
		
		
		
		
	
	What a sad inadequate shadow of a creature trying to resemble a decent human being.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#31 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2002 
				
				
				
					Posts: 21,483
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 ↑↑↑ 
		
	
		
		
		
		
		
	
	He's either stupid or fucking blind, I dunno which one  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#32 | 
| 
			
			
			
			 👏  REVOLUTIONARY 👏 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2016 
				
				
				
					Posts: 1,440
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Bladewire you fucking dumbfuck, I am the original author, I gave him credit, go read your previous threads instead, you germ from the mucinex commercials lookin' ass fuck 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	 
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#33 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2011 
				Location: From this www and beyond! 
				
				
					Posts: 4,844
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Because that's all they do is lie.  
		
	
		
		
		
		
			And of course, they are all about free speech and not trying to silence others. 
				__________________ 
		
		
		
		
	
	Hello  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#34 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Writing Code | Academic Integrity at MIT 
		
	
		
		
		
		
			
		
		
		
		
	
	Writing Code Writing code is similar to academic writing in that when you use or adapt code developed by someone else as part of your project, you must cite your source. However, instead of quoting or paraphrasing a source, you include an inline comment in the code. These comments not only ensure you are giving proper credit, but help with code understanding and debugging.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#35 | 
| 
			
			
			
			 I love to racism, bro! 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2002 
				Location: USA! USA! USA! 
				
				
					Posts: 23,197
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Still not giving a fuck. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Unvaxxed, still alive.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#36 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2011 
				Location: From this www and beyond! 
				
				
					Posts: 4,844
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		
		
	
		
		
		
		
			 
				__________________ 
		
		
		
		
	
	Hello  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#37 | |
| 
			
			
			
			 All Facts Matter 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2012 
				Location: East Coast 
				
				
					Posts: 19,811
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 I'm shocked. ![]() ![]() ![]() ![]() ![]() 
				__________________ 
		
		
		
		
	
	Earn Recurring Money with ➜ Live Adult Webcams | CrakRevenue | Dream Cash  
			Just Surfing? The Sexiest Models Are At >> CBCamgirls.com Chat with live Streamate Camgirls  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#38 | 
| 
			
			
			
			 I love to racism, bro! 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2002 
				Location: USA! USA! USA! 
				
				
					Posts: 23,197
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I don't give a fuck if you don't care about me not giving a fuck. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Unvaxxed, still alive.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#39 | 
| 
			
			
			
			 👏  REVOLUTIONARY 👏 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2016 
				
				
				
					Posts: 1,440
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 He conveniently ignores my messages too. I originally called him out in his thread saying I gave Pheer permission, then like 6 hours later he makes this thread without actually reading or acknowledging the original thread. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	 
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#40 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#41 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2004 
				Location: Happy in the dark. 
				
				
					Posts: 93,682
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Why worry ? ? 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted Windows VPS now available Great for TSS, Nifty Stats, remote work, virtual assistants, etc.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#42 | 
| 
			
			
			
			 I love to racism, bro! 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2002 
				Location: USA! USA! USA! 
				
				
					Posts: 23,197
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#43 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#44 | 
| 
			
			
			
			 GFY and your feelings. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2001 
				Location: On the farm. 
				
				
					Posts: 2,120
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#45 | 
| 
			
			
			
			 cuckdollars.com 
			
		
			
			
			Industry Role:  
				Join Date: Sep 2014 
				Location: The aisle where your Depends diapers are sold 
				
				
					Posts: 788
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Just saw a flying fuck and didn't care about it. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#46 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#47 | 
| 
			
			
			
			 👏  REVOLUTIONARY 👏 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2016 
				
				
				
					Posts: 1,440
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Notice how he ignores my comment again and then shares a video by johnnyloadproductions where he takes my code, and modifies it, as if johnnyloadproductions is the original author. 
		
	
		
		
		
		
			Bladewire, you're an idiot. Just stop before you make an even bigger fool of yourself. 
				__________________ 
		
		
		
		
	
	 
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#48 | 
| 
			
			
			
			 StraightBro 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2003 
				Location: Monarch Beach, CA USA 
				
				
					Posts: 56,229
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#49 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Jun 2005 
				
				
				
					Posts: 3,770
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#50 | 
| 
			
			
			
			 FUBAR the ORIGINATOR 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2002 
				Location: FUBARLAND 
				
				
					Posts: 67,374
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		
		
	
		
		
		
		
			 
				__________________ 
		
		
		
		
	
	![]() FUBAR Webmasters - The FUBAR Times - FUBAR Webmasters Mobile - FUBARTV.XXX For promo opps contact jfk at fubarwebmasters dot com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
			 
			 
		 | 
		
	|||||||
		
			
  | 
	|||||||
| Bookmarks | 
| Tags | 
| script, pheer, original, creator, @include, credit, var, code, gfy, pass, thread_starter, tampermonkey, create, $#threadslist, drax, https://gfy.com/, hide_user, acepimp, martin, adultinnovation, aimike, huey, jezz87, optics, onehunglo |