”
], { 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 X, Lyons responded to WWE’s official statement after the title change and reacted to her winning the Evolve Women’s Championship.
“Welcome to the gratitude era wherrreee YOU WILL ALL BE GRATEFUL FOR SUCH A GODDESS TO LIVE AT THE SAME TIME AS YOU,” wrote Lyons.
Check out Lyons’ reaction on X:
Lyons dethroned Wendy Choo to win the Evovle Women’s Championship, marking the end of the latter’s 70-day reign. The finish was quite controversial, as Lyons had already tapped out once behind the referee’s back. She later used her crystal to hit Choo, followed by a Roundhouse Kick to win the title.
Nikkita Lyons opened up about her viral pinning combination from her NXT debut
Nikkita Lyons pinned Kiana James using the splits, and it quickly went viral on social media. She opened up about the support she received from her close ones after the match.
Speaking with WWE Español, Lyons said:
“I was still, ‘did that just happen?’ I didn’t look at my phone until I got home. I was fortunate to have my parents there, my man, a bunch of friends came. I was super grateful and keeping that in mind that people close to me came to support me. That means a lot. After, I talked to my coaches and got all that going. People in the back were telling me great job. I just kind of sat there and continued to watch the show. I didn’t get out of my gear until the show was over. ‘I don’t even want to go to the locker room, I want to bask in this moment.’ It was beautiful.”
The WWE Universe should expect Nikkita Lyons to appear on NXT with her newly won title.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-nikkita-lyons-breaks-silence-winning-first-championship-wwe?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


