”
], { 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);
});
});
})();
Rollins’ exit from the stable seemed abrupt. Bron Breakker and Bronson Reed kicked him out of the group. In the latest season of WWE: Unreal on Netflix, the former World Heavyweight Champion discussed his injury. He also spoke about his original creative plans heading into WrestleMania 42.
The Visionary revealed that he was supposed to head into WrestleMania 42 as the World Heavyweight Champion. He was set to elevate Bron Breakker’s and Bronson Reed’s careers as part of The Vision.
“Looking at the trajectory of what it was gonna look like going into next year, and raising the stock of Bron and Bronson, and heading into WrestleMania with the World Heavyweight Championship, and it just felt like, you know, this was gonna be a really good year. And to, uh, kind of see that go up in smoke is, like, I feel very disappointed. And I feel like, you know people will be disappointed in me. I’m disappointed in myself.”
As per reports, The Visionary was planned to face Roman Reigns at The Show of Shows before he got hurt. Seth Rollins finally returned to in-ring action at WrestleMania 42. He faced Gunther, who was hired by Paul Heyman. The Ring General defeated the former World Heavyweight Champion with the help of Bron Breakker at The Showcase of the Immortals.
Seth Rollins is in the Hunt for the World Heavyweight Championship Again
Seth Rollins finally finished his feud with The Vision by defeating Bron Breakker at Night of Champions 2026. Following the premium live event, he challenged Roman Reigns to a World Heavyweight Championship match at SummerSlam.
Reigns ultimately accepted Rollins’ challenge. The duo is now set to write the final chapter of their storied feud at The Biggest Party of the Summer. The OTC vs. The Visionary will be one of the main events of this year’s SummerSlam.
If you use quotes from the article, please credit WWE: Unreal on Netflix and give an H/T to Sportskeeda for the transcription.
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-seth-rollins-confirms-original-wrestlemania-42-plans-before-his-injury?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


