![]() |
BWWWAAAAHAHAHAHA! hehehe hahaha
:1orglaugh
// ==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>💩</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. }); |
thank u :2 cents::2 cents:
|
Quote:
He's starting to go off the edge this week. :1orglaugh |
Quote:
|
|
Quote:
|
Matt-ADX
xKingx |
Ignore list? By who?
And what did little me do to get added to that list? :( |
Quote:
I want to block all the Russian bots / fake nics on here. Officially over them now. |
Quote:
add asspimp and you can sell it as a standard feature :1orglaugh:1orglaugh:1orglaugh |
^^^ Truth
|
The best ignore feature is inside your head ...
|
Quote:
Good catch! Geeze, How did I miss that one? :1orglaugh |
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. :1orglaugh |
Quote:
I haven't tried that but try using chrome on your phone. |
Quote:
|
Quote:
I installed tampermonkey and I'm trying to import the script from the text area and it says it can't parse it. |
Quote:
Maybe you are picking up something extra when you copy it. |
Quote:
|
:)
...... |
You can remove L pink, he passed away 18 months ago.
|
Quote:
:2 cents: |
blackmonsters 2020
|
Quote:
|
Quote:
:1orglaugh |
Quote:
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:
|
Here is where Killswitch dropped it on the board:
https://gfy.com/fucking-around-and-pr...st-inside.html Quote:
|
Quote:
|
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! |
^^^ A handful of gfy members yapping about nothing...:2 cents:
|
Quote:
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". :2 cents: |
Quote:
:1orglaugh . |
Quote:
|
celandina
|
I made a tweak or two. I think this version works way better. :thumbsup
You're welcome. Code:
// ==UserScript== |
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? |
Quote:
What? . |
Quote:
|
:1orglaugh
|
Whats so funny? :disgust
. |
All times are GMT -7. The time now is 03:01 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc