], { 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);
});
});
})();

#4. Grayson Waller wants to slap Austin Theory

Current NXT Champion Grayson Waller is someone who is familiar with Austin Theory, having worked with him for a long time on RAW before he became a member of The Vision.

Waller has had a new lease on life in NXT, but he recently admitted in an interview with Cheap Heat that he wants to slap Austin Theory.

“I would love to slap Austin Theory. There’s nothing I want more in life than to slap Austin Theory across the face. I’ve wanted to do that for a long time so that’s sitting there.”

#3. Wrestling legend passes away age 82

It was revealed earlier today that Memphis Wrestling legend Bill Dundee had passed away at the age of 82.

Conrad Thompson revealed that he had died early Sunday morning, but the cause of death was not given. It is worth adding that the 9-time AWA Southern Heavyweight Champion was diagnosed with dementia in 2023.

#2. Ellen Viking announces WWE release

WWE made mass cuts to its NXT talent this weekend, with 10 names being cut from the company, including Jasper Troy and PJ Vasa, who were expected to be making their way to the main roster.

Ellen Viking, who was known as Ellen Akesson throughout her time in WWE, announced her exit with a lengthy message on Instagram. The Swedish Powerlifter confirmed her release before noting that it had been a fantastic experience.

“I have been released from WWE. To say I’m not sad about this decision would be a lie. Even with coping and lowkey believing that there is a reason for everything. It still sucks because I truly loved it here. From the wrestling to the security staff to the coaches to the fans to my friends to the daily small routines like locking my bike at the PC. But I’m proud for taking the opportunity even though already living happily in Sweden, leaving it all to see where it would take me. Just being asked to do a tryout is an achievement and being offered a contract even more.” she wrote.

#1. Lexis King announces engagement

Lexis King has become one of NXT’s most popular stars, and earlier today it was announced that he is now engaged to former NXT star Carolina Cruz. Carolina was known as Emma Diaz ahead of her WWE release in 2024, but she met King while working with the company, and the couple celebrated two years together back in December 2025.

King is someone who is expected to make his way to the main roster in the coming months, and joins a number of current stars who have recently announced their engagement.

Why did you not like this content?


`;
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/wwe-news-roundup-female-star-confirms-release-couple-announces-engagement-current-champion-wants-slap-austin-theory?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

Leave A Reply

Exit mobile version