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

Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026

Instead of accepting or rejecting the challenge, Reigns turned it around on Fatu. The OTC gave his cousin a week to think about whether he would be able to handle the various burdens that would come with this match. Fatu will respond to Reigns next week.

Roman Reigns is showing shades of The Tribal Chief from 2020. The way he tried to manipulate Jacob Fatu into thinking he wasn’t fit to become world champion was very similar to what Reigns did to Jey Uso years ago. The YEET Master was forced to “fall in line.”

Jey knows the feeling very well. Even though things seem different now, Reigns might not have changed at his core. The OTC made it clear to Fatu that if he couldn’t defeat him, Jacob would be forced to acknowledge The Head of the Table. Jey and Roman might be on good terms now, but The YEET Master may still remember what the OTC put him through back in the day.

If there is someone who can save Jacob Fatu from falling into Reigns’ trap, it’s Jey. The Samoan Werewolf has already played the enforcer for Solo Sikoa. If he does the same thing with Reigns, it would risk ruining his unhinged character.


Jacob Fatu reveals what Roman Reigns told him before his match at WrestleMania 42

Jacob Fatu spoke to Daniel Cormier after defeating Drew McIntyre at WrestleMania 42. The Samoan Werewolf disclosed seeing Roman Reigns before walking out for his match. The OTC encouraged Fatu to enjoy the moment.

“Nah, but yesterday was, it was emotional. It didn’t hit me until I actually was getting ready to walk out. I’m so nervous. I seen a couple cats on the way. I seen my big Uce, I seen the Tribal Chief Roman Reigns yesterday. Right before I walked out. He still calls me Jake, Jakester, Jakey, you know what I mean? So he had to [tell me], you know, ‘Hey, man, calm down. Enjoy the moment,’ you know? Something that my wife always tells me, but Roman was like, ‘Just take it all in,’ and before I went out, man, being ready, having my gear on and locked in, just thinking about all the tough times, all the struggle, everything to bring me to this moment right here. I mean, come on, I’m very blessed to be in WWE for two years and be 2-0 at WrestleMania right out the gate,” said Jacob Fatu. [H/T – Wrestling Observer]

Fans now wait to see what Jacob Fatu decides on next week’s episode of RAW.

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/there-s-one-man-stop-wwe-ruining-jacob-fatu-s-character-here-s-who?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