”
], { 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);
});
});
})();
Kofi Kingston and Xavier Woods are still under a 90-day non-compete clause and can’t wrestle anywhere else. However, that won’t stop the former tag team champions from making non-wrestling appearances. They were recently announced for the GalaxyCon, which will take place in Oklahoma City on 24 May and Nashville on 30 May.
Matt Hardy commented on Kofi Kingston and Xavier Woods’ WWE departure
Kofi Kingston and Xavier Woods were a prominent part of WWE programming for over a decade. The duo, along with Big E, formed one of the greatest wrestling factions of all time, The New Day. While Big E had to step away from in-ring action a few years ago due to an injury, Woods and Kingston continued to feature as a tag team.
Everyone was shocked by the New Day stars’ releases because they were thought of as WWE lifers. On his podcast, Matt Hardy reaffirmed this, stating that the pair’s departure was totally unexpected.
“Shock. It was definitely shocking. The New Day has been such a staple of WWE, and you think they’re going to be WWE lifers, no doubt about it. And the last thing you expect is, as popular and as prominent as they still are right now, they’re going to be gone from WWE. It was very, very shocking to hear.”
The veteran added that he was surprised that the two parties could not reach an agreement:
They were such big stars on a high level. It was shocking. I’m surprised they didn’t really try to figure out some way to make it work.”
Kofi Kingston and Xavier Woods are rumored to join All Elite Wrestling after their non-competes expire. Many AEW stars have already hinted at the duo’s arrival, with fans also eagerly waiting for the former New Day members to stand across the ring from the Young Bucks.
`;
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-kofi-kingston-xavier-woods-first-appearance-since-wwe-departure-announced?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













