0
I would like to add a remove/blacklist button next to all links in the Blogspot statistics. Some of them are referrer spam, and I would like to remove them forever. So far I'm selecting them using this kind of jQuery selector:
$('a[href*="referer.spam.domain"]').closest("li").hide();
but I would like it to be more flexible, because I have to manually edit the script for each new domain.