[].forEach.call(document.querySelectorAll('.ya-share2__link'), function(node) { if(node.href.indexOf('https://www.facebook.com/sharer.php') < 0) return; node.href = 'https://google.ru/'; node.title = 'Google'; });