Fytch
0
Q:

document.queryselectorall extract all href element

document.querySelectorAll("[href='href_value']");
0
[].forEach.call( document.querySelectorAll('img.PinImageImg'), 
function  fn(elem){ 
    console.log(elem.src);
});
0
document.querySelectorAll
-2

New to Communities?

Join the community