”
], { 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);
});
});
})();
Recently, the Original El Grande Americano sent a message to the new version, calling him the ‘imposter’ and ‘fraud’ in WWE. The Stamford-based promotion recently uploaded a video on its official X account in which the Original El Grande issued a message and claimed to become the new AAA Mega Champion soon.
“Hello! My name is El Grande Americano, a victim of identity theft. For the last six months, I’ve watched some guy running around impersonating a Mexican Luchador, singing songs in Spanish, going as far as to date a Mexican Woman. Only to try to convince all of you of being as authentic as me. This man doesn’t know the history of Lucha Libre.”
He continued:
“He’s a Fraud. He’s an Imposter. I wanted you all to know with my victory in the Rey De Reyes tournament, I will go on to win the sword, represent Lucha Libre, and become the new AAA Mega Champion. Viva Mexico! Viva Lucha Libre! And Viva El Grande Americano!”
Though it’s crucial to note that El Grande was speaking in Spanish in the video, the quotes are transcribed from WWE’s subtitles.
WWE Universe praised the Original El Grande Americano for this reason
In the comments of the above video, fans praised Chad Gable for his fluent Spanish. Even many compared Gable’s Spanish to Ludwig Kaiser’s character, finding it even more fluent.
However, many feel it could be AI-generated, as a few clips used in the promo appear to have been generated with Artificial Intelligence.
`;
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-he-s-fraud-top-star-calls-huge-imposter-currently-signed-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













