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

“Look, I have been in there with some freaks over the years, you are one of them, Big E,” Rollins said. “There is guys like you and Brock Lesnar and Bron Breakker. There is nobody I had ever been in the ring with besides the three of you that were the perfect combination of size, speed, and strength.”

WWE Night of Champions Post-Show: June 27, 2026

He defeated Breakker first at Backlash, then on RAW, and now at Night of Champions. Even dialing back the clock to 2023, he had a win over Bron on NXT, where he defended his World Heavyweight Championship.

Rollins has wrestled Big E in singles action in NXT and during E’s WWE Championship reign in 2021 and in tag team matchups on the main roster. Lesnar, on the other hand, has been a huge part of Seth’s career with the WWE Championship and Universal Championship picture.

Seth Rollins wants to move on from The Vision

As Seth Rollins came back to WWE at Elimination Chamber in February, he had two goals in his mind. One was to destroy The Vision, a faction that he built. Another to win the World Heavyweight Championship. As he reaffirmed on the same NOC Post Show, the first aim has been seemingly achieved: defeating the member of The Vision who speared him hard.

“However, there is a giant wedge in between myself and Roman Reigns right now, and that man’s name is Oba Femi,” Rollins said. “Because Oba Femi got himself a title shot for the title of his choosing at SummerSlam. So I suppose the truth is we’re playing a little bit of a waiting game. We gotta see what Oba Femi decides before I make my next move.”

Now he wants to win back the world title he never lost in the first place but had to vacate. What’s infuriating is that the title now belongs to his arch-rival, Roman Reigns. Although Rollins is lying back until Oba Femi chooses whom to go after at SummerSlam.

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-breaks-character-sends-sudden-brock-lesnar-message?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