”
], { 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);
});
});
})();
“I think the best part was there was so much speculation of, ‘What is he gonna do?’ That either way with the tribalism of wrestling nowadays, there would be people happy about it and not happy about. ‘This is the worst thing ever,’ and, ‘This is the best thing ever.’ The rumors became facts to the fans. I’ll leave that [whether he spoke with other companies] for another day. I like the idea of the intrigue,” he said. (H/T: WrestlePurtists)
You can check out the video below:
Jericho has not competed in a WWE match since the Greatest Royal Rumble event in 2018. The legend was the final entrant in the 50-man Royal Rumble but was eliminated by Braun Strowman. The Monster of All Monsters was released by the promotion last year.
Former WWE star claims Triple H only had one idea for Chris Jericho
Wrestling veteran Jonathan Coachman shared that WWE’s Chief Content Officer, Triple H, only had one plan for Chris Jericho’s return to the company.
Speaking on The Coach and Bro Show, Coachman stated that he heard Triple H wanted Jericho to have a rivalry with CM Punk and had no other plans for the former champion.
“I talked to my connect and when Jericho was trying to decide, and Tony admitted to us that he was a free agent, apparently Triple H the only thing he had for him was a program with CM Punk. That was it. And Jericho was like, ‘Nothing else? Nothing else?’ And you see what happened,” he said. [H/T – TJR Wrestling]
It will be interesting to see what AEW has planned for Chris Jericho moving forward.
`;
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-details-reason-chose-aew-wwe?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













