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

On the recent edition of Monday Night RAW, Jacob Fatu demanded a Tribal Combat when Roman Reigns and The Usos attacked him. While The Original Tribal Chief wasn’t pleased, WWE confirmed the gimmick match, and the World Heavyweight Championship will be on the line at the Inalpi Arena in Turin at Clash in Italy.

Recently, WWE’s official website confirmed a contract-signing segment between Reigns and Fatu for the RAW after Saturday Night’s Main Event. While the match is confirmed, both stars will still need to sign the dotted line on Monday before they can face each other for the title in Italy.

Jacob Fatu challenges Roman Reigns to Tribal Combat: Raw highlights, May 18, 2026

As with all contract-signing segments, all hell will break loose.


Roman Reigns hasn’t competed at WWE Saturday Night’s Main Event

In 2024, the new regime revived Saturday Night’s Main Event for the modern audience and made it a staple. In the following year, the company hosted the event five times in different locations. This year, two events have been announced, and more will be revealed in the coming months.

However, Roman Reigns has yet to compete at the premium live event. When The Original Tribal Chief’s legendary title reign ended, he was reserved for big events and primarily faced members of his family. In 2025, the Men’s Grand Slam Champion had a lot of gaps on television due to his part-time schedule.

This year, he won the World Heavyweight Championship at The Showcase of the Immortals against CM Punk, and promised the audience that he would work as a full-time performer in the Stamford-based promotion. As of now, two Saturday Night’s Main Events are almost in the books, and Reigns hasn’t competed in either one.

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-roman-reigns-announced-raw-wwe-saturday-night-s-main-event?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