”
], { 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);
});
});
})();
She is currently on a temporary hiatus, recovering from surgery to remove a benign mass from her back. According to reports, the 24-year-old had been dealing with it for quite some time, which had been causing her pain for several months. As a result, she had to go through a minor treatment and has been on hiatus since then.
Perez was not present for The Judgment Day’s segment this week on RAW due to her ongoing recovery. She is currently signed with WWE under a multi-year contract and is expected to return once she recovers fully. It will be interesting to see where she stands within The Judgement Day now that Finn Balor no longer has his stay in the faction.
Does Roxanne Perez require a lengthy hiatus for her recovery?
Roxanne Perez’s absence has left a huge void within The Judgment Day. And now that Finn Balor is out, that void feels bigger. The one thing that fans have been wondering at this point is whether WWE would bring The Prodigy back or if she will require a longer period of recovery before a return.
However, things seem fine at this point. Although Perez underwent surgery to remove the benign mass from her back, it wasn’t a major one that would keep her sidelined for long. It is pretty clear that she would not require a lengthy hiatus from the WWE programming and is expected to return soon.
Roxanne Perez provided an update about her condition last month, stating that she was already recovering well at home with significantly reduced pain. The Prodigy confidently stated she would be back in the ring in no time. Hence, her time-off is likely to be a short one.
It will be quite interesting to see whether Perez manages to come back before WrestleMania 42 or if she misses the annual event this year.
`;
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/did-roxanne-perez-leave-wwe-truth-revealed-following-absence-judgment-day-split?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













