”
], { 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);
});
});
})();
Zelina Vega was naturally not too happy about the release, and made it clear in a post, where she commented about her fans meaning the world to her. She was not released alone, as her husband, Aleister Black, who had only returned to WWE the past year, was also cut from the company.
Vega may be gone from WWE, but the star took a moment to reflect on the journey that she had been on. She compared all the contrasting scenarios, talking about how she was both made to feel like she was not enough, and at other times like she was more than what was required.
The star brought up being told to end her life, and admitted that she was in a dark enough place to actually consider it. However, she then brought up how at other times, people told her that she had saved their lives.
Vega ended up saying that she had only one word for her journey, and that was, “Thankful.” Having proven so many people wrong over the years, the star said she would continue to do so and that it was not over for her until she, Thea Trinidad, said it was.
“Dear Zelina Vega, Helluva fkn ride kid. To all the times they told you that you weren’t enough. To all the times your family, friends and fans made you feel like you were. All the times they said you were too small. All the times they said your heart and personality makes you 7ft tall. All the times they said you weren’t talented enough. All the times they praised you being great. All the times they hated your success. All the times they screamed for you. All the times they told you to k*ll yourself and you actually thought about it. All the times people told you that you helped save their life or inspire them. All the struggles you overcame. All the tears. All the laughs. All the happiest days of your life. One word: Thankful. I take my husband, family, friends and my fans with me. You proved so many people wrong and will continue to do so. It’s isn’t over until Thea Trinidad says so.”
It seems that she will be wrestling under her real name, Thea Trinidad, going forward, and that her time as Zelina Vega has ended. It remains to be seen what she and Black do next.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-all-times-told-k-l-yourself-zelina-vega-sends-emotional-message-wwe-release?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


