”
], { 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);
});
});
})();
The company held a multi-woman gauntlet elimination challenge to crown the new WWE Women’s Evolve Champion. Laynie Luck, Karmen Petrovic, Kali Armstrong, Wendy Choo, Tyra Mae Steele, Sloane Jacobs, Nikkita Lyons, and PJ Vasa all competed to become the star who held the title. This comes after Kendal Grey, the last champion had to give the belt up after holding it for 150 days, as she was making the move to the main roster. Now, Wendy Choo outlasted everyone else in the gauntlet to become the new champ.
This is a huge time to be crowned the new champion, given that the spotlight is on the company, and shows the company has confidence on the star. While Choo was a part of NXT for a long time, she has made her mark in EVOLVE as well, often coming close, but never really winning the final prize, until now.
Lyons was the last star in the ring with Choo, and came closest to winning the title, having eliminated three other stars before Wendy beat her.
While Grey leaving the brand saw her retain, the WWE EVOLVE men’s champion Jackson Drake was not as lucky, losing the title to Aaron Rourke.
Rourke and Choo are now both new champs in the company, but the men’s star will hajve to defend his title as well soon, as in two weeks a triple threat match will be held between the champion, Harlem Lewis, and Braxton Cole. It was originally supposed to be against Lewis, but Cole interrupting tonight saw the star get an opportunity as well.
`;
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-breaking-new-wwe-champion-officially-crowned-days-before-wrestlemania?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













