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

Their match took place on night two of Triplemania and it was the main event. After a lot of shenanigans and near falls, El Grande Americano defeated Dominik Mysterio to be crowned the new AAA Mega Champion. After the match, his girlfriend Andrea Bazarte, who has been involved in his feud with Dominik took to Instagram and wrote:

“You deserve all the beautiful things in the world✨ You earned everything you have through hard work, and now you are a MEGA-CHAMPION 🏆 @elgrandeamericanowwe.” [Translated from Spanish]

JBL wants El Grande Americano to stay in Mexico

El Grande Americano is hands down the most popular star in Mexico right now. He has taken the country by storm and for good reason.

WWE Hall of Famer JBL recently appeared on the Busted Open Radio podcast where he said that he hopes Americano stays in Mexico. He said:

“I want him to stay in Mexico. There’s no doubt about it to me. It’s hard to get over. It’s hard to get over anywhere. If guys can get over anywhere, I don’t care if it’s Tennessee, Japan, Puerto Rico, Mexico, it doesn’t matter. If you can get over, that’s tough to do. He is the biggest star in Mexico right now, and that is amazing. I would ride this AAA wave. I don’t know what they’re coming for next. I don’t have any insight about this so I’m not giving away anything from meetings or anything. But I think they’re gonna get a pretty good TV deal coming up. They got a good TV Fox deal down from Mexico down south, all the way down to South America. I think they’ll get another TV deal.”

Given that he is now the AAA Mega Champion, it is hard to see El Grande Americano leave Mexico right now.

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-andrea-bazarte-breaks-silence-el-grande-americano-crowned-world-champion?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