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

On Instagram, Gable revealed that he was on his way to Italy after his brutal outing against El Grande Americano in Mexico. He isn’t scheduled for a match at Clash in Italy.

“Onward to Italy. Cleaned up a tiny bit first.” wrote Chad Gable.

Check out Chad Gable’s Instagram post here.

Chad Gable claimed to be the “Original” El Grande Americano on several occasions

WWE uploaded a promo featuring the “Original” El Grande Americano. He claimed to be a victim of identity theft, calling out El Grande Americano II in the process.

Americano (Gable) claimed that he saw El Grande Americano II impersonate a Mexican Luchador and added that the latter wasn’t even aware of the history of Lucha Libre. Gable concluded by calling Americano II a “fraud”.

“Hello! My name is El Grande Americano, a victim of identity theft. For the last six months, I’ve watched some guy running around impersonating a Mexican Luchador, singing songs in Spanish, going as far as to date a Mexican Woman. Only to try to convince all of you of being as authentic as me. This man doesn’t know the history of Lucha Libre. He’s a Fraud. He’s an Imposter. I wanted you all to know with my victory in the Rey De Reyes tournament, I will go on to win the sword, represent Lucha Libre, and become the new AAA Mega Champion. Viva Mexico! Viva Lucha Libre! And Viva El Grande Americano!”

Chad Gable is a member of American Made, a faction consisting of The Creed Brothers and Ivy Nile.

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-status-wwe-clash-italy-2026?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