”
], { 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);
});
});
})();
On the Busted Open podcast, the WWE legend also discussed the discrepancy of that singles match on NXT.
“There’s definitely a discrepancy with the finish. That one, two, three and the tap happened at the exact same moment, which leads me to believe we’re heading to a three-way dance at Stand & Deliver. Jacy Jayne, Lola Vice, Kendal Grey. I don’t love three-way dances, but with those three women, I’ll take it,” said Bully Ray.
The match on NXT ended in a controversial manner as Grey tapped out when Vice was being pinned. Ray felt the finish was booked to lay the seeds for a three-way bout for the championship. While the Hall of Famer wasn’t fond of such bouts, he was looking forward to potentially seeing Grey, Vice, and Jayne in action.
Bully Ray had high praise for Lola Vice vs. Kendal Grey on WWE NXT
Bully Ray enjoyed the main event of NXT at Infosys Theater at Madison Square Garden. Ray said Kendal Grey vs. Lola Vice was one of the best women’s matches he had seen in 2026 so far.
“Kendal Grey, the future of the WWE women’s division. Lola Vice stepped up to the plate tonight. Lola’s got an amazing background, but Kendal with that amateur wrestling ability; I think Lola had to step up, and she did. They had me hooked.”
The legend lauded both those ladies for their athleticism and the false finishes in their bout. He called Kendal the future of the WWE women’s division, with Lola also stepping up to the former’s level and keeping everyone hooked.
`;
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-wwe-book-huge-3-way-women-s-title-match-upcoming-ple-says-bully-ray?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













