// ==UserScript== // @name dA_ignore // @namespace dA_ignore // @author Dediggefedde // @description ignores people on dA // @match http://*.deviantart.com/* // @match https://*.deviantart.com/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js // @version 1.3.4 // @grant GM_setValue // @grant GM_getValue // @downloadURL none // ==/UserScript== // var $ = unsafeWindow.jQuery,holder,query,offset,fPage,pPage,lPage; var ignorenames = []; var settings = { hidecomments: true, hidemessages: false, deletemessages: true, hideprofile: true, hidedeivations: true }; function pruf() { //dynamic browsing, check all 1s. setTimeout(pruf, 500); var foundindex=-1; if (settings.hidedeivations){ var thumbs=$("div.tt-a.tt-fh:not(notignore)").filter(function(){ for (var i = 0; i < ignorenames.length; i++){ if ($(this).attr("username").toLowerCase() == ignorenames[i].toLowerCase().trim()){ foundindex=i; return true; } } return false; }).attr("notignore",""); thumbs.remove(); } var bnam = $('a.u:not(notignore)') .filter(function () { for (var i = 0; i < ignorenames.length; i++){ if ($(this) .html() .toLowerCase() == ignorenames[i].toLowerCase() .trim()){ foundindex=i; return true; } } return false; }) .attr('notignore', ''); if (bnam.length == 0) return ; if (settings.deletemessages && bnam.parents('div.mcbox') .length > 0) bnam.parents('div.ch-ctrl') .find('span.mcx') .click(); if (settings.hidemessages && bnam.parents('div.mcbox') .length > 0) bnam.parents('div.mcbox') .first() .remove(); if (settings.hidecomments && bnam.parents('div.ccomment') .length > 0) bnam.parents('div.ccomment') .first() .remove(); if (settings.hidecomments && bnam.parents('div.deviation-full-minipage').length > 0){ bnam.parents('div.deviation-full-minipage').prev("div.deviation-full-container").remove(); bnam.parents('div.deviation-full-minipage').remove(); } bnam.parents('div.ccomment') .first() .remove(); if (settings.hideprofile && bnam.parents('div.catbar').length > 0 && $("#da_unignore_but").length==0) { $('#gmi-GPage').html('
