”
], { 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);
});
});
})();
“She’s been someone that’s been in the mix, I think since she became a free agent, and a lot of people have been wondering about her in MLW. I can confirm. We are in talks with Tessa. That’s about all I can confirm at this point, but you know, she’s incredibly talented,” said Court Bauer
Blanchard became a free agent after securing her release from TNA in June and spent much of 2026 competing for CMLL. While conversations are happening, whether they turn into an official contract remains to be seen.
The 31-year-old wrestler recently fell short in her CMLL Women’s World Championship challenge against Persephone on July 31. However, she bounced back on August 8, teaming up with Thunder Rosa to defeat Keyra, Reyna Isis, and Zeuxis. Despite ongoing discussions with MLW, her CMLL commitments remain unchanged.
Tessa Blanchard still aims to be a WWE wrestler
Appearing on WrestleMagicPod, Tessa Blanchard revealed that after wrestling internationally, her primary objective was making her way back to WWE. While she never anticipated TNA would be part of her career path, the stint proved pivotal.
“I never thought TNA would be a part of my story. I’m a Blanchard. I’m going to start wrestling, I’m going to be the best that I can be, and I’m going to go to WWE,” she mentioned.
Blanchard captured the Knockouts Championship in her debut year and additionally made history in 2020 by defeating Sami Callihan for the IMPACT World Championship, becoming the first female wrestler in promotion history to hold the title.
`;
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-controversial-wrestler-talks-top-promotion?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













