”
], { 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);
});
});
})();
Speaking on Rewind Recap Relive, Zoey Serrano addressed the possibility of a Pure Fusion Collective reunion in TNA Wrestling, as she and Daria Rae (Sonya Deville) are in the promotion. The 32-year-old ex-WWE star said it’s not happening, as Baszler is doing her own thing and Rae isn’t wrestling anymore. Moreover, Serrano wants to focus on her career as a singles performer.
“No. Just no. Look, Daria [Rae] is not wrestling. She’s done with wrestling. Shayna [Baszler] is off doing her own thing. It’s just me, man. I’m ready to take off my singles career. I feel most of my career was all tag stuff. So, this run is just me, myself, and I. And like I said, I’m going to do what I want to do. So, no, I’m going to shut those rumors down right now. No PFC [Pure Fusion Collective]. It’s not happening,” Serrano said.
Zoey Serrano addresses her WWE release
Earlier this year, WWE released Zoey Serrano, formerly known as Zoey Stark, following WrestleMania 42. Serrano had geared up for an in-ring return from injury, but the company never gave her the opportunity. It’s quite common for the company to release superstars, but the 32-year-old star didn’t expect it.
Speaking to Denise Salcedo, Serrano said she wasn’t expecting the release, as the company usually doesn’t release injured stars. However, the former NXT Women’s Tag Team Champion saw the signs but doesn’t hold any ill will against the company for their decision.
If you use quotes from the article, please credit Rewind Relive Recap and provide an H/T to Sportskeeda Wrestling for the transcription.
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-i-m-going-shut-rumors-down-ex-wwe-star-rejects-reunion?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




