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

“Well, you never know, man. That’s the thing is — I’m not done yet. So, still figuring out everything and we’ll see where I end up. But I’m pretty sure you’ll see me in 2026 in a wrestling ring somewhere,” he said. [H/T: F4WOnline]

You can check out the full interview in the video below:

Chris Jericho on His Wrestling Future, Covering KISS and More on The Tim Weisberg Show

Wrestling journalist Dave Meltzer has reported that WWE has offered Chris Jericho a retirement storyline if he decides to return to the promotion. Jericho was the first AEW World Champion in the promotion’s history and also won the ROH World Championship during his tenure with the company. The 55-year-old has not competed in a WWE match since the Greatest Royal Rumble event in Saudi Arabia in 2018.

Konnan suggests Chris Jericho may have a secret WWE deal

Konnan recently suggested that Chris Jericho may have already agreed to a secret deal with WWE.

Speaking on the Keepin’ It 100 show, the wrestling legend stated that Jericho may have already reached an agreement with the promotion. He suggested that it would make sense for Jericho to return to the company because the veteran could work with younger talent, as well as renew old rivalries.

“He always kept close to the vest, like he never lets you know which way he is leaning and unless… he’s doing a work with Tony where he ends up staying with Tony, then he’s basically, already probably made some sort of a verbal deal with WWE and like I have said before, ‘Why wouldn’t he?’ Why wouldn’t he want to go to a place where he can make a lot of money? He has made tons with Tony. He would make a lot of money, call his shots, fresh matchups and old matches.”

WWE has reportedly offered Chris Jericho a retirement storyline and those in the company have said that’s what they would be interested in. (via @WONF4W)

It will be fascinating to see what the future holds for Chris Jericho in the world of professional wrestling.

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-chris-jericho-shares-plans-future-amid-wwe-return-rumors?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