”
], { 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);
});
});
})();
The Visionary went on hiatus following the loss. He returned to the squared circle during WWE’s recent trip to South America. Seth Rollins competed at live events in Quito and Bogota on September 9 and September 10, respectively. He teamed up with LA Knight and Solo Sikoa to battle The Bloodline in a six-man tag team bout.
A fan from Quito recently uploaded a video of Rollins and Becky Lynch. In the footage, Rollins can be seen favoring his left leg. This led the WWE Universe to speculate that The Visionary was injured. Many fans wrote that Rollins’ knee was banged up.
An X user even speculated that Rollins could retire soon and join the Hall of Fame Class of 2028. Meanwhile, others poked fun at the RAW Superstar’s physical condition.
“Knees are cooked,” a fan wrote.
“Seth Rollins Hall of Fame by 2028,” a user claimed.
Seth Rollins wants AEW star to induct him into the WWE Hall of Fame
Seth Rollins has arguably done it all in the pro wrestling business. He has won multiple world titles and headlined WrestleMania many times. It’s a forgone conclusion that he will be inducted into the WWE Hall of Fame when his in-ring career ends.
In an interview at WWE World, The Visionary said he wanted AEW star Claudio Castagnoli (fka Cesaro) to induct him into the Hall of Fame.
“Oh yeah! Big T, of course. Claudio, I would love Claudio as well. I think he would be an excellent candidate, probably my best friend in the industry. He would be one, Claudio Castgnoli (…) Cesaro,” Rollins said.
Fans stay tuned to find out what’s next for Rollins in the sports entertainment juggernaut.
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-hall-fame-2028-knees-cooked-fans-react-concerning-footage-the-visionary-following-wwe-return?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


