”
], { 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 Instagram, Gunther shared a message and a photo of himself, while declaring that it was time for him to dominate WrestleMania 42.
“Time to dominate Wrestlemania.” wrote Gunther.
Check out Gunther’s post on Instagram:
Seth Rollins opened up about his return at WWE Elimination Chamber 2026
Seth Rollins returned at the Elimination Chamber 2026 Premium Live Event. He made a statement by attacking The Vision’s Logan Paul and costing him the chance to become the #1 contender for the Undisputed WWE Championship.
Speaking on Good Morning Football, Seth Rollins said the following about his return:
“I was under the ring, coming out, and feeling the chaos happening around us. The United Center was electric. The main event of Elimination Chamber. Everybody crushed it the entire night. It’s my moment to shine. ’I’m getting in there [and] staring across from that idiot Logan Paul, so excited I get to stomp his head into the ground. I’m trying to soak it in. The hardest [thing] in that moment is to not move. It’s the hardest thing in the world because the energy is off the charts. You want to just lose it with all the adrenaline going through your body. It’s the hardest thing to just soak it in.”
Seth Rollins has been feuding with The Vision since returning, and many even expected him to face Bron Breakker. However, Breakker is yet to return to WWE television since returning from injury. WWE instead went with Rollins vs. Gunther for WrestleMania 42.
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-gunther-makes-bold-statement-ahead-wrestlemania-42-match-seth-rollins-says-time-dominate?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


