”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
It appears that Chelsea Green will have to wait a little longer to get back inside the squared circle. Moments ago, the inaugural WWE Women’s United States Champion posted a picture of herself from a hospital bed with her husband, Matt Cardona, by her side.
Green noted that the doctors finally caught her SVT after 10 years, and she underwent a heart procedure. She added that three hours had passed since the procedure was done and she was doing well.
“After 10 years, doctors finally caught my SVT and I was able to get a heart procedure done! 3 hours later and I’m on the mend,” Green wrote.
You can check out the Instagram post below:
Everyone at Sportskeeda Wrestling sends their best to Chelsea Green and wishes her a speedy recovery!
Chelsea Green sent an emotional message to recently released WWE star
WWE released multiple stars following WrestleMania 42. Unfortunately, Chelsea Green’s stablemate, Alba Fyre, was one of them.
After the news of the Scottish star’s release broke out, Green took to X (fka Twitter) to send a message to her. She praised Fyre and noted that the fans did not get to see how talented she was. The former WWE Women’s Tag Team Champion thanked Fyre for having her back.
“You guys didn’t get to see how talented KLR is. I know you saw bits & pieces, but trust me, there’s so much more to her. She’s a fearless wrestler… I’m sad to not have her on my side, but this is just the beginning for my girl. Thank you for having my back, Slaygent A. Love you! @KLR_KayLeeRay,” Green wrote.
Alba Fyre’s tag team partner, Isla Dawn, was released from the Stamford-based promotion last year. It will be interesting to see if the two reunite outside WWE.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-chelsea-green-gets-heart-procedure-done-shares-health-update?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here


