”
], { 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);
});
});
})();
Sheamus has been out of action since November last year after suffering a shoulder injury. He underwent a surgery as part of his treatement in December, and has been on the mend since. While some expected him to return before WrestleMania 42 and possibly win the Intercontinental title to complete his GrandSlam, it never came to fruition.
Recently, Sheamus took to Instagram to post a picture of himself in the Performance Center. The caption read:
“a fun day”
You can check out the post below:
Given the circumstances, it is not far fetched to assume that Sheamus may be nearing the end of his recovery period.
Sheamus already has an opponent lined up in WWE
Over the years, Sheamus has made a number of enemies on-screen in the Stamford-based promotion.
The Celtic Warrior is apparently already in the crosshairs of Gunther. Speaking on Main Event Club, The Ring General noted that despite Brock Lesnar being more renowned, he had personal reasons for wanting to retire Sheamus.
“The thing is Brock is for publicity; he’s perfect. But Sheamus? It’s a personal matter that I want to retire him,” he said.
Gunther further added that Sheamus had beaten him up a lot in the company, which made him want to repay the treatment in kind. He also noted that Sheamus was his first actual big opponent after his move to the main roster.
“On the main roster, Sheamus was my first really, really big opponent, and he made my life hell. He beat me up a lot. So he made me earn it. So I hope I can kick his a** on the way out,” he added.
Whether Gunther gets his wish down the line remains to be seen.
`;
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-breaking-4-time-wwe-champion-spotted-performance-center-amid-absence?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













