], { 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 Instagram, TKO Group reacted to The Bloodline taking out Fatu on this week’s RAW by commenting with an emoji.

Check out a screengrab of TKO’s comment:

Jacob Fatu talked about his true feelings regarding Roman Reigns

Jacob Fatu opened up about Roman Reigns and broke character to praise The OTC. Fatu called Reigns the greatest of all time in professional wrestling before they had crossed paths at the Backlash 2026 Premium Live Event.

Speaking on ESPN’s Get Up, The Samoan Werewolf had the following to say about his family member:

“This is more than everything. These are… I prayed, and I cried for days like this. I’m not only at Backlash, fresh out of WrestleMania. No, I’m going toe-to-toe, head-to-head, banging with the best–and we’re not talking about professional wrestling. We’re talking about the greatest of all time in sports entertainment. And it’s Roman Reigns, and I would have it no other way besides this Saturday at Backlash,”

Reigns and Fatu are set for a rematch at Clash in Italy 2026. They will collide in a Tribal Combat, with the World Heavyweight Championship once again on the line. This will be The OTC’s second defense of the title since winning the title by dethroning CM Punk at WrestleMania 42.

Fatu is yet to win his first WWE World Championship. He is a former United States and WWE Tag Team Champion. Meanwhile, this is Reigns’ first stint with the big gold World Heavyweight Title.

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-tko-group-sends-message-roman-reigns-the-usos-take-jacob-fatu-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