], { 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 showed his ruthless side in the lead-up to Backlash. He brought back the Tongan D*ath Grip, a submission made famous by Haku. The real-life Bloodline member had the Head of the Table beat in Tampa this past weekend. However, Roman Reigns stole victory from the jaws of defeat, using the exposed turnbuckle to survive the wrath of his cousin.

The following night on RAW, Roman Reigns announced his special Acknowledgement Ceremony, where Jacob Fatu was invited to acknowledge his Tribal Chief. The Samoan Werewolf didn’t follow the orders and laid waste to the entire Bloodline to close out the show. During the tussle, he once again laid hands on the RAW General Manager, Adam Pearce.

Adam Pearce wanted to fire Jacob Fatu anyway after what went down at Backlash, but Roman Reigns told him not to do so until the Samoan Werewolf acknowledged him. Things didn’t go as the Head of the Table planned. The show went off the air with Michael Cole claiming that Jacob Fatu may get fired for his actions tonight.

“Another assault on all these officials. After tonight, Corey [Graves], Jacob Fatu may be out of a job.”


Is Roman Reigns vs. Jacob Fatu II in WWE imminent?

After what went down on the RAW after Backlash 2026, it’s safe to assume that Jacob Fatu isn’t done with Roman Reigns, not by a long shot.

With Clash in Italy right around the corner, Adam Pearce could book a rematch for the WWE World Heavyweight Championship. It will be interesting to see if Jey and Jimmy will get involved.

The Usos didn’t interfere at WWE Backlash after Jacob Fatu warned them he would burn the whole family tree down if they did. While the OTC is advertised for the next premium live event on May 31, there’s no word yet on his upcoming title defense.

If Jacob Fatu gets punished for his actions, another match with Roman Reigns could be off the table, at least for the time being.

You can check out the full RAW results here.


If you use quotes from this article, please give an H/T to Sportskeeda Wrestling for the transcription.

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-breaking-michael-cole-announces-wwe-star-may-job?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