”
], { 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);
});
});
})();
Both Gable and Otis appeared on KFAN for an interview recently. During the conversation, Gable revealed that the pair had been together for a long time before WWE and had become best friends.
“So, we have known each other a long time. We trained together in Colorado Springs at the Olympic training center. Kind of lived on campus there together. Watched wrestling in a dark, cold room many, many nights together. So we’ve been friends forever. It seemed like a natural thing to pair us up,” he said.
Gable recalled pitching the idea for a team and revealed his surprising reaction when it was approved.
“I remember when we pitched the idea, and they actually went with it; it was like, ‘Holy c*ap, they’re letting us do this thing, man, like, we talked about 10 years ago,'” he said.
The 40-year-old star said their chemistry was perfect after years knowing each other, and everything clicked for them. The duo won the Raw Tag Team Championship in early 2022, defeating Randy Orton and Matt Riddle for the title.
Chad Gable named 38-year-old WWE star as his wrestling soulmate
Chad Gable has put on incredible matches for years in WWE. Both as a tag team and a singles wrestler, he has proven his in-ring ability time and again.
Now, he is enjoying a surge in his popularity following his face turn after the El Grande Americano angle. During the conversation on KFAN, Gable was asked who he believes has been his wrestling soulmate.
The former tag team champion didn’t hesitate to pick Gunther. He said right from the first match, they appeared perfect for each other.
The two stars had a series of matches in 2023, with the Ring General winning twice and Gable picking up the win on one occasion.
If you use quotes from this article, please credit KFAN and give an H/T to Sportskeeda Wrestling 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-holy-c-ap-40-year-old-star-major-wwe-decision?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













