”
], { 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, WWE posted a video featuring Los Americanos. The three stars mocked the participants of the ladder match scheduled for WrestleMania 42. El Grande Americano further stated that him, Bravo, and Rayo not being in that match was a disgrace.
The video posted on X (fka Twitter) caught the attention of the Intercontinental Champion. The luchador fired back at El Grande, stating that the only disgrace was the latter donning a mask. He told El Grande to earn a spot in the ladder match while also threatening to unmask him on The Grandest Stage of Them All.
“The only “disgrace” is you wearing that mask. EARN your way to Wrestlemania and I might just take it off… c.t.m ….zero miedo,” Penta wrote.
You can check out his tweet below:
El Grande Americano has been on a winning run since losing to Penta on WWE RAW
On the March 9 edition of Monday Night RAW, The Original El Grande Americano was scheduled to challenge Penta for the WWE Intercontinental Championship. However, after getting cursed by Danhausen backstage, he failed to show up for the match. El Grande Americano took his place instead. However, he could not dethrone Penta.
In his very next in-ring appearance, El Grande Americano defeated Santos Escobar, La Parka, and The Original El Grande Americano to win the Rey de Reyes Final on March 14. Two days later, he defeated The Original El Grande Americano in a singles match on Monday Night RAW.
In his most recent match, El Grande teamed up with Rayo and Bravo to take on the Vanity Project on the March 17 edition of NXT. Los Americanos put forth a praiseworthy performance to secure the win in a fast-paced and highly engaging contest.
It will be interesting to see what’s next for El Grande and his teammates.
`;
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-beloved-wwe-superstar-threatens-take-el-grande-americano-s-mask-wrestlemania-42?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













