], { 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 commented with an emoji after Reigns’ post-match interview with Cathy Kelley, where he put LA Knight and Royce Keys on notice.

Roman Reigns is confident after the reunion of The Bloodline

Roman Reigns and The Usos were once again on the same page post-WrestleMania 42, where Reigns dethroned CM Punk to win the WWE World Heavyweight Championship.

Speaking to Cathy Kelley backstage after his win at Clash in Italy 2026, Reigns said:

“I don’t really think it matters what it means for me, what does it mean for anyone else? “LA Knight, Royce Keys, this goes for any of you chumps out there, you wanna run your mouth about the Tribal Chief? You wanna run your mouth about my family? You’re terrified of this Bloodline ain’t you? “I’ve been a general, I’ve been had an army. I’m trying to do this the right way, I’m trying to shine a light on my legacy, but you keep forcing my hand. Keep on trying me, I run it all, forever,”

Reigns and The Usos also had a brief staredown with the three members of The MFTs, Solo Sikoa, Talla Tonga, and Tama Tonga. For weeks, there has been tension between The MFTs and The Bloodline after Sikoa and his faction got involved in Jacob Fatu’s feud with Reigns.

The OTC has admitted that he also has something in store for Sikoa and his group.

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-sends-message-roman-reigns-win-jacob-fatu-tribal-combat-wwe-clash-italy-2026?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