”
], { 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);
});
});
})();
“Another historic #WrestleMania in the record books, another opportunity to say THANK YOU to our performers, staff, and crew who make this event the spectacle it has become. No one does it alone. Grateful to our fans who bring their energy and passion to wherever @WWE goes around the globe – we are nothing without you. The countdown to #WrestleMania 43 begins…,” he wrote.
Roman Reigns got the better of CM Punk in the main event of WrestleMania 42 to become the new World Heavyweight Champion. Jacob Fatu confronted The OTC in the final segment of this week’s episode of RAW and challenged him to a World Heavyweight Championship match at Backlash 2026.
Cody Rhodes outlasted Randy Orton on The Grandest Stage of Them All to retain the Undisputed WWE Championship. He interrupted CM Punk on RAW and teased a future title match between the two popular stars.
Vince Russo suggests Triple H doesn’t belong in WWE creative
Wrestling legend Vince Russo recently claimed that Triple H did not belong in WWE creative.
Speaking on The Brand podcast, Russo suggested that The King of Kings was only in a prominent position in the promotion because he married Stephanie McMahon.
“The guy’s in this spot because he married Stephanie [McMahon]. Period, end of story, bro. He’s got no business in this spot. He hasn’t been successful in this spot. He’s been a failure in this spot. The product s**ks because he’s in this spot, and that’s the only reason he’s in this spot,” he said.
It will be interesting to see what Triple H and the company’s creative team have planned for Backlash 2026 on May 9.
`;
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-begins-major-countdown-following-wrestlemania-42?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













