cozumortagi
HomeArchive by "cozumortagi"
Previous
Next
Close
Test Caption
Test Description goes like this
(function(){function fixInstagram(){document.querySelectorAll('a[href="https://www.instagram.com/enesdzayn/"],a[href="https://www.instagram.com/enesdzayn"]').forEach(function(link){link.href='https://www.instagram.com/enesdizayin/';});}if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',fixInstagram);}else{fixInstagram();}window.addEventListener('load',fixInstagram);setTimeout(fixInstagram,1500);})();
function updateOldPhoneLinks(root) {
var scope = root && root.querySelectorAll ? root : document;
scope.querySelectorAll('a[href^="tel:05378140960"]').forEach(function (link) {
link.setAttribute('href', 'tel:05377414245');
if (/^0537[-\s]814[-\s]0960$/.test(link.textContent.trim())) {
link.textContent = '0537-741-4245';
}
});
}
updateOldPhoneLinks(document);
new MutationObserver(function (changes) {
changes.forEach(function (change) {
change.addedNodes.forEach(function (node) {
if (node.nodeType === 1) updateOldPhoneLinks(node);
});
});
}).observe(document.body, { childList: true, subtree: true });
Son Yorumlar