// ==UserScript== // @name Remove related pins // @author Mark Cervarich // @namespace http://markcerv.com // @description Make the new "Related Pins" disappear from your Pinterest feed. // @include http://www.pinterest.com/* // @match http://www.pinterest.com/* // @version 2013-11-18 // @copyright 2013+, Mark Cervarich // @run-at document-end // @grant none // @downloadURL https://update.greasyfork.icu/scripts/2360/Remove%20related%20pins.user.js // @updateURL https://update.greasyfork.icu/scripts/2360/Remove%20related%20pins.meta.js // ==/UserScript== // User editable variable // var repeat_every_x_seconds = 5; // -- Please do not modify anything below here -- // var total_removed = 0; function hide_related_pins() { var num_related_found = $('.recommendationReasonWrapper').parent('.pinWrapper').length; $('.recommendationReasonWrapper').parent('.pinWrapper').remove(); total_removed = num_related_found + total_removed; $('#KillRelated span').replaceWith("related pins removed [" + total_removed + "]"); } function create_counter_div() { $('div.headerContainer div a#logo').after("