”
], { 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);
});
});
})();
Speaking on the Phenomenally Retro podcast, Styles explained how proud he was of the two superstars after their Mask vs. Mask Match. The former WWE Champion was happy to see Gable and Kaiser get the praise they deserve.
“I am so proud of these guys because, man, what a freaking story they were able to tell. The blood, the masks being ripped off, so good. Just everything that’s happened led to this unbelievable, awesome match. I’m so happy for these guys.” said Styles. [H/T: WrestlePurists]
AJ Styles spoke highly of Chad Gable after his Mask vs. Mask Match
The Original El Grande Americano was revealed to be Chad Gable after the conclusion of the Mask vs. Mask Match at Noche de Los Grandes. AJ Styles spoke highly of the former two-time RAW Tag Team Champion.
Speaking on the Phenomenally Retro podcast, AJ Styles claimed that WWE would be dumb not to capitalize on Gable’s momentum after his Mask vs. Mask Match. The Phenomenal One said:
“He’s a bigger superstar than he’s ever been at this very moment. And if we don’t capitalize, and I say we because I’m part of WWE, we don’t capitalize on this, we’re dumb. We’re dummies,”
Gable returned to WWE TV last week on SmackDown and was scheduled for a meeting with the brand’s General Manager, Nick Aldis. He received a huge ovation from the WWE Universe in Italy and also apologized to Rey Fenix backstage on the blue brand for his harsh treatment against lucha libres.
`;
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-the-blood-masks-ripped-off-good-aj-styles-praises-el-grande-americano-mask-vs-mask-match?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













