”
], { 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);
});
});
})();
Former WWE star Maria Kanellis, who was also released from the Stamford-based promotion in 2020, shared an emotional message on her official X/Twitter account, motivating all the released superstars.
She told them that they are the ones who decide when their career is over, not the company, age, or the internet. She also expressed a wish to see them all down the road in the indie wrestling scene.
“To everyone that was recently released… you decide when you are done. Not a company, not age, and not the internet. It’s over when you decide it’s over. Sending you so much love and prayers. I may not know you but we have been down the same road. And I’m sure I’ll see you down the road,” she wrote.
Check out her tweet below:
A top female star, unexpectedly released from WWE, breaks the silence
Among all the stars released from the Triple H-led promotion, the release of The Kabuki Warriors’ Kairi Sane was one of the most shocking, especially since she had been featured on television much more often. She was clearly getting a great response from fans, and many saw strong babyface potential in her.
Fans are still in shock over Sane’s departure and are rooting for her to come back, trending “WeWantKairi” on X. The star recently took to her social media to pen a farewell post amid her WWE departure.
“I’m truly grateful to have people like you by my side. Thank you for always being with me. I’ll set sail… in my own time ⛵️Until then… I love you ❤️,” Sane wrote.
Check out her official tweet here:
It will be interesting to see where Sane heads next in her professional career.
`;
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-you-done-former-wwe-female-star-shares-emotional-message-to-released-superstars?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













