// ==UserScript== // @name gfy.com // @description block threads, posts, etc from certain users and block threads by title // @include http://gfy.com/* // @include http://*.gfy.com/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js // @version 1.2 // @grant none // ==/UserScript== var hide_users = [ 'TTI-Rich', 'DVTimes', 'Twitter', 'brassmonkey', 'ShowMe69', 'AFSC', 'jerkules', 'desertfoxx', 'xXXtesy10', 'clickity click', 'wehateporn', 'marlboroack', 'EddyTheDog', 'Tumblr', 'Grapesoda', 'emill', 'arena18', 'Harmon', 'Rob', 'Muad\'Dib', 'yuu', 'MyPornoMovie', 'GspotProductions', 'windycityxx', 'JohnnyClips' ]; var hide_titles = [ 'trump', 'obama', 'president', 'clinton', 'republican', 'democrat' ]; var visible = true; //var visible = false; $(document).ready(function () { $("body").css("background", "rgba(0, 0, 0, 0) url('/skins/gfy/skin/bg_org.gif') repeat scroll 0 0"); $('#threadslist tbody tr').each(function() { var removed = false; 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) { if (visible) {$('#threadslist tbody:last').append("