”
], { 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);
});
});
})();
Ahead of the big game between the San Francisco Giants and the New York Yankees, Jacob Fatu and Jey Uso were spotted repping the SF Giants and were in a video, which you can see below:
The road to WrestleMania 42 is a brutal one for Jacob Fatu
There was blood (quite literally) splattering all over as Jacob Fatu and Drew McIntyre spent the entire three hours of SmackDown on March 20th just brawling.
As you may (or may not) know, the issues stem from 2025, but things really escalated in 2026 when Jacob Fatu ended up costing Drew McIntyre the Undisputed WWE Championship – cutting his reign short and ensuring that it was Cody Rhodes who was going to WrestleMania as the Champion, and not him.
As a result, Drew McIntyre is out for blood and revenge, and his target is Fatu, whom he assaulted on SmackDown. The episode of SmackDown started with Jelly Roll coming out of his car (ahead of his segment with Kit Wilson), only to see security and referees rushing past him in the parking lot. There, McIntyre was seen having placed his entire body through the windshield of Fatu’s car, rendering him bloodied and battered. However, Fatu still made a comeback immediately after that, and throughout the night, the brawl kept going.
McIntyre and Fatu are WrestleMania-bound, and we know that. But just how much further is it going to go before it all comes to a head? The big question is as to whether they will even make it to WrestleMania 42.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-jey-uso-jacob-fatu-reunite-huge-moment-outside-wwe-ring?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


