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

The clip was about The Usos forfeiting their match against New Day’s Woods and Big E. It was their way of respecting their legendary WWE rivals and giving Kingston a clear path on the Road to WrestleMania 35 and face Daniel Bryan (aka Bryan Danielson) in the main event. This heartfelt gesture essentially ensured that Kofimania was a success.

“We new the mission,” they wrote.

The Usos addressed their actions on that night seven years ago, sending a four-word message in the process. They wrote ‘knew’ as ‘new’, their own way of acknowledging the New Day. Two tag teams that will go down in the annals of WWE as some of the greatest to ever do it, and a message like this shows just how much respect they had for each other.

It was poetic, too, that Xavier Woods & Kofi Kingston got to face off against Jimmy & Jey Uso on the December 15, 2025, edition of RAW. It would prove to be their penultimate match in WWE before Woods’ untimely injury and their eventual exit.


The New Day’s WWE release was reportedly due to TKO

The New Day is one of the most accomplished tag teams to have been produced by WWE, having won 13 titles across all three brands.

Bryan Alvarez reported that it was ultimately Kofi Kingston and Xavier Woods’ decision to leave WWE. Their contract was not up, but they were instead asked to restructure to TKO deals, which apparently was not acceptable to them.

As a direct result of the contract talks falling through, Kingston and Woods were granted their release, which might also come with a 90-day non-compete clause. A sour ending to one of the greatest factions to ever grace this sport.

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-the-usos-send-4-word-message-after-legendary-rivals-the-new-day-leave-wwe?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