”
], { 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);
});
});
})();
Fans have been furiously debating whether Triple H or TKO executives were responsible for deciding who to let go. Corey Hayes of BodySlam reported that the WWE superstars who were released on Friday were informed of their departures directly by TKO.
It appears that most fans are unhappy with the release of some of their favorite stars and have criticized Triple H online. That said, it will be interesting to see what the future holds for these superstars outside the Stamford-based promotion.
Zelina Vega opens up about how she found out about her WWE release
Zelina Vega and her husband, Aleister Black, were among the WWE superstars who had their contracts terminated. Vega has now spoken out about how she found out about her surprising release.
The 35-year-old star joined World Wrestling Entertainment in 2017, with her first run lasting three years before she was let go in 2020. Vega returned to the company eight months later for a second run, teaming up with Aleister Black on SmackDown. However, both were released on Friday.
During a Twitch livestream, Zelina Vega said she was unexpectedly informed of her release directly by TKO, not WWE, which she described as “very telling.”
“When people call me from there, usually it would say Stamford calling you,” Vega said. “That’s when you’re heart is like, ‘Oh, f**k.’ But this time it’s a TKO, which sounds like, ‘Ah, very telling.’ 5:09 p.m. is when I found out.” [H/T – TJR Wrestling].
That said, it remains to be seen what step Zelina Vega and her husband will take next.
`;
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-released-wwe-superstars-informed-departures-directly-tko-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













