], { 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);
});
});
})();

Over the next few weeks, a match between the two was made official for Backlash PLE in Tampa. Unfortunately, Rollins lost to Breakker at the event and shared what his plans for the future are, on the post-show conference. He seemingly isn’t done with the Vision and will probably face Breakker again.

“I said day one when I came back, I had two missions. One, to win back the Heavyweight Championship I never lost, and two, to destroy The Vision. And I cannot get to the world title without destroying The Vision — that is priority one. So, I’m going back to the lab. I will retool, redesign, refigure out who this Seth Rollins is, what the best freaking version of Seth Freakin’ Rollins is. And I ain’t done with The Vision, not by a longshot. Not by a longshot. And then, I’m gonna go down and get that title back,” he said.

WWE Backlash Post-Show: May 9, 2026

It will be interesting to see what Triple H has planned for the Visionary following his loss against Bron Breakker.

Bron Breakker attacked Seth Rollins to take him out of action last year

After shocking the world and aligning himself with Paul Heyman at WrestleMania 41, Seth Rollins laid out the foundation for his new group in RAW after Mania last year. He recruited Bron Breakker as the first member of his new group called the Vision and later added Bronson Reed to it.

In October, on the RAW after Crown Jewel 2025, Bron Breakker speared Rollins out of nowhere. He then looked at Bronson Reed who also started attacking the Visionary. Heyman also aligned himself with the two after they kicked out the previous leader. The attack was done to write Rollins off-television as he had injured his left shoulder during his match against Cody Rhodes in Australia.

Fans are curious to see if Rollins will finally get his revenge against Bron Breakker for attacking him.

Why did you not like this content?


`;
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-drops-bombshell-announcement-wwe-future-backlash-2026-loss?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

Leave A Reply

Exit mobile version