H Alexandra Capitanescu/ REUTERS / Lisa Leutner Share
Tweet
More to Share
WhatsApp
Viber
Email
Προσθήκη του newsit.gr ως προτεινόμενη πηγή στην Google
Ο Β’ ημιτελικός της 70ης Eurovision μεταδίδεται απόψε, Πέμπτη (14.05.2026) στην ΕΡΤ1, στις 22:00. Στον σχολιασμό βρίσκονται και απόψε οι Μαρία Κοζάκου και Γιώργος Καπουτζίδης, ενώ είναι και η σειρά της Κύπρου να διαγωνιστεί με την Antigoni Buxton και το «Jalla».
Στη σκηνή του Wiener Stadthalle, διεκδικώντας μία θέση στον μεγάλο τελικό της Eurovision, θα εμφανιστούν απόψε οι εξής χώρες: Βουλγαρία, Αζερμπαϊτζάν, Ρουμανία, Λουξεμβούργο, Τσεχία, Γαλλία, Αρμενία, Ελβετία, Κύπρος, Αυστρία, Λετονία, Δανία, Αυστραλία, Ουκρανία, Ηνωμένο Βασίλειο, Αλβανία, Μάλτα και Νορβηγία. Από τον Β’ ημιτελικό θα προκριθούν 10 χώρες, οι οποίες θα συναντήσουν το Σάββατο 16 Μαΐου τις χώρες που έχουν ήδη εξασφαλίσει την παρουσία τους, ανάμεσά τους και η Ελλάδα με τον Akyla και το «Ferto». 22:23 | 14.05.2026 Ακολούθησε η Τσεχία Ο νεαρός τραγουδιστής Daniel Žižka ανέβηκε στη σκηνή για λογαριασμό της Τσεχίας και ερμήνευσε το κομμάτι του, με τίτλο «Crossroads». 22:18 | 14.05.2026 Η σειρά του Λουξεμβούργου Αμέσως μετά στη σκηνή ανέβηκε η συμμετοχή του Λουξεμβούργου. Η Eva Marija τραγούδισε το κομμάτι της, με τίτλο «Mother Nature». 22:17 | 14.05.2026 H Alexandra Căpitănescu στο stage Aκολούθησε η σειρά της Ρουμανίας, που θεωρείται φαβορί! Η Alexandra Căpitănescu σάρωσε τη σκηνή με το «Choke Me». 22:11 | 14.05.2026 H Jiva στη σκηνή Ακολούθησε η Jiva με το τραγούδι «Just Go», που εκπροσωπεί το Αζερμπαϊτζάν. Δείτε αυτή τη δημοσίευση στο Instagram. Η δημοσίευση κοινοποιήθηκε από το χρήστη Eurovision Song Contest (@eurovision) 22:07 | 14.05.2026 Πρώτη στη σκηνή η Βουλγαρία Η Βουλγαρία με την Dara και το τραγούδι «Bangaranga», άνοιξε το διαγωνιστικό μέρος.
Το τραγούδι συνυπογράφει ο Δημήτρης Κοντόπουλος. Δείτε αυτή τη δημοσίευση στο Instagram. Η δημοσίευση κοινοποιήθηκε από το χρήστη Eurovision Song Contest (@eurovision) 22:06 | 14.05.2026 Η Μαρία Κοζάκου αποκάλυψε ότι κατάγεται από την Κύπρο Ο Γιώργος Καπουτζίδης προκάλεσε τη συμπαρουσιάστρια του να μιλήσει απόψε κυπριακά, καθώς διαγωνίζεται και η Antigoni Buxton. 22:06 | 14.05.2026 15 χώρες διαγωνίζονται και 10 θα περάσουν στον μεγάλο τελικό Επίσης θα δούμε και 3 ακόμα εμφανίσεις χωρών που ανήκουν στις «Big 5». 22:01 | 14.05.2026 Στη σκηνή οι παρουσιαστές Oι δύο παρουσιαστές, η Victoria Swarovski και ο Michael Ostrowski, ανέβηκαν στο stage και ερμήνευσαν το τραγούδι του JJ που κέρδισε την περσινή Eurovision. 21:55 | 14.05.2026 Καλησπέρα σας από το newsit.gr Aπόψε θα παρακολουθήσουμε live όλα όσα θα συμβούν στον β’ ημιτελικό της Eurovision που διεξάγεται απόψε Πέμπτη (14.05.2026) στη Βιέννη, όπου διαγωνίζεται και η Κύπρος. `; if (i === 0){ events[i].insertAdjacentElement(‘afterend’, adBlock); } else { events[i].insertAdjacentElement(‘beforebegin’, adBlock); } adBlock.querySelectorAll(‘script’).forEach(oldScript => { const newScript = document.createElement(‘script’); if (oldScript.src) { newScript.src = oldScript.src; newScript.async = oldScript.async; } else { newScript.textContent = oldScript.textContent; } oldScript.replaceWith(newScript); }); } } }); function playSound(filePath) { const audio = new Audio(filePath); audio.play() .then(() => console.log(`Playing sound: ${filePath}`)) .catch(error => console.error(`Error playing sound: ${error}`)); } function update_event_timeline(contentID, limit = null, format = null) { let url = ‘/wp-admin/admin-ajax.php?action=gem_get_post_timeline&id=’+contentID; if (limit){ url += ‘&limit=’+limit; } if (format){ url += ‘&format=1’; } fetch(url) .then(response => { if (!response) return; response.text().then(function (text) { const parser = new DOMParser(); const response_doc = parser.parseFromString(text, “text/html”); const newTimeline = response_doc.querySelector(‘.timeline’); const liveTimeline = document.querySelector(‘.timeline’); let count = 0; Array.from(liveTimeline.children).forEach(existingChild => { const foundInNewTimeline = Array.from(newTimeline.children).some(newChild => newChild.id === existingChild.id); if (!foundInNewTimeline && !existingChild.classList.contains(‘advert-block’)) { liveTimeline.removeChild(existingChild); } }); Array.from(newTimeline.children).reverse().forEach(newChild => { let not_exists = true; Array.from(liveTimeline.children).some(existingChild => { if (existingChild.id === newChild.id) { if (existingChild.dataset.time === newChild.dataset.time) { if (existingChild.dataset.updated < newChild.dataset.updated) { liveTimeline.replaceChild(newChild.cloneNode(true), existingChild); } not_exists = false; } return true; // break loop } return false; }); const clonedNode = newChild.cloneNode(true); if (not_exists) { const pinnedElements = liveTimeline.querySelectorAll('[data-event-pinned="1"]'); const lastPinned = pinnedElements[pinnedElements.length - 1]; if (newChild.dataset.eventPinned === "1") { liveTimeline.prepend(clonedNode); } else { if (lastPinned) { lastPinned.insertAdjacentElement('afterend', clonedNode); } else { liveTimeline.prepend(clonedNode); } } if (format && limit && liveTimeline.childElementCount > limit) { liveTimeline.removeChild(liveTimeline.lastChild); } const eventCount = liveTimeline.querySelectorAll(‘.timeline-item’); if (eventCount.length % 20 === 5 || eventCount.length === 15){ const adverts = liveTimeline.querySelectorAll(‘.advert-block’); const adNumber = adverts.length % 3; if (Number.isInteger(adNumber)) { const adBlock = document.createElement(‘div’); ad_number++; adBlock.className = ‘advert-block text-center fw my-2’; adBlock.innerHTML = `ΔΙΑΦΗΜΙΣΗ`+adArray[ad_number%3].replaceAll(‘gpt-passback-liveblog-1’, ‘gpt-passback-liveblog-‘ + ad_number)+“; if (lastPinned) { lastPinned.insertAdjacentElement(‘afterend’, adBlock); } else { clonedNode.insertAdjacentElement(‘afterend’, adBlock); } adBlock.querySelectorAll(‘script’).forEach(oldScript => { const newScript = document.createElement(‘script’); if (oldScript.src) { newScript.src = oldScript.src; newScript.async = oldScript.async; } else { newScript.textContent = oldScript.textContent; } oldScript.replaceWith(newScript); }); } } count++; } }); if (count > 0) { const events = Array.from(liveTimeline.children); const scripts = Array.from(document.body.querySelectorAll(‘body > script’)); const newScripts = []; events.forEach(ch => { ch.querySelectorAll(‘script’).forEach(script => { if (script.src) { if (!newScripts.some(s => s.src === script.src)) { newScripts.push(script); } } }); }); console.info(“Added ” + count + ” timeline events”); playSound(‘/wp-content/themes/generatepress_child/assets/sounds/notification.mp3’); newScripts.forEach(newScript => { scripts.forEach(script => { if ((script.src && script.src === newScript.src) || (!script.src && script.textContent === newScript.textContent)) { document.body.removeChild(script); } }); const scriptTag = document.createElement(‘script’); Array.from(newScript.attributes).forEach(attr => { scriptTag.setAttribute(attr.name, attr.value); }); if (newScript.src) scriptTag.src = newScript.src; if (newScript.textContent) scriptTag.textContent = newScript.textContent; document.body.appendChild(scriptTag); }); } }); }) .catch(error => { console.error(‘Error:’, error); }); } function update_match_score(contentID) { let url = ‘/wp-admin/admin-ajax.php?action=gem_get_timeline_header&id=’+contentID; fetch(url) .then(response => { if (!response) return; response.json().then(function (json) { const match_data = json?.data; if (match_data?.match_score_desc){ const period = document.querySelector(‘.match_score_desc’); if (period){ period.innerText = match_data.match_score_desc; } } if (match_data?.match_type === ‘match’){ const homeScoreEl = document.querySelector(‘.home_score’); if (homeScoreEl && match_data?.score1Teama) { homeScoreEl.innerText = match_data.score1Teama; } const awayScoreEl = document.querySelector(‘.away_score’); if (awayScoreEl && match_data?.score1Teamb) { awayScoreEl.innerText = match_data.score1Teamb; } } else if (match_data?.match_type === ‘tennis’){ let scoreList = []; for (let i = 1; i away ? ‘home’ : ‘away’}; scoreList.push(round); } } const scoreboard = document.querySelector(‘.scoreboard-tennis’); if (!scoreboard) return; const homeScoresParent = scoreboard.querySelectorAll(‘.score’)[0]; const awayScoresParent = scoreboard.querySelectorAll(‘.score’)[1]; const matchEnded = document.querySelector(‘[data-event-type=”match_ended”]’); for (let i = 1; i { console.error(‘Error:’, error); }); } document.addEventListener(‘DOMContentLoaded’, function () { update_match_score(‘4676094’); update_event_timeline(‘4676094’); document.querySelector(‘#timeline-loader’)?.classList.add(‘hidden’); }); setInterval(() => update_match_score(‘4676094’), 5000); setInterval(() => update_event_timeline(‘4676094’), 5000);
ΔΙΑΦΗΜΙΣΗ
ΔΙΑΦΗΜΙΣΗ ΔΙΑΦΗΜΙΣΗ
