”
], { 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);
});
});
})();
While she hasn’t competed in the promotion since the Evolution premium live event last year, speculation is always rife about her lacing up those boots once again. Speaking at Big Texas Comic Con, Trish Stratus once again addressed her in-ring future.
She said, looking at the stars in the women’s division right now, she had to question where she belonged, especially with women of a bigger size. She said she has things up her sleeve that will work.
“I have some techniques and some tactics that I think I could work the bigger girls in the ring, but I’m always up for a challenge,” she said.
Talking about a WWE return, the former Women’s Champion said it has to make sense from a creative standpoint and teased coming back.
“People here like, are you coming back? Do you want to do another run? This is the thing. I’m like, well, it has to be like the boxes it has to check. One is creative. What is the creative? What am I going to come back and do? Is it going to check these boxes? So I always turn it back to people and go, I mean, I might go back, but who should I face?” she added.
Trish Stratus’ last match was for the WWE Women’s Championship
Trish Stratus returned to WWE last year, entering the women’s Royal Rumble match. Following this, she began a feud with Nia Jax and Candice LeRae, leading to a tag team match at Elimination Chamber, where she teamed up with Tiffany Stratton to take on the duo.
Later that year, Stratus challenged the Buff Barbie for the Women’s Championship at Evolution. The match saw the veteran put on a fantastic effort, but she eventually fell short.
If Stratus ends up returning to WWE, fans could expect her to go up against one of the top names again.
If you use quotes from this article, please credit Emily Mae on YouTube and give 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-50-year-old-star-teases-wwe-return?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



