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

The moment was special for him as the win came in his hometown of Minnesota, and he was joined by his family in the ring after the match. But there was a significant moment before that happened.

After losing the title, Penta acknowledged Gable’s efforts and put the championship belt around his waist. It marked a full-circle moment for Gable, who had earlier portrayed a gimmick mocking the lucha libre culture.

In a recent interview on the Complex Graps Wrestling Podcast, Chad Gable praised Penta as one of his favorite human beings and one of the best wrestlers in the world. He pointed out how gracious he was after dropping the Intercontinental title to him at SummerSlam.

“I also would be remiss if I didn’t just say, like, what a class act he was. Not too many people go that far anymore to, like, put the championship on you after you lose it, or after they lose it to you, you know?” he said.

The current Intercontinental champion then revealed that the moment when Penta put the title around his waist wasn’t planned in advance.

“None of that was talked about. None of that was discussed. It was just like, ‘No, this is yours now.’ And I had tears in my eyes from him doing that, because that’s, you know, that’s like the ultimate sign of respect that he just didn’t have to do. So, hats off to him for having some class,” he added.

Chad Gable | Complex Graps Wrestling Podcast | Episode 23

Chad Gable set for NXT return

Chad Gable is set to return to NXT to defend his Intercontinental championship. Gable started his WWE career down in the developmental brand and was part of a tag team with Jason Jordan known as American Alpha.

Now, nearly four years after his last appearance on the brand, he will be competing on NXT house shows on September 25th in Columbia, South Carolina, and September 26th in Greensboro, North Carolina.

Chad Gable will put his championship on the line against NXT star Saquon Shugars on the September 25 show.


If you use quotes from this article, please credit Complex Graps Wrestling Podcast and give 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-chad-gable-reveals-unscripted-moment-wwe-summerslam-2026?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