], { 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);
});
});
})();

Ethan Page was a guest on INSIGHT with Chris Van Vliet when the latter touched on a very interesting run in with a fan. Van Vliet recalled:

“There’s this one meet and greet where the fan goes to put his arm around you and you’re like, “Did you just touch my a**?” [27:20 – 27:25]

Page confirmed that incident and said that it did happen.

“He did though and this is what I am talking about. I’m as genuine as possible. But when people do things and it’s like, “Listen, I understand it was an accident maybe, but I’m for sure going to call you out on it because it happened and I want you to know that I know it happened,” he said. [27:26 – 27:41]

Ethan Page accuses WWE roster of being lame

In the same interview, Ethan Page did not hold back and went nuclear on the entire WWE roster. He accused them of being corny and lame and called them out.

Ethan Page said:

“I think everybody’s lame right now. Like, all wrestlers right now are corny and lame. And I don’t want to be corny and lame, and I don’t want to cater to this pop-pro wrestling garbage that’s happening right now… For me? I don’t need people to sing along. I don’t need people to chant. I just want to have a nice catchy tune that I can walk to the ring to.”

It is clear to see that the former AEW star is not here to be a nice guy and just wants to win and make his mark on the company.

If you use any quotes from this article, please credit the source and give an H/T to Sportskeeda for the transcription.

Why did you not like this content?


`;
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-did-just-touch-a-wwe-star-ethan-page-addresses-awkward-moment-fan?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

Leave A Reply

Exit mobile version