”
], { 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’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.
Page added that the moment he was done wrestling, he was going to be knocking on Shawn Michaels’ door.
“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?’”, He added. (H/T: Yahoo Sports)
Page defeated Je’Von Evans in his debut match on WWE RAW on April 20.
WWE star Ethan Page criticizes All Elite Wrestling
Ethan Page recently criticized AEW and claimed that the company was disorganized.
Speaking on the Talk’n Shop podcast, the former NXT North American Champion referred to AEW as “chaotic and disorganized.” Page spent just over three years in AEW before joining WWE in 2024.
“I went from somewhere that was so chaotic and unorganized to a place that, I mean I’m still learning because I’m still so new here, but this is a machine and it’s incredible. It feels good to not feel like I have to do everything myself. To have people that want to see me succeed is kind of mind blowing.” [H/T: Cultaholic Wrestling]
It will be interesting to see what WWE has planned for Ethan Page in the weeks ahead on RAW.
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-ethan-page-reveals-major-plans-future-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


