], { 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);
});
});
})();

After successfully undergoing surgery, he has been working hard for his in-ring return and was even back at the performance center as part of the preparation.

However, things took an unexpected turn this week when he suffered a large gash on his head during a workout session at the gym.

He shared a photo of himself on social media, where blood can be seen gushing out of the top of his head.

In a follow-up update, the Celtic Warrior’s latest X post shows him receiving multiple stitches, with his head being covered with bandages.

“Boards DO hit back #gymfail,” he wrote on X.

You can check out the graphic photo here.


WWE Superstar Sheamus opens up about his road to recovery

Speaking on the OTB Football podcast, WWE icon Sheamus revealed that he started experiencing shoulder issues back during his feud with Rusev last year.

“Yeah, this one has been difficult. It kind of came out of nowhere. I started noticing my shoulder around May-June at Clash in Paris against Rusev.”

The Irishman continued:

“I tried to push through it to the point where I couldn’t move my arms. I had surgery on December 30. Ever since then, I’ve been rehabbing. I’m dying to get back in the ring and back to work. I have cabin fever.”

The 48-year-old wrestler was pulled from the Last Time is Now Tournament and missed out on the opportunity to face John Cena in his last match.

There’s no word yet on when he will be back on WWE television or whether his head injury will cause any further delay to his return timeframe.


Stay tuned to Sportskeeda Wrestling for more updates!

Why did you not like this content?


`;
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-wwe-legend-sheamus-provides-heartbreaking-update-condition-gym-accident?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

Leave A Reply

Exit mobile version