”
], { 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 Usos cut a promo in the crowd on RAW, addressing their upcoming World Tag Team Title defence against Alpha Academy. Jimmy announced that their match with Otis and Akira Tozawa will take place next week. Meanwhile, Jey also spoke about Roman Reigns winning the 2026 Royal Rumble Match.
With this being his first WWE appearance since the January 5th episode of RAW, Big Jim took to Instagram to show his gratitude:
“God is great,” wrote Jimmy Uso.
Next week will be Jimmy and Jey Uso’s first defence of the World Tag Team Championship since winning the titles from AJ Styles and Dragon Lee at the end of 2025. It remains to be seen how long they will hold the belts for.
Jimmy Uso Was Away From WWE to Spend Time With Naomi
The personal issues that were cited as the reason behind Jimmy Uso’s absence pertained to his wife Naomi’s pregnancy. This was evidenced by Jey giving them both a shoutout multiple weeks in a row and sending them love.
Reports have also indicated that the situation with Naomi is the reason why Uso has been off WWE television. The former Women’s World Champion revealed last year that she was dealing with a “high-risk” pregnancy, even deciding to cancel her gender reveal in November due to a complication.
Naomi did reveal that she was expecting a boy, but has remained offline since that update. Hopefully, with Jimmy Uso returning to WWE, this means she is doing well. Sportskeeda Wrestling wishes the two of them all the best as the baby’s due date gets closer.
`;
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-jimmy-uso-breaks-silence-returning-wwe-hiatus?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













