”
], { 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);
});
});
})();
El Grande Americano is now portrayed by Ludwig Kaiser, who defeated Chad Gable in a Mask vs. Mask match at AAA Noche de Los Grandes earlier this year. As a result of the loss, Gable can no longer portray the El Grande Americano character and has since returned to the company’s main roster.
CM Punk returned this past Monday night on RAW and replaced Cody Rhodes. The American Nightmare was the victim of a brutal attack by Gunther and was unable to compete in his title match against Sami Zayn.
Punk showed up as Rhodes’ replacement and won the Undisputed WWE Championship. There have been rumors that The Second City Saint is scheduled to defend the title against Rhodes at SummerSlam 2026.
WWE legend praises the El Grande Americano storyline
Wrestling legend Chavo Guerrero praised the El Grande Americano storyline and explained why it was a success.
In an interview with Gabby LaSpisa, Guerrero noted that the character would have remained a joke if Gable and Kaiser hadn’t brought it to the AAA audience. The legend also praised Chad Gable as a performer.
“I don’t think it would have worked if Chad [Gable] wasn’t as good as he was. If he was [someone] they just put the mask on, just a guy that was a mediocre wrestler or whatever and went out there, it would have stayed kind of a joke. It would have stayed a kind of not a joke, but kind of a ha-ha type thing with what they want it to be. But because Chad is so good and because Ludwig is so good, they got over. They got to where they’re cheering Ludwig. They’re cheering him as El Grande Americano,” he said. (H/T: Fightful)
It will be interesting to see if WWE has any surprises planned on the road to SummerSlam 2026.
`;
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-makes-massive-mistake-ahead-smackdown?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













