”
], { 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);
});
});
})();
Master Gable put forth a masterful performance and secured the win via submission to put an end to the Mexican star’s 153-day-long Intercontinental Championship reign. After the massive victory, the 40-year-old celebrated with his family in the ring.
The former Alpha Academy member recently took to Instagram to share a picture of himself lifting his son after his win. He further added a short message in the caption.
“For all the right reasons…” Gable wrote.
You can check out the Instagram post below:
Chad Gable spoke about his WWE SummerSlam win
While speaking on the SummerSlam Sunday Post Show, Chad Gable revealed that he got emotional and couldn’t hold back his tears at the premium live event.
The newly crowned Intercontinental Champion recalled his portrayal of the controversial character Shorty G to deliver an encouraging message. He insinuated that playing Shorty G on television was one of the lowest points of his wrestling career, and he worked hard on himself to overcome it.
“I was a grown man, husband, father, and I found myself fighting back tears ,and I couldn’t do it; I lost it. The tears were just flowing. It’s reminiscent. It just reminds you of everything. I don’t need to list all of it, but I mean, Shorty G, there was some low points, and you either stick with it and demand it of yourself that you’re gonna overcome it all, or you don’t, and I demanded it of myself and that was so fulfilling,” Gable said. [H/T: Fightful]
It will be interesting to see what plans WWE has in store for Chad Gable’s future, especially after his Intercontinental Championship win.
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-newly-crowned-champion-breaks-silence-heartwarming-update-following-wwe-summerslam?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


