], { 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);
});
});
})();

Since the Royal Rumble has been a witness to countless memorable returns over the years, it would have been a perfect stage for Saraya’s comeback.

All those hopes were, unfortunately, dashed at the Riyadh show. The 33-year-old star recently appeared on the Wrestling with Freddie podcast, where she spoke about her absence from Royal Rumble 2026. She said that while she would have loved to appear at the premium live event, WWE hadn’t contacted her.

“I hope one day I can be a part of it again…’ It was viral as well, and everyone’s just like hoping that I was gonna be in this Rumble, that I finally get to be a part of that, that I’ve always dreamed of being a part of. So yeah, it was incredible. I wish I was part of it but it’s more to it. WWE has to make that decision. Not me… Everyone obviously wants me to go back,” said Saraya. (H/T – Fightful)


Booker T says Saraya could return to WWE as NXT’s GM

On the latest edition of his Hall of Fame podcast, Booker T discussed possible candidates to become the new NXT GM following Ava’s abrupt WWE departure. The WCW legend stated that Saraya returning in the managerial role would be an interesting direction to head into, as hardly anybody would be able to predict it.

“What a hell of a return would that be. That would be so shocking just because you’re not expecting it. It’s totally out of left field. And it’s someone who I could see playing that role and playing that role very, very well,” Booker T said.

Saraya is, of course, not a stranger to playing the on-screen General Manager, as she once served as the authority figure of SmackDown in 2018.

Why did you not like this content?


`;
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-saraya-fka-paige-officially-confirms-wwe-status-returning-royal-rumble-2026?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

Leave A Reply

Exit mobile version