], { 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 was the leader of The Vision until his untimely injury. WWE pivoted following his injury and had The Vision brutally attack him as a way to write the veteran off television. Logan Paul and Austin Theory have since joined the faction on RAW, and Bron Breakker is scheduled to battle CM Punk for the World Heavyweight Championship on the January 5, 2026, episode of the red brand.

Seth Rollins was the champion at the time of his injury and was forced to relinquish the title. CM Punk captured the World Heavyweight Championship by defeating Jey Uso at Saturday Night’s Main Event on November 1.

WWE star Seth Rollins claims he is still the rightful World Heavyweight Champion

Seth Rollins recently suggested that he was still the World Heavyweight Champion because he never lost the title.

In an interview with ClutchPoints, the 39-year-old noted that he never lost the title and shared that he would be coming after the World Heavyweight Championship when he was cleared to return to the ring.

“The primary [target] in my return will actually not be a person at all, it’ll be a thing. That would be the World Heavyweight Championship because I never lost the title, so I am rightfully the World Heavyweight Champion. I was stripped of that championship, and anybody who [is] in possession of that title, be it CM Punk, be it Bron Breakker, anybody who stands in my way, they will be dealt with,” he said. [H/T: ClutchPoints]

Seth Rollins says the first thing he will do when he returns is come for the world title 🏆 “I never lost the title, so I am rightfully the World Heavyweight Champion.” (via Clutchpoints)

Austin Theory revealed why he hid his face behind a mask while helping The Vision in a backstage conversation with Paul Heyman this past Monday night on WWE RAW. Theory and Bronson Reed went on to defeat Rey Mysterio and CM Punk in the main event of the show. Only time will tell how Seth Rollins plans to get revenge on his former faction when he returns to WWE.

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-makes-major-wwe-contract-revelation?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