Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var imagens = document.querySelectorAll('._aagv');
- imagens.forEach(function callback(value, index) {
- var url = value.querySelector('img').attributes.src.value;
- value.insertAdjacentHTML( 'beforeend', '<a href="'+url+'" target="_blank" style="position: absolute; z-index: 999; top: 0px; right: 0px;">\
- <button style="background:red;font-size:15px; padding: 10px 15px;"> BAIXAR IMAGEM \
- </button></a>' );
- });
Advertisement
Add Comment
Please, Sign In to add comment