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

Amid this absence, Ludwig Kaiser took over as the El Grande Americano and inherited Chad Gable’s Men’s Speed Title, holding it for another 134 days before dropping it to Jasper Troy. Kaiser moved on to bigger and better things, taking his gimmick to AAA and becoming the biggest babyface in Mexico. He also formed a faction with Tyler Bate and Pete Dunne called Los Americanos.

Things took an unexpected turn when Chad Gable’s El Grande Americano returned at the Royal Rumble earlier this year. The two men ignited a buzzworthy rivalry that spiraled across the US and Mexico.

Their long-running feud culminated in a mask vs. mask match at AAA Noche de los Grandes, which Ludwig Kaiser won. As a result, Chad Gable was forced to unmask himself in front of the AAA Universe, also turning babyface in the process.

Chad Gable has since learned to respect Lucha Libre and dropped the El Grande Americano gimmick. He is now back on Monday Night RAW and is on a quest to seek forgiveness from every single luchador.

Meanwhile, the “Original El Grande Americano” character is now listed in the alumni section of the WWE roster page.

You can check out the screenshot below:


What’s next for Chad Gable in WWE?

Now that the Original El Grande Americano character is in the rearview mirror, Chad Gable wants to right some wrongs.

During the go-home episode of the RAW before WWE Night of Champions, he requested the Alpha Academy to come out in the ring and asked them to forgive him for treating them poorly.

Despite his best efforts, Maxxine Dupri rejected this apology, saying the faction never needed him after he left them high and dry.

Chad Gable has once again set his sights on winning the Intercontinental Championship. With SummerSlam right around the corner, it will be interesting to see if Triple H will put him in a feud against Penta.

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-breaking-major-wwe-name-suddenly-moved-to-alumni-section?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