”
], { 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);
});
});
})();
“Can’t. 👏🏼 Wait. 👏🏼 My Stratuspherians are gonna love this … keep the calendar open and stay tuned for more deets my friends!”
Trish Stratus competed in a few matches for the company last year. She was an entrant in the Women’s Royal Rumble and teamed up with Tiffany Stratton to defeat Candice LeRae and Nia Jax last year. Stratus also challenged Stratton for the WWE Women’s Championship at Evolution 2025 but was unable to capture the title.
Trish Stratus pays tribute to retired WWE star
Wrestling icon Trish Stratus recently shared a heartfelt tribute to John Cena following his retirement.
John Cena lost his final match to Gunther at Saturday Night’s Main Event in December 2025. Status took to social media following the match to pay tribute to The Cenation Leader and added that she was looking forward to what was next for the legend.
“What a way to say good-bye to a once in a generation Superstar like @johncena Loved being able to sit in the crowd for that and also to watch @itsmebayley – a true leader of women’s wrestling for her match against @solrvca. What an incredible match! Cant wait to see what’s next from both. Also .. sitting in the crowd really is the best seat in the house. It’s been a while since I’ve watched a whole show from that side and wow what a feeling to watch the Superstars up close and to feel the energy of the crowd. Loved every minute. What a night!” Stratus wrote.
It will be fascinating to see if Trish Stratus makes an appearance at WWE WrestleMania 42 in April.
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-trish-stratus-set-major-appearance-road-wrestlemania?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


