”
], { 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);
});
});
})();
CM Punk’s ex-rival Ryback had a lot of praise for The Celtic Warrior following his WWE departure:
“I just want to personally say I have massive love and respect for Sheamus. He is an incredible pro wrestler, one of the hardest-working guys you’ll ever meet. I remember our days dating back to FCW, how hard he worked down there. Staying late and getting there, his attitude and work ethic got him to the main roster, where he had incredible success. I got to share the ring with him multiple times. A true joy and pleasure to work with. He was physical, he brought it, and he liked you to bring it. That’s my favorite type of pro wrestler. I think he’s going to have massive success whatever he does.”
People within WWE are reportedly upset with Sheamus’ departure
There is reportedly some backstage discontent about Sheamus’ sudden departure from WWE, as he was a well-liked figure backstage. According to a report on Fightful Select, the frustrations go a lot deeper.
There was reportedly a similar reaction when Kofi Kingston and Xavier Woods ended their legendary tenures with the company, and in the case of The Celtic Warrior, many felt that it made no sense to have him backstage.
This is despite the fact that he hasn’t been around for months. It seems to be the case with long-time veterans that their value extends far beyond just their on-screen presence. What the Celtic Warrior represents is a different breed of veteran. He comes from the post-hazing era, where the backstage toxicity started to curb significantly. As a result, he is likely viewed as a positive leader of the locker room in many ways, and that is the reason why there might be so much backstage frustration.
`;
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-cm-punk-s-old-rival-praises-sheamus?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













