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

“You gotta wait for a woman like me,” she wrote.

Fans are quite excited to see the former AEW star appear on the main roster after a strong run on NXT. She has already impressed the WWE Universe with her run in AEW and NXT, and it will be interesting to see how she is received after the strong reaction that Fatal Influence have received following their call-up.

WWE Hall of Famer calls Blake Monroe “one of the boys”

In a recent appearance on the Busted Open podcast, WWE Hall of Famer Mark Henry spoke about Blake Monroe amid her impending main roster debut on SmackDown.

“What’s even better about Blake Monroe, and I know this sounds so crazy, but she’s one of the boys. Everybody’s gonna love her. She is an old school, throwback wrestler. She’s funny and crass. She said something in AEW in the training room one time, I turned I was like, ‘What did you say?’ She’s just got it. When you like people, you work harder for them and she works hard. You watch her matches and she’ll do anything and everything to succeed. And her wrestling skillset is that she can adapt to everybody’s s**t. She doesn’t have a weakness, and there’s very few wrestlers that can flip and fly, that can grapple, chain wrestle, that can swing them and punch and kick, that can do everything. She can do everything,” said Henry.

Monroe made her WWE debut in June 2025 as a babyface, and eventually turned heel. She lost to Tatum Paxley in a casket match, in what was her final time competing in NXT. It now remains to be seen how she is booked after debiting on SmackDown.

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-blake-monroe-reveals-wwe-smackdown-debut-keeps-getting-postponed?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