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

“I’ve made it very clear in the past that I’m capable of more than that. I think what the mask vs. mask match did was show the world that those weren’t just words, I’m now backing them up. My intention going forward is to continue to do that and prove that I’m not just going to want to hold singles championships going forward. That’s a goal, but to be the guy. To hold the World Championship, to hold the WWE Championship. I’m capable of that. I know it, and I think people now know it, and the right people now know it. But it’s also on me to continue this momentum and carry it forward,” he said. (H/T: WrestleTalk on X)

You can check out the interview in the video below:

The Hot Tag: Chad Gable

Gable lost a Mask vs. Mask match at AAA Noche de Los Grandes and can no longer portray the El Grande Americano character.

Retired WWE star is excited about Chad Gable’s future

AJ Styles revealed that he was excited about the future for Chad Gable. The legend retired following his loss to Gunther at Royal Rumble 2026.

Speaking on his Phenomenally Retro podcast, Styles stated that he wanted to see Gable become a bigger star in the company and was looking forward to the former champion’s future.

“So we’ve seen Chad Gable come back. He gave Rey Mysterio his mask back and kind of saved both him and Penta. I thought it was really freaking cool. That’s where I want to see it go. I want to see Chad be a bigger star. He’s obviously a babyface based on the fact that he admitted that he’s not the El Grande Americano. He is not him anymore. I think it’s cool. I’m really excited about where this is going,” Styles said. [H/T: Fightful]

Chad Gable says Mask vs. Mask is what he’s most proud of in his career “It is my masterpiece so far.” (The Hot Tag)

Only time will tell what WWE has planned for Chad Gable on the road to SummerSlam 2026.

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-massive-expectations-wwe-future?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