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

Frustrated, Fatu attacked the World Heavyweight Champion after the match. That’s not all. The Samoan Werewolf still didn’t hold back this week on the red brand. He brutally assaulted Roman Reigns and The Usos during what was meant to be an “Acknowledgement Ceremony.”

Following this incident, Fatu has now broken his silence on X/Tiwtter with this message:

“@Golden1Center @WWE WE NEED A PLE IN THE 916 WHERE IM FROM❗️❗️❗️❗️” Fatu wrote.

Will Triple H book Roman Reigns vs. Jacob Fatu II?

Roman Reigns may have survived WWE Backlash 2026 with the World Heavyweight Championship intact, but the war with Jacob Fatu looks far from over. In fact, the RAW after Backlash only added more fuel to the fire.

Fatu’s explosive actions on Monday night made it clear that he is still hunting the OTC. The Samoan Werewolf has been relentless ever since stepping into the main event picture, and despite falling short at Backlash, he doesn’t appear ready to move on. Given this, it’s possible that Triple H could book Roman Reigns vs. Jacob Fatu II at Clash in Italy later this month.

The first match proved that Fatu belongs at the top of the card. He pushed Reigns to his limit and nearly walked away with the title before the Tribal Chief escaped with a narrow victory. WWE now has a golden opportunity to capitalize on that momentum with an even bigger rematch on May 31.

At the same time, WWE could take a different route if Adam Pearce decides to punish Fatu for his post-Backlash chaos on RAW. A suspension or storyline fine would temporarily delay the rematch and allow Reigns to move into another feud before revisiting unfinished business with his dangerous cousin.

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-jacob-fatu-breaks-silence-attacking-the-usos-roman-reigns-wwe-raw?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