”
], { 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);
});
});
})();
It was also disclosed that those close to Chris Jericho have not expressed what the future holds for the legend, and it remains unknown when the legend’s AEW contract will expire.
The Men’s and Women’s Elimination Chamber matches will take place at the PLE later this month, with the winners earning a title match at WrestleMania 42. CM Punk will be putting the World Heavyweight Championship on the line against Finn Balor at Elimination Chamber 2026, and Becky Lynch is scheduled to defend the Women’s Intercontinental Championship against AJ Lee at the PLE as well.
Former WWE manager comments on Chris Jericho’s potential return
Wrestling legend Dutch Mantell suggested that Chris Jericho could return to WWE in a non-wrestling role.
Speaking on his Story Time with Dutch Mantell podcast, the veteran stated that Jericho may decide to return to WWE as a part of the creative team, rather than as an in-ring performer. Mantell noted the inaugural AEW World Champion’s age and suggested that it could be a factor.
“Well, he may be in shape, but when people hear he’s 55-56, to me, he is an old guy in a young man’s game; it’s what he is. I don’t care how good he is, he is great. I’ve seen him do a lot of great stuff and he hits all the points. But at 55, and he’s not going back till next year, I would say there is a possibility that he doesn’t even go now, as a talent, let me say that. He may not go as a talent; he could go as a part of the creative team, but I don’t think he wants to do that.”
It will be fascinating to see what is inside WWE’s mystery crate at Elimination Chamber later this month.
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/rumor-rumor-killer-inside-wwe-s-mystery-crate-reports?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


