”
], { 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, Reigns invited Brunson to Saturday Night’s Main Event, set for this weekend. The New York Knicks point guard accepted the invitation, and within moments, WWE confirmed their appearance at the upcoming SNME.
“The OTC. The King of New York @jalenbrunson1. The Mecca …. MSG @TheGarden. Let’s have the whole world ACKNOWLEDGE us at @WWE. Saturday Night’s Main Event!” wrote Reigns.
Check out Reigns’ post on X:
Cody Rhodes put Roman Reigns on notice after WWE Clash in Italy
Cody Rhodes and Roman Reigns are far from settling their issues. Rhodes was responsible for ending Reigns’ historic reign as the Undisputed WWE Champion, defeating him at WrestleMania XL.
Speaking at the Clash in Italy post-show, Rhodes warned Reigns, while addressing his issues with Gunther.
“I think it’s a unique position to be in for me to say something negative or for him to say something negative about me and it’s for the simple fact that he doesn’t have two wins over me. I don’t have two wins over him. He beat me once, and I beat his a** once. So I don’t know. Add him to the list cause we said Gunther can have a rematch whenever he wants it, come and get it, easy to find, hard to beat. That goes for Roman Reigns as well.”
Reigns is focused on defending the World Heavyweight Championship against Seth Rollins at SummerSlam. The same event will feature Rhodes in a tag team match, as he prepares to team up with the new Undisputed WWE Champion, CM Punk, the man whom Reigns dethroned to win the World Heavyweight Championship at WrestleMania 42.
`;
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-officially-confirms-status-upcoming-wwe-show-makes-huge-announcement?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













