”
], { 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 promotion released a bunch of talent following WrestleMania 42 last month in Las Vegas. Popular SmackDown stars Aleister Black and Zelina Vega were let go by the company. Vega took to social media today to shut down an AI video about her release that has gone viral online.
The entire Wyatt Sicks faction was also released by the promotion. Kairi Sane, Zoey Stark, Santos Escobar, and many more stars were released last month after The Show of Shows.
Former WWE star Nikki Cross shares tribute following release
Wrestling veteran Nikki Cross shared a heartwarming tribute on social media following her release from the company.
The former RAW Women’s Champion took to Instagram to share that she loved her Wyatt Sicks stablemates. She noted that it was an honor to play the Abby character in the faction and thanked all of her fans for their support.
“Wyatts. Abby. It was the honour of a lifetime. Forever I will hold onto you. Our raggedy torn dirty white bloodstained dress and the cracked mask that showed off the scars but never broken. Fireflies. I love you beyond measure. Thank you for lighting the way ✨ Being with you all in Las Vegas last week was fate,” she wrote.
Big E used to be a member of The New Day but suffered a career-ending neck injury in 2024. Kofi Kingston and Xavier Woods betrayed Big E in 2024 and turned heels on WWE television. It will be fascinating to see what the future holds for Woods and Kingston following their surprising departure from the company.
`;
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/rumor-wwe-tried-make-major-cut-well-known-star-s-pay-reports?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













