”
], { 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);
});
});
})();
Afterwards, El Grande Americano took to Instagram to share a photo with his newly won belt. The caption stated:
“He who wants something, something costs him #ElGrandeAmericano #LuchaLibre #México” (translated from: El que algo quiere, algo le cuesta #ElGrandeAmericano #LuchaLibre #México)
You can check out the post below:
A WWE veteran believes El Grande Americano should stay in AAA
According to JBL, El Grande Americano is a better fit for AAA than WWE at the moment.
After Americano won the match with Chad Gable a few weeks back and became the only one to be known as El Grande Americano, JBL spoke about him on Busted Open. The veteran stated:
“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.”
As of now, it remains to be seen what El Grande Americano will do next in AAA, and if he will show up in WWE again down the line.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-wwe-star-shares-message-dethroning-dominik-mysterio?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



