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

Speaking on the IMPAULSIVE podcast, Theory recalled his confrontation with Reigns, where The Tribal Chief delivered the viral “your daddy’s not here anymore” line aimed at Theory.

“Yes. I’m gonna go run the play always if we really need it to be this way. I think for me I felt like, even with the moment I had with Roman, it was I believe at Barclays Center, he hit me with the ‘your daddy’s not here anymore’. In that moment I wanted to say the same thing to him, because in a way it’s like he’s a Vince guy as well. Not in a way, he was. “I felt like there could have been a moment, I knew I wasn’t gonna get the title off Roman, but even just building it to seem like ‘oh, here we go’. I can lose to him, whatever, but just give it more of a payoff, because it felt cool man, I did a lot of cool things with it. “It’s funny how I have it in my office hanging and it’s real dented, and people see it and go ‘you murdered people with that huh?’ I’m like ‘no, Brock Lesnar murdered me with it, and it sucked’.” [H/T: WrestleTalk]

Triple H confirmed Roman Reigns vs. Seth Rollins for the WWE World Heavyweight Championship

Triple H has confirmed that Roman Reigns will defend the WWE World Heavyweight Championship against Seth Rollins at SummerSlam 2026. The match was made official after this week’s episode of Monday Night RAW.

On X, The Game posted:

“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,”

Reigns became the World Heavyweight Champion at WrestleMania 42 with a win over CM Punk.

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-i-wanted-say-thing-him-top-wwe-superstar-makes-huge-vince-mcmahon-related-claim-regarding-roman-reigns?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