”
], { 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);
});
});
})();
As pointed out by WrestleOps on X, The OTC is scheduled to appear on the next eight episodes of WWE RAW after capturing the title at WrestleMania 42.
Reigns won the Men’s Royal Rumble match earlier this year at the PLE in Saudi Arabia to earn his title match against CM Punk at WrestleMania 42. The Head of the Table is scheduled to defend the World Heavyweight Championship against Jacob Fatu at Backlash 2026 next weekend in Florida.
WWE legend suggests CM Punk should have defeated Roman Reigns at WrestleMania
Wrestling icon Jim Cornette recently shared why he would have liked to see CM Punk defeat Roman Reigns at WrestleMania to retain the World Heavyweight Championship.
Speaking on his Jim Cornette’s Drive Thru podcast, the veteran stated that Punk made the World Heavyweight Championship relevant, and he should have dropped the title to a younger star.
“Punk, especially in this build, the World Heavyweight title was more important to WrestleMania than the WWE title. He made it valid. I think, if anything, he should have been the one to put it on a younger guy. I don’t know if it’s Oba Femi this quick or whatever, if it’s the right dynamic anyway to have that match. It could have been a Bron Breaker. Even if Roman does a job for somebody, I’m not saying he wouldn’t try, I think Punk would be more motivated and more knowledgeable about how to have a match to get a young guy over than Roman Reigns would be right at this very moment,” said Cornette.
It will be interesting to see if Reigns can get the better of Jacob Fatu at WWE Backlash 2026 next weekend to retain the World Heavyweight Championship.
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-major-roman-reigns-plans-revealed-ahead-smackdown?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


