”
], { 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);
});
});
})();
Earlier today, TNA Wrestling posted an exclusive video on X (formerly Twitter) to reveal that the promotion has officially signed Elayna Black. The 25-year-old signed the contract in the presence of TNA President Carlos Silva and Head of Talent Relations Tommy Dreamer.
“EXCLUSIVE: @ElaynaBlack puts pen to paper and officially signs with TNA! @THETOMMYDREAMER @carlossilva,” read the caption.
You can check out the video below:
The former Cora Jade was among the most popular NXT stars released by the Stamford-based promotion after WrestleMania 41. Her departure from the company came as a surprise to many, as she had been an integral part of the developmental brand for some time, and many fans were expecting her to get a main roster call-up alongside her real-life friend Roxanne Perez.
Elayna Black opened up about her potential WWE return
During an appearance on INSIGHT with Chris Van Vliet following her release, Elayna Black opened up about the possibility of returning to World Wrestling Entertainment.
The former NXT Women’s Tag Team Champion noted that she was open to going back to the global juggernaut. Black disclosed that it was not as if she had a horrible experience working for the wrestling promotion. On the contrary, she enjoyed her time in WWE and loved the people she met there.
“Definitely, I feel like the door [is open]. I’m 24 years old. I feel like I didn’t end on horrible terms there. Like I said, yes, there’s things that p****d me off, but I’m human, and I love wrestling, so that’s only natural, but I’m not gonna sit here and be like, ‘Oh my God, my time there was so horrible. I never wanna go back.’ Absolutely not. I loved my time there. I loved the people I met there. I feel like anything is possible,” she said.
With the current arrangement between the two wrestling promotions that allows talent exchanges between NXT and TNA, Elayna Black could wrestle inside the WWE ring much sooner than anticipated. It will be interesting to see what the future holds for the 25-year-old.
`;
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-released-wwe-star-officially-signs-with-tna-wrestling?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













