”
], { 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);
});
});
})();
During his recent interview with GamesHub, the host asked if his move to AEW has had any financial impact on the wrestling industry. Chris Jericho revealed that his move immediately raised WWE stars’ salaries.
He compared himself to NHL legend Bobby Hull, who joined a new company, and everyone in hockey started getting paid more because of that.
“It immediately raised salaries across the board at WWE as well. There’s a hockey analogy I love — a player called Bobby Hull left the NHL to join the upstart WHA. They paid him a million dollars. When he jumped, every player in the NHL got a raise. My dad played hockey and went from about 35,000 a year to 100,000 a year, which in 1972 was enormous. I’m the Bobby Hull of pro wrestling,” he said.
Jericho added that before he jumped ship to AEW, there was a limit to what top stars could earn in WWE, but after his move to the Tony Khan-led promotion, Vince McMahon raised everyone’s pay.
“The moment I left WWE, Vince was thinking, ‘It’s happening again — raise everybody’s pay.’ There had been a ceiling for years. The most you’d ever get paid was a million dollars guaranteed, regardless of who you were. That ceiling got blown up, and guys started earning above it for the first time. That changed everything in the best possible way,” he added. [H/T GamesHub]
WWE legend Chris Jericho teased his retirement from wrestling
During the same interview with GamesHub, Chris Jericho highlighted that he has been in the wrestling industry for 35 years, before teasing his retirement from in-ring competition, saying it could even happen in a year or two.
“What worries me about the guys working today is here I am at 55, 35 years in, with still some career left to go. I don’t know if it’s a year, two years, four years — I’m not sure,” he said.
It remains to be seen what Chris Jericho has planned for his future in the professional wrestling world.
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-chris-jericho-says-aew-signing-forced-vince-mcmahon-make-major-change-wwe-there-ceiling-years?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


