”
], { 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);
});
});
})();
Meanwhile, Chad Gable has been left off this year’s ‘Mania card. Many expected him to put on the Original El Grande Americano’s mask to face Ludwig Kaiser as El Grande Americano in a Mask vs. Mask match at The Grandest Stage of Them All. However, according to reports, this match isn’t scheduled for ‘Mania, but it could still happen at AAA Noche de Los Grandes on May 30, 2026.
Seth Rollins recently made a huge change as he was spotted training with Chad Gable and fitness trainer Jay Ferruggia. Gable is known for his mat wrestling style, something that Rollins’ WrestleMania opponent, Gunther, is also known for. This change seems strategic as The Visionary could be training with Gable to learn how The Ring General works inside the ring.
Jay Ferruggia uploaded a picture with Chad Gable and Seth Rollins on Instagram. The fitness trainer also sent a message, writing that he was having fun with his “brothers” in Vegas.
“Fun times in Vegas with my brothers, @wwegable @wwerollins,” he wrote.
Check out his Instagram post below:
WWE star Seth Rollins revealed his match with Gunther came together at the last minute
During a recent interview on The Rich Eisen Show, Seth Rollins said that he was happy to return from injury and have a match at WWE WrestleMania 42.
The Visionary called Gunther one of the best in the world, before revealing that their bout came together in the last few weeks.
“I missed one WrestleMania in my career, and it was one of my lowest moments, so I’m very happy to be back and be able to get in the ring. Not just do a run-in or anything like that, but actually have a contest. Wrestling one of the best in the world, GUNTHER, in a match that’s kind of come together over the last couple of weeks, and so I’m pretty excited for that one,” he added.
It remains to be seen what the Triple H-led creative team has planned for Rollins vs. Gunther at The Show of Shows.
`;
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-seth-rollins-makes-huge-change-trains-with-olympian-ahead-gunther-wrestlemania-42-bout?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













