”
], { 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 Busted Open, Mark Henry heaped praise on Gable and noted the reaction to the latter’s return. He said:
“He became bigger than he was before in this return… Anytime his face appeared the crowd went nuts. It was an elite pop. It wasn’t good Chad Gable it was ‘Wow, we choose him pop.’”
Henry further compared Gable to Kurt Angle, explaining how size did not make much difference in the business.
“I think that Chad Gable has the ability now to go from Grande Americano to Kurt Angle type of respect. Because he deserves it. That dude is an Olympian, he’s entertaining, size don’t matter with him. Size didn’t matter with (Chris) Benoit, it didn’t matter with Rey Mysterio, it didn’t matter with Eddie Guerrero, it’s irrelevant when you’re good. Chad Gable is good good.”
You can check out his comments below:
Chad Gable apologized to Rey Fenix on WWE SmackDown for his actions
Chad Gable’s stint as El Grande Americano and his ensuing actions were not taken kindly by Lucha Libre stars like Rey Fenix.
On WWE SmackDown, Chad Gable confronted Fenix backstage and apologized to him. He said:
“We had an awesome match last year at WrestleMania, but I did it under false pretenses. The longer I wore the mask, the more I realized this isn’t a joke. You’re taking on a responsibility to a culture, to a people, to an entire nation, and I made a mockery of that. I’m sorry. I’m asking for forgiveness.”
It remains to be seen what Chad Gable does next in WWE.
If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.
`;
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-legend-says-wwe-star-can-get-kurt-angle-type-respect?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













