”
], { 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);
});
});
})();
This has led to N3on not being allowed to shoot on day 2 of the Fanatics Fest, essentially getting banned from the event.
Fade Away Media posted the news on their official Twitter/X account. The caption read:
“Neon was stopped and said he could not record night 2 at Fanatics Fest for showing Penta’s face on live stream yesterday.”
N3on has now realised that the luchador’s take being filmed without a mask very seriously, and it can lead to consequences. N3on has since apologised to the IC Champion for the unfortunate incident.
Penta will face Chad Gable at SummerSlam for the Intercontinental Championship
The Champion Penta will face the challenger Chad Gable, who earned his spot by winning a Gauntlet match to decide the #1 contender for the Intercontinental Title this past Monday on RAW.
Gable managed to defeat 6 other men, Dominik Mysterio, Rusev, Je’Von Evans, Ethan Page, Dragon Lee, and Joe Hendry. He last made Page tap out to an anklelock and punched his ticket to the Biggest Party of the Summer.
Gable is no stranger to luchadors, as he wrestled as one himself when he played the Original El Grande Americano, a comedic parody of luchadors. Gable later lost in a mask vs. mask match against the other El Grande Americano, Ludwig Kaiser, and was humbled after losing and having to take off the mask. Gable has since been on a babyface run in WWE with a new theme song and catchphrase to go with it.
It would be interesting to see how a bout between a former luchador and a current one pans out at SummerSlam in Gable’s home state of Minnesota.
`;
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-popular-name-banned-fanatics-fest-recording-penta-s-unmasked-face?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













