”
], { 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);
});
});
})();
In a recent backstage interview, Michael Cole had a rather terse moment with Ethan Page. Later on RAW Recap, Page brought up his conversation with Cole and claimed that he was insulted by the veteran.
“Took me over, I don’t know, 20 years to get to “Monday Night RAW” about, oh, you know what, 19, 20 years. This is very important to me. I’m not doing this in my early twenties that I can, you know, flub up or get arrested or fired. No, I’m 36 years old. This is it. Intercontinental Championship, and then off to the races, like every great before me. I was insulted by Michael Cole. I understand. I get it.”
You can check out his comments below:
Ethan Page already has plans after his WWE in-ring career is over
According to Ethan Page, he will be helping NXT talent and the performance center after his in-ring career is done.
Speaking in an interview on Yahoo Sports, Page explained his plans.
“I’m trying to grow these roots as deep as I can. These things take many years to come to fruition, so my goal is to just kind of engrain myself in the Performance Center, in Orlando, to show my availability to the company, my dedication. I’ve got a lot of NXT superstars who I meet up with to chat about matches or just to honestly throw myself under the bus and show them something I did that I thought was terrible so they can avoid it,” he said.
He further added:
“I think I’ll go insane if I’m not working. The second I’m done physically wrestling, I will be knocking on Shawn Michaels’ door or whoever is running NXT to say, ‘OK, I’m ready, what do you need?’”, Page added.
It remains to be seen if Ethan Page can take down Penta at WWE SNME.
If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.
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-michael-cole-accused-insulting-wwe-star?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




