Seletor de consulta por href
document.querySelectorAll("[href='href_value']");
Maldestor95 at your service :)
document.querySelectorAll("[href='href_value']");
[].forEach.call( document.querySelectorAll('img.PinImageImg'),
function fn(elem){
console.log(elem.src);
});