|   |   |   | ||||
| 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 | 
|  03-26-2019, 11:08 AM | #101 | |
| StraightBro Industry Role:  Join Date: Aug 2003 Location: Monarch Beach, CA USA 
					Posts: 56,229
				 | Quote: 
 I block people because of someone's long history of shit posts or hate posts I'm not interested in, or brand new political posting hate fake nics. Clearly you read people's posts that you block I do not. Stop lying asshole The only time I see blocked people's posts is when my login expires and that rarely happens and is not on purpose. | |
|   |           | 
|  03-26-2019, 11:11 AM | #102 | |
| 👏  REVOLUTIONARY 👏 Industry Role:  Join Date: Jan 2016 
					Posts: 1,440
				 | Quote: 
 I can take 3 week vacation from this board and come back to a 13 page thread of you just arguing with people you claim to have blocked. 
				__________________   | |
|   |           | 
|  03-26-2019, 11:21 AM | #103 | |
| StraightBro Industry Role:  Join Date: Aug 2003 Location: Monarch Beach, CA USA 
					Posts: 56,229
				 | Quote: 
 Since you have mental comprehension and logical reasoning issues I'll explain it to you like you're a two-year-old If I read a thread title By someone who I have blocked And I post to the thread based on the title That is me responding to the title without knowing what their post was. We can't block posts by people but we cannot block their thread titles unfortunately. I don't care what you think about me at all But you are a liar and you are spreading lies based on your ignorance and hate and that's a bullshit bitch thing to do  but clearly that's who you are | |
|   |           | 
|  03-26-2019, 04:13 PM | #104 | 
| Too lazy to set a custom title Industry Role:  Join Date: Dec 2002 
					Posts: 21,462
				 | If dipshit bladewire used this plugin, he could do everything that he is complaining that his blocking list doesnt handle     what a gay dipshit | 
|   |           | 
|  03-26-2019, 04:22 PM | #105 | 
| StraightBro Industry Role:  Join Date: Aug 2003 Location: Monarch Beach, CA USA 
					Posts: 56,229
				 | ↑↑↑ Can't stop thinking about moi. | 
|   |           | 
|  03-26-2019, 06:06 PM | #106 | 
| Too lazy to set a custom title Industry Role:  Join Date: Dec 2002 
					Posts: 21,462
				 | |
|   |           | 
|  03-30-2019, 01:23 PM | #107 | 
| Too lazy to set a custom title Join Date: Jan 2003 Location: Los Angeles 
					Posts: 10,571
				 | Thank you so so so much. I just updated my ignore list and installed this on my new PC and it is such an improvement. A keyword version would be kind of neat. Not just for this, but for Facebook and everything else. Like I think I'd block the word supporter. 
				__________________  GFY Hall of Famer   AltStar Hall of Famer   Blue Blood's SpookyCash.com Babe photography portfolio | 
|   |           | 
|  03-30-2019, 02:40 PM | #108 | |
| StraightBro Industry Role:  Join Date: Aug 2003 Location: Monarch Beach, CA USA 
					Posts: 56,229
				 | Quote: 
 | |
|   |           | 
|  03-30-2019, 02:58 PM | #109 | |
| Too lazy to set a custom title Industry Role:  Join Date: Dec 2002 
					Posts: 21,462
				 | Quote: 
 | |
|   |           | 
|  03-30-2019, 03:18 PM | #110 | 
| StraightBro Industry Role:  Join Date: Aug 2003 Location: Monarch Beach, CA USA 
					Posts: 56,229
				 | |
|   |           | 
|  03-30-2019, 06:20 PM | #111 | 
| Too lazy to set a custom title Join Date: Jan 2003 Location: Los Angeles 
					Posts: 10,571
				 | The quote hiding feature is so deeply awesome   
				__________________  GFY Hall of Famer   AltStar Hall of Famer   Blue Blood's SpookyCash.com Babe photography portfolio | 
|   |           | 
|  03-30-2019, 06:22 PM | #112 | 
| StraightBro Industry Role:  Join Date: Aug 2003 Location: Monarch Beach, CA USA 
					Posts: 56,229
				 | ↑↑↑ Not a good liar :P Alt-right hate fake nic troll reply in 3.. 2.. 1... | 
|   |           | 
|  03-30-2019, 06:28 PM | #113 | |
| Converting like it's 1999 Industry Role:  Join Date: Jan 2009 Location: The South 
					Posts: 6,167
				 | Quote: 
  Bladewire loses again.. 
				__________________ 10 years of experience in: CHAT SALES - PAID TRAFFIC - CONVERSION - CREATIVES - CONSULTATION | |
|   |           | 
|  03-30-2019, 06:44 PM | #114 | 
| Converting like it's 1999 Industry Role:  Join Date: Jan 2009 Location: The South 
					Posts: 6,167
				 | 
				__________________ 10 years of experience in: CHAT SALES - PAID TRAFFIC - CONVERSION - CREATIVES - CONSULTATION | 
|   |           | 
|  03-30-2019, 06:53 PM | #115 | 
| StraightBro Industry Role:  Join Date: Aug 2003 Location: Monarch Beach, CA USA 
					Posts: 56,229
				 | ↑↑↑ I was right again!  | 
|   |           | 
|  03-30-2019, 09:36 PM | #116 | 
| So Fucking Banned Join Date: Feb 2005 
					Posts: 3,134
				 | I use this... so much more effective Code: // ==UserScript==
// @name         GFY
// @version      1.0
// @description  Properly block irritating users
// @require      http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
// @include https://gfy.com/*
// @include http://*.gfy.com/*
// @include https://gfy.com/*
// @include https://*.gfy.com/*
// @grant        none
// ==/UserScript==
function addJQuery(callback) {
  var script = document.createElement("script");
  script.setAttribute("src", "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js");
  script.addEventListener('load', function() {
    var script = document.createElement("script");
    script.textContent = "window.jQ=jQuery.noConflict(true);(" + callback.toString() + ")();";
    document.body.appendChild(script);
  }, false);
  document.body.appendChild(script);
}
function main() {
    var annoyingUsers = ['Bladewire'];
    for (var i = 0; i < annoyingUsers.length; i++) {
        jQ("li.imodselector")
            .show()
            .has("span.label:contains("+annoyingUsers[i]+")")
            .hide();
        jQ("li.threadbit")
            .show()
            .has("span.label:contains("+annoyingUsers[i]+")")
            .hide();
    }
}
// load jQuery and execute the main function
addJQuery(main);
(function() {
	var allT;
	var allR;
	var plonk = new Array();
	var ignore_threads_from = ["Bladewire"];
	for (var i = 0; i < ignore_threads_from.length; i++){
    plonk[ignore_threads_from[i]] = ignore_threads_from[i];
	}
	allT = document.getElementsByTagName('table');
	for (var i = 0; i < allT.length; i++) {
	    if(allT[i].innerHTML.match("<div>[^]*This message is hidden because <strong>(\w+)<\/strong> is on your <a href=\"profile")){
		    allT[i].style.display="none";
	    	//Add ignored user to list of ignored users
	    	plonk[RegExp.$1] = RegExp.$1;
	    	}
		}
	// Remove posts that quote a user on the ignore list
	for (var i = 0; i < allT.length; i++) {
		for (var x in plonk) {
		    if(allT[i].innerHTML.match("Originally Posted by <strong>"+plonk[x]+"</strong>")){
			    allT[i].style.display="none";
	    		}
	    	if(allT[i].innerHTML.match("<div>[^]*This message is hidden because <strong>"+plonk[x]+"<\/strong> is on your <a href=\"profile")){
		    allT[i].style.display="none";
		    }
	    	if(allT[i].innerHTML.match("<a.*>"+plonk[x]+"</a>[^]*?<img.*alt=\""+plonk[x])){
		    allT[i].style.display="none";
		    }
    		}
    	}
  allR = document.getElementsByTagName('tr');
	// Remove posts started by a user on the ignore list
	for (var i = 0; i < allR.length; i++) {
   		for (var x in plonk) {
		    if(allR[i].innerHTML.match("<span .*>"+plonk[x]+"</span>")){
			    allR[i].style.display="none";
	    		}
    		}
    	}
})(); | 
|   |           | 
|  03-30-2019, 09:46 PM | #117 | 
| Converting like it's 1999 Industry Role:  Join Date: Jan 2009 Location: The South 
					Posts: 6,167
				 | Serious question, Do you honestly think it makes you look better or worse to delete your own posts? Less desperate or more queer? We get it.. You can now delete your own posts/replies, edit thread titles, and change the order of posts on forum by bumping threads then deleting your reply. After watching you "post edit" for years, with your little arrows and faggy "3..2..1.." countdowns.. (Nothing super queer about doing that for two years straight btw..).. We all look forward with baited breath to see what wonders you unfurl with your new GFY powers.. The only question is.. Is it an exploit or did Eric give you moderation abilities? If it's the latter just lemme know and I won't come back. I can rest easy knowing this place is dead in under a year  
				__________________ 10 years of experience in: CHAT SALES - PAID TRAFFIC - CONVERSION - CREATIVES - CONSULTATION | 
|   |           | 
|  03-30-2019, 09:55 PM | #118 | |
| I need a beer   Industry Role:  Join Date: Jun 2002 Location: ♠ Toiletville ♠ 
					Posts: 133,947
				 | Quote: 
   
				__________________ | |
|   |           | 
|  03-31-2019, 01:33 AM | #119 | 
| Too lazy to set a custom title Industry Role:  Join Date: Dec 2002 
					Posts: 21,462
				 | |
|   |           | 
|  04-01-2019, 06:08 AM | #120 | 
| I'm still broke. Industry Role:  Join Date: Jul 2008 Location: WildWildWest 
					Posts: 3,084
				 | What is the latest version? :P | 
|   |           | 
|  04-01-2019, 06:16 AM | #121 | 
| Videochat Solutions Industry Role:  Join Date: Aug 2004 Location: Canada 
					Posts: 49,481
				 | LOL @ Everyone... Don't block others. Just because you disagree with them or even fight with them, its best not to block them. Look at it the way: Disagreeing with someone is a challenge. If someone says the Sky is green and the grass is blue, prove them wrong. If someone says something that you "believe" is wrong, Google it before you respond and see if they are in fact, right. (If this seems hard for you to do, that's a good thing). You will either learn something new, or you will prove yourself correct. If the argument is about politics or green energy this is much harder to do because there is so much disinformation about these topics, filtering out the crap may take some time. (I think it is time well spent though). No matter what the arguments, we are all still in the same industry and we all have a chance to work with each other. It's important not to forget that even when we blow our tops. Now go kiss my Canadian ass and go fuck yourselves and have a nice day. | 
|   |           | 
|  04-01-2019, 06:26 AM | #122 | |
| StraightBro Industry Role:  Join Date: Aug 2003 Location: Monarch Beach, CA USA 
					Posts: 56,229
				 | Quote: 
 Most all of the alt-right hate fake nic trolls nics have admitted to not being in the industry. You're interacting with somebody you'll never do business with and that just wants to say how much they hate you and everyone else different from them. I block because when the hate troll blasts 7 hate posts in a row, with 7 different nics, within 10 minutes I don't have to see the crappy memes, personal insults and links to alt-right propoganda fake news  | |
|   |           | 
|  04-01-2019, 08:55 AM | #123 | |
| 👏  REVOLUTIONARY 👏 Industry Role:  Join Date: Jan 2016 
					Posts: 1,440
				 | Quote: 
 Excuse me, that's not very Canadian of you. Apologize immediately before I tell mom. 
				__________________   | |
|   |           | 
|  06-20-2019, 06:22 PM | #124 | 
| Too lazy to set a custom title Join Date: Jan 2003 Location: Los Angeles 
					Posts: 10,571
				 | I just thought a bump on this fabulous tool could be timely now. I base this on comments in threads I can see, but I'm not seeing almost any lame political baiting time-waster threads or similar. Mr Pheer is deeply awesome. 
				__________________  GFY Hall of Famer   AltStar Hall of Famer   Blue Blood's SpookyCash.com Babe photography portfolio | 
|   |           | 
|  07-08-2019, 05:40 PM | #125 | 
| Too lazy to set a custom title Join Date: Jan 2003 Location: Los Angeles 
					Posts: 10,571
				 | Just added another nick or two to my list and thought this most excellent thread deserved a bump. 
				__________________  GFY Hall of Famer   AltStar Hall of Famer   Blue Blood's SpookyCash.com Babe photography portfolio | 
|   |           | 
|  07-08-2019, 08:55 PM | #126 | 
| So Fucking Banned Industry Role:  Join Date: Jul 2003 Location: Montana 
					Posts: 46,238
				 | |
|   |           | 
|  07-08-2019, 08:58 PM | #127 | 
| So Fucking Banned Industry Role:  Join Date: Jul 2003 Location: Montana 
					Posts: 46,238
				 | I like creative insults, not to many here though... | 
|   |           | 
|  07-08-2019, 08:59 PM | #128 | 
| So Fucking Banned Industry Role:  Join Date: Jul 2003 Location: Montana 
					Posts: 46,238
				 | |
|   |           | 
|  07-08-2019, 09:01 PM | #129 | 
| So Fucking Banned Industry Role:  Join Date: Jul 2003 Location: Montana 
					Posts: 46,238
				 | |
|   |           | 
|  07-08-2019, 09:07 PM | #130 | 
| So Fucking Banned Industry Role:  Join Date: Jul 2003 Location: Montana 
					Posts: 46,238
				 | |
|   |           | 
|  07-08-2019, 09:08 PM | #131 | 
| So Fucking Banned Industry Role:  Join Date: Jul 2003 Location: Montana 
					Posts: 46,238
				 | |
|   |           | 
|     | |||||||
| 
 | |||||||
| Bookmarks |