”
], { 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);
});
});
})();
Taking to her Instagram, Michelle McCool recently showed off a new look. She now has short hair, possibly in preparation for any appearances during WrestleMania 42 weekend. In the caption, she wrote:
“Sometimes you have to literally cut off the deadends in order to grow”
You can check out a screengrab of her Instagram story below:
Michelle McCool has been inducted into the Hall of Fame of the Stamford-based promtoion as well, owing to her contributions to the business.
Michelle McCool had previously teased an in-ring return to WWE
While McCool last wrestled a singles match back in 2011, she is apparently not averse to an in-ring return.
McCool has sporadically appeared in Royal Rumble matches, but has not been a part of the any major storylines since her last match in 2011. That year, she had wrestled Layla in a ‘Loser leaves WWE’ No disqualification match, which she had lost. After that she appeared at the 2018 Evolution pay-per-view in a battle royale, and subsequently in the Royal Rumble matches in 2022 and 2023.
With names like AJ Lee being back in action, there has been speculation about who else may return. In an episode of Six Feet Under, McCool recalled that Liv Morgan had conversed with her about a possible appearance at WrestleMania. She said that she was open to helping Liv Morgan or even Bayley, who was a guest in that episode:
“I mean, you did mention at the beginning, Liv did reach out before WrestleMania, so if maybe Liv’s in need of a partner or maybe you need a partner, I’m just saying I can go one time… One run. I love watching all the odd connections.”
Whether Michelle McCool does appear in the ring down the line in WWE, is a question left unanswered for now.
`;
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-michelle-mccool-shares-drastic-change-look-ahead-wwe-wrestlemania-42?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













