
SpaceX Confirms It's Lost Starship During Test Flight 7, After Successful Booster Catch
- by Newsweek
- Jan 16, 2025
- 0 Comments
- 0 Likes Flag 0 Of 5

FOLLOW
Hannah Parry is a Newsweek Live Blog Editor based in New York. Her focus is reporting on U.S. politics and society. She has covered politics, tech and crime extensively.
Hannah joined Newsweek in 2024 and previously worked as an assistant editor at The U.S. Sun and as a senior reporter and assistant news editor at The Daily Mail. She is a graduate of the University of Nottingham. You can get in touch with Hannah by emailing h.parry@newsweek.com. Languages: English.
Hannah Parry is a Newsweek Live Blog Editor based in New York. Her focus is reporting on U.S. politics and ... Read more
';
}
const div = createElementWithHtml('div', linkElement);
div.classList.add('promo-link');
element.parentNode.insertBefore(div, element.nextSibling);
}
function insertElementHtml(element, id) {
if (!element) {
console.error('insertElementHtml: element is not a DOM node');
return;
}
if(document.getElementById(id)) {
const div = createElementWithHtml('div', document.getElementById(id).innerHTML);
element.parentNode.insertBefore(div, element.nextSibling);
}
}
function createElementWithHtml(tag, html) {
const element = document.createElement(tag);
element.innerHTML = html;
return element;
}
function checkSlideStart() {
if (!slide_started) check_slide();
}
function removeEmbeddedTitles() {
const embTIs = document.querySelectorAll('#v_article .embTI');
embTIs.forEach(element => element.remove());
work_editor();
}
function processMobilePromoLink() {
if (!mobile_device || (xuaInfo.device !== 'mobile' && xuaInfo.device !== '')) return;
const promoLink = document.querySelector('.promo-link');
const newsletterSignup = document.getElementById('newsletterSignupHorizontal');
if (!promoLink) {
return;
}
if (!newsletterSignup) {
return;
}
if (!promoLink.parentNode) {
return;
}
promoLink.parentNode.insertBefore(newsletterSignup, promoLink.nextSibling);
}
function addReadMoreComponent(element) {
if (document.querySelectorAll('.read-more-embedded').length === 0 && document.getElementById('readMoreTopics')) {
fetch('https://d.newsweek.com/json/read-more-articles?article_id=2016032&article_link=elon-musks-spacex-starship-launch-live-time-watch-test-flight-7-2016032&article_category=News&source=by_parsely&article_keyword_related=100536&article_written=1737056360&size=4&days_old=4d&return=html&topic_label=Live Blog&topic_link=topic/live-blog')
.then(response => response.json())
.then(data => {
if (data && data.html && data.html.length > 0) {
// Set the html in the hidden div and then insert it in the specific position (7th paragraph at the moment of this writing)
var readMoreTopicsElement = document.getElementById('readMoreTopics');
readMoreTopicsElement.innerHTML = data.html;
insertElementHtml(element, 'readMoreTopics');
readMoreTopicsElement.remove(); //remove the hidden duplicated div and add the event for gtm
let readmoreContainer = document.querySelector('.read-more-topics');
let categoryGtm = document.querySelector('body').getAttribute('data-gtm-category');
let actionGtm = readmoreContainer.getAttribute('data-gtm-action');
let readmoreLinks = readmoreContainer.querySelectorAll('a');
// websites\nwk\graphic\front\js\common.js file
setGtmEventLinks(readmoreLinks, categoryGtm, actionGtm);
} else {
if (document.getElementById('readMoreTopics')) {
document.getElementById('readMoreTopics').remove();
}
}
})
.catch(error => {
console.error('Error fetching articles:', error);
});
}
}
function addLatestArticlesRightRail(elementId) {
if (document.getElementById(elementId)) {
fetch('https://d.newsweek.com/json/get-latest-articles?gtm_source=Latest_Updates_Right_Trail&return=html')
.then(response => response.json())
.then(data => {
if (data !== undefined && data.json.length > 0) {
const element = document.getElementById(elementId);
element.innerHTML = data.html;
element.style.display = '';
let latestArticlesContainer = document.querySelector('.articles-single-column-container');
let categoryGtm = document.querySelector('body').getAttribute('data-gtm-category');
let actionGtm = latestArticlesContainer.getAttribute('data-gtm-action');
let latestArticlesLinks = latestArticlesContainer.querySelectorAll('a');
// websites\nwk\graphic\front\js\common.js file
setGtmEventLinks(latestArticlesLinks, categoryGtm, actionGtm);
}
})
.catch(error => {
console.error('Error fetching latest articles:', error);
});
}
}
function getTrendingCommentsCount(data) {
const articles = data.json;
Object.values(articles).forEach(({a_id}) => {
if (typeof getMessageCount === 'function') {
getMessageCount(a_id, `article-${a_id}`, "comments");
}
});
}
function addTrendingArticlesRightRail(elementId) {
if (document.getElementById(elementId)) {
fetch('https://d.newsweek.com/json/get-trending-articles?return=html&limit=5')
.then(response => response.json())
.then(data => {
if (data !== undefined && data.json.length > 0) {
const element = document.getElementById(elementId);
element.innerHTML = data.html;
element.style.display = '';
let trendingArticlesContainer = document.querySelector('.numbered-list-container');
let categoryGtm = document.querySelector('body').getAttribute('data-gtm-category');
let actionGtm = trendingArticlesContainer.getAttribute('data-gtm-action');
let trendingArticlesLinks = trendingArticlesContainer.querySelectorAll('a');
// websites\nwk\graphic\front\js\common.js file
setGtmEventLinks(trendingArticlesLinks, categoryGtm, actionGtm);
getTrendingCommentsCount(data);
}
})
.catch(error => {
console.error('Error fetching trending articles:', error);
});
}
}
U.S.
Please first to comment
Related Post
Stay Connected
Tweets by elonmuskTo get the latest tweets please make sure you are logged in on X on this browser.