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

The proposal of an intergender matchup against Oba was acceptable to Stratus as well, and she added that a Chick Kick could easily be given to him.

“Oba Femi? Yeah, I could totally take him. Oh my God. Chick Kick!” she said.

Trish Stratus: 25 Years Of Stratusfaction, Attitude Era, Lita, Loading Screen, One More Match

The humorous exchange comes as Femi continues his dominant run on the main roster, building on a resume that includes defeating and retiring Brock Lesnar inside Hell in a Cell. Also, it nearly confirms that Trish was asking the audience to suggest matchups, meaning she is open to more in-ring action.

Her last match in WWE was at Evolution 2025 PLE against Tiffany Stratton. The match was for the WWE Women’s Championship, where the champion retained, but Stratus still keeps her hopes high for a title run.

Trish Stratus agrees to face Oba Femi but denies a match with Jade Cargill

On the same podcast, she evaluated potential matchups across WWE’s current women’s division, focusing not on Oba but on actual women she could wrestle. Stratus expressed keen interest in reigning World Champions Chelsea Green and Liv Morgan, giving both a thumbs up.

As a seven-time Women’s Champion aiming for an eighth title, Trish noted that capturing a historic milestone from SmackDown’s top champion, Chelsea, would be particularly sweet. Stratus turned down a match against Jade Cargill because she doesn’t want to be manhandled.

“Jade. Uh, I don’t know. She might break me; I don’t think so,” she said. (27:20 onwards)

With her eyes set on making history, Stratus remains open to returning if the right storyline and championship opportunity align.

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-wwe-legend-makes-huge-claim-could-totally-take-oba-femi?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