], { 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 an emotional promo segment after the match, Gable unmasked himself and spoke about his journey exploring Lucha Libre. With his family in the ring, the star detailed that he had put on the mask to master the art of lucha and beat all the luchadors in the world. However, during his journey, he learned about Mexico, the people, and its culture. Gable admitted that he could not overcome the Mexican spirit but would always be the original El Grande Americano. He praised his opponent, proclaiming him to be the only El Grande Americano. The former Alpha Academy member also promised that someday he would be back in AAA.

“Mark my words, I don’t know when and I don’t know how… But Chad Gable will be BACK in AAA. GRACIAS,” Gable said.


Chad Gable and El Grande Americano put on a wrestling clinic

The Mask vs. Mask showdown between “Original” El Grande Americano and El Grande Americano turned into a chaotic matchup filled with outside interference. Both men attacked each other’s masks and exchanged brutal strikes, with Original even busting El Grande open.

The action spilled beyond the ring when Los Americanos Hermanos interfered on behalf of Gable, only for Los Americanos to even the odds. Comedian Ojitos de Huevo and Pimpinela Escarlata also got involved, both seeking revenge on Original. Later, Andrea Bazarte appeared to support El Grande despite being barred from AAA. In the end, El Grande Americano connected with his charging headbutt to score the victory and celebrate with his allies.

It will be interesting to see the kind of reception Chad Gable gets in WWE moving forward.

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-chad-gable-drops-bombshell-announcement-future-getting-unmasked-original-el-grande-americano?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