Buradasınız

Kıztaşı Çoçukevi

Kıztaşı Çoçukevi

Adres: Ali Kuşçu Mah., Kıztaşı Cad., No:8, Fatih/ İstanbul Telefon: 0212 635 27 72 Fax: 0212 635 27 72
Undefined
const a = document.getElementsByTagName('img'); for(let i=0; i< a.length; i++){ let find = a[i].src.search('https://www.gib.gov.tr'); if (find === 0){ a[i].src = a[i].src.replace('https://gib.gov.tr', 'https://gib.gov.tr'); } };