”
], { 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);
});
});
})();
Earlier today, Gable posted images of himself from the latest edition of the red brand’s show. The former Original El Grande Americano also gave himself a new name in the caption. The former WWE RAW Tag Team Champion noted that he was truly back to his old self and referred to himself as THE ORIGINAL Chad Gable.
“Sometimes losing everything reminds us what really matters. THE ORIGINAL Chad Gable is back. New merch available now on the WWEShop.com,” Gable wrote.
You can check out his post below:
Ahead of their Intercontinental Championship match at SummerSlam, Gable and Penta joined forces to wrestle the team of Rusev and Ethan Page on the latest episode of Monday Night RAW. The two rivals put forth an impressive performance to secure the win before their clash.
Chad Gable opened up about his friendship with major WWE Superstar
Chad Gable and Otis recently spoke in an interview with KFAN. The two stars spoke about their real-life friendship during the conversation.
Gable noted that they had been together for a long time even before their arrival in WWE. He stated that they had become best friends. He further recalled pitching the idea for a tag team with Otis and his reaction after it was approved.
“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. 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,'” Gable said.
After returning to Monday Night RAW, Gable apologized to his fellow Alpha Academy stablemates. However, Maxxine Dupri shut him down and refused to forgive him. Now that she has turned on Otis and Tozawa, it will be interesting to see if Gable finally manages to reunite with the two.
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-chad-gable-gives-himself-a-new-name-ahead-of-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



