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

Speaking on Good Karma Wrestling, the 40-year-old WWE star, in a sporting fashion, apologized to the hosts and audience for the Shorty G gimmick. Gable jokingly took full accountability for the character and apologized for the gimmick’s existence.

“I’ll apologize to you guys personally and to the entire audience for Shorty G. I know Maxxine [Dupri], and they didn’t, but you guys have to accept that one. Thank you. That was my fault. That’s on me,” Gable said.

Chad Gable on El Grande Americano, SummerSlam Dreams & Wrestling Storytelling | GKW Exclusive | #WWE

Chad Gable returned to WWE

In 2025, Chad Gable became ‘The Original’ El Grande Americano to take revenge on all the luchadors that were stealing his spotlight on WWE RAW. The gimmick was a success, but Gable got injured. Later, Ludwig Kaiser took the gimmick and became a fan-favorite character alongside Rayo and Bravo Americano.

Earlier this year, Chad Gable returned to the Stamford-based promotion as ‘The Original’ El Grande Americano at the Royal Rumble and feuded with the new version. The two had a heated feud in AAA, and Gable was forced to unmask at Noche de Los Grandes when he lost a Mask vs. Mask match.

After his stellar run in AAA, the 40-year-old star returned to WWE and joined the red brand. Lately, he’s on an apology tour, as he apologized for his mistakes to several luchadors. Recently, he tried to apologize to the Alpha Academy, but Maxxine Dupri, Akira Tozawa, and Otis rejected it. It’ll be interesting to see what’s next for Chad Gable.

If you use quotes from the article, please credit Good Karma Wrestling and provide an H/T to Sportskeeda Wrestling for the transcription.

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-wwe-s-chad-gable-issues-apology?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