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)
-   -   Please help install anti-didndu script (https://gfy.com/showthread.php?t=1186174)

Google Expert 03-05-2016 07:34 AM

Please help install anti-didndu script
 
I dont want to see copy/paste didndumonkey.

So i setup the script like it was posted, but it doesnt work for some reason:

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 hide_users = [
    'TTI-Rich',
    'DVTimes',
    'Twitter',
    'brassmonkey',
    'ShowMe69',
    'AFSC',
    'jerkules',
    'desertfoxx',
    'xXXtesy10',
    'clickity click',
    'johnnyloadproductions'
];

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


I'm using firefox with GreaseMonkey addon. What am i doing wrong?

just a punk 03-05-2016 08:13 AM

http://rlv.zcache.co.nz/oh_darling_g...vaem5_1024.jpg

brassmonkey 03-05-2016 08:54 AM

Quote:

Originally Posted by CyberSEO (Post 20748907)

:1orglaugh:1orglaugh:1orglaugh:1orglaugh:1orglaugh :1orglaugh

Google Expert 03-05-2016 09:52 AM

Quote:

Originally Posted by CyberSEO (Post 20748907)
http://rlv.zcache.co.nz/oh_darling_go_buy_a_brain_t_shirt-r2ec9851813ba45afb3e20bc35707029d_vaem5_1024.jpg

eventually i will get it working, and then your stupid russian ass is gone :1orglaugh

Dead 03-05-2016 12:33 PM

https://encrypted-tbn3.gstatic.com/i...iFGdj62Y32am7v :thumbsup

Juicy D. Links 03-05-2016 12:44 PM

Fo Shoooooooooooooooooooooooooo

Juicy D. Links 03-05-2016 12:47 PM

Why do Dindus cry during sex?




The Mace.

just a punk 03-05-2016 01:36 PM

Quote:

Originally Posted by Muad'Dib (Post 20749057)
eventually i will get it working, and then your stupid russian ass is gone :1orglaugh

http://manifesthr.pl/wp-content/uplo...-good-luck.jpg

brassmonkey 03-05-2016 02:13 PM

Quote:

Originally Posted by CyberSEO (Post 20749576)

:1orglaugh:1orglaugh:1orglaugh:1orglaugh dayum!!! luck?

xXXtesy10 03-05-2016 02:51 PM

dinduussss!!!!

clickity click 03-05-2016 05:16 PM

Are you using the right script?

clickity click 03-05-2016 05:23 PM

Loving the tags for this thread

var, hide_user, post_author, this.text;, $this;, ===, quotes, $hide_users.eachfunction, hide_index, post_index, post_value, posts, @include, //removes, post_block, $#threadslist, script, thread_starter, ignore, post_block.remove;, entire, tbodylast.append, thread_block.html, thread_block.remove;, $a.bigusername

johnnyloadproductions 03-06-2016 10:21 AM

First code block there is
Code:

//
which comments out the code and makes it ignored and thus break the script. Simply remove it. I have no idea why that line was commented out?

Penny24Seven 03-06-2016 11:01 AM

Quote:

Originally Posted by Juicy D. Links (Post 20749744)
you fucking uneducated no good lazy fucking dindu














:2 cents::2 cents::2 cents:

]

:1orglaugh:1orglaugh:1orglaugh
Quote:

Originally Posted by Juicy D. Links (Post 20750890)
brassmonkley has the education of a 3rd grader I believe thus the only thing he has the mental capacity to do is copy n paste...

fucking race baiting white hating DINDU

:1orglaugh:1orglaugh:1orglaugh

clickity click 03-06-2016 03:40 PM

Quote:

Originally Posted by Juicy D. Links (Post 20751991)
man the Turd is all over the first pageEE!!!

Congrats! he is there because of you :-)


All times are GMT -7. The time now is 07:22 AM.

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