”
], { 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 social media, Triple H broke his silence and confirmed the World Heavyweight Championship match for SummerSlam 2026, with Reigns set to defend his title against Rollins. The Game mentioned that the match was 14 years in the making.
“A main event 14 years in the making… The stakes can’t be any higher… The prize any more valuable. Roman Reigns…. Seth Rollins…. For the @WWE World Heavyweight Championship. #SummerSlam,” wrote Triple H.
Check out Triple H’s post on X:
Paul Heyman confirmed that Roman Reigns almost never became the Tribal Chief in WWE
Roman Reigns and Paul Heyman formed The Bloodline several years ago, with Reigns becoming the Tribal Chief. However, Heyman has confirmed that Reigns almost took up the moniker, as Vince McMahon wanted him to continue as the “Big Dog”.
Speaking on INSIGHT, Reigns’ former Wiseman said the following:
“It’s just the little things that go into it. The first time I came up with Tribal Chief, ‘Really? You want to call him the Tribal Chief?’ [What did Vince want to call him?] Oh, The Big Dog, Roman Reigns, with his advocate, Paul Heyman, I said, ‘Well, I can’t be his advocate as Brock Lesnar’s advocate. We have to have something different to Roman Reigns, and Roman Reigns has to be different,’”
Reigns became the WWE World Heavyweight Champion at WrestleMania 42 by dethroning CM Punk. Meanwhile, Rollins, who has also dethroned Punk in the past, was the inaugural World Heavyweight Champion after the title was rebranded in 2023. Their SummerSlam meeting could be the final clash between Reigns and Rollins.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-triple-h-makes-major-confirmation-seth-rollins-challenges-roman-reigns-wwe-world-heavyweight-championship?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



