”
], { 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 Busted Open podcast, Michaels opened up about the challenges the NXT men’s division had to face and how the pressure was taken off them with the addition of three major names. He also credited the women’s division.
“The men understood the challenge that was in front of them, and like I said, with the additions we have, I think it also, in a strange way, it challenged everybody but I also feel like it took a lot of pressure off of our men’s division to where they now understood, like, oh, okay, this is going to take time. Yes, we can do this. It’s tough. I think for a lot of ‘em, it was their first time just really seeing us being stripped away of so much talent, and you’re kind of just shell-shocked for a little bit… It’s like being off after an injury. You still wonder is it gonna be the same when I come back from injury? Can I still get in there and do that? But then you gotta get in there. You get that first one under your belt and you realize, okay, yeah, this is the same stuff that I’ve always been doing… It just takes time to get into your comfort zone again but that’s what our men’s division has done, and obviously our ladies are who they are which is fantastic.” [H/T: Fightful]
Grayson Waller, Zilla Fatu, and Cruz Montana Will Challenge For The NXT Championship
Grayson Waller, Zilla Fatu, and Cruz Montana will challenge for Tony D’Angelo’s NXT Championship at Heatwave.
Zilla Fatu crashed the No. 1 Contender’s Match between Waller and Montana, and eventually got added to the title match, making it a Fatal Four-Way. D’Angelo has been champion since April 2026, when he won the title at NXT Stand & Deliver. The odds are stacked against him at Heatwave.
`;
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-it-s-tough-grayson-waller-zilla-fatu-cruz-montana-s-addition-took-pressure-off-the-nxt-men-s-division-says-wwe-legend?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













