”
], { 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);
});
});
})();
Towards the end of the video, Trish Stratus passes by the wall with the pictures of all the reigning champions. The WWE Hall of Famer looked straight into the camera and stated that maybe she needed to return to that wall, teasing not only her return to in-ring action but also potentially going after one of the titles. Notably, Stratus hasn’t won a title since 2006.
You can check out Trish Stratus’ comments in the video below:
Trish Stratus competed in the 2025 Women’s Royal Rumble Match. She entered the 30-woman bout at number 25 and lasted for over 13 minutes. Stratus affected one elimination in the form of Candice LeRae before getting eliminated by Nia Jax.
Trish Stratus wrestled her last match at WWE Evolution 2025
Trish Stratus wrestled a total of three matches in 2025. After the Women’s Royal Rumble Match, she teamed up with the then WWE Women’s Champion Tiffany Stratton at the Elimination Chamber Premium Live Event. The duo defeated Nia Jax and Candice LaRae in a traditional tag team match.
However, four months later, she challenged The Buff Barbie for the gold at the Evolution Premium Live Event. Stratus put forth a praiseworthy performance, but it was not enough to dethrone Straton.
The Royal Rumble could be the perfect opportunity for Trish Stratus to get back in the squared circle. Only time will tell whether she shows up in Riyadh this Saturday.
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-8-time-champion-drops-massive-return-tease-ahead-wwe-royal-rumble?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


