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

Speaking to NYC Demon Diva, the former North American Champion said that as a father and husband, he cannot follow their page due to some of their non-PG posts online. He jokingly suggested that it would be nicer if they focused more on wrestling-oriented content.

“I’m standing here with Lucha Libre Online, an account I used to follow on Instagram. Yeah, you guys started collaborating with too many women that had their bu**s out, and I have children and a wife, and I can’t be scrolling on my Instagram with a bunch of cheeks hanging out. It would be nice if you guys just focused on professional wrestling. A bunch of perverts,” Page said.

Ethan Page calls Lucha Libre Online “perverts” 🤣🤣

Page joked about some of the content but made a nice gesture by performing his trademark pose with the interviewer.


Ethan Page made history on WWE NXT

Last year, Ethan Page entered a feud with Ricky Saints and captured the NXT Championship. Page decided to become the greatest champion in the brand’s history and customized the title to his liking. Later, All Ego teamed up with Chelsea Green to become a double champion.

Ethan Page’s reign as the NXT North American Champion broke several records in the company. Earlier this year, he lost the AAA Mixed Tag Team Championship to Mr. Iguana and Lola Vice. Earlier this month, he became the longest-reigning NXT North American Champion.

Sadly, his reign ended at 273 days when Myles Borne won the title on the recent edition of WWE NXT. With his title loss, there’s a possibility that All Ego is headed to WWE’s main roster in the coming months.

If you use quotes from the article, please credit NYC Demon Diva and provide an H/T to Sportskeeda Wrestling 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-bunch-cheeks-hanging-out-male-wwe-star-calls-lucha-libre-online?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