”
], { 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);
});
});
})();
During a recent appearance on ReviewSTL, the former AEW star was asked how important it was for her to become the NXT Women’s Champion before moving up to the main roster. Blake Monroe said that she feels that she needs to become a two-time Women’s North American Champion because her first reign was cut short.
“Timing is everything and I feel like the world and the universe knows what you need and when you need it. Selfishly, I would really love to become the two-time Women’s North American Champion because I feel like my reign got cut short. I feel like I was very much screwed over by that referee, so there was a lot more I wanted to do in my reign as the Women’s North American Champion. I do want to kind of retell and complete that story.”
She further added that she would also like to win the NXT Women’s Championship since she has previously pinned Jacy Jayne and never got her title match.
“And I would like to become the World Champ. I feel that when I debuted, I pinned Jacy [Jayne], so there’s a story there. I never got my championship match. I kind of went on to do other things, and I feel like it’s just completing NXT and being like, ‘I held every title and I held the World Title.’ The top title on that brand.” [H/T WrestlePurists on X]
Blake Monroe opened up on why she left AEW for WWE
Blake Monroe had a successful run in AEW under the ring name Mariah May. She even captured the Women’s World Championship during her time with the company. Despite her success, she chose to leave Tony Khan’s company for WWE.
During an appearance on The Masked Man Show, the former Mariah May said that she joined WWE because she wants new opponents to wrestle.
“I’ve wrestled all over the world and I’ve moved countries a few times and I always pride myself on how I can adapt, how I can pick up challenges and that’s kind of what motivates me … there are so many women that are fantastic that I want to wrestle, I want to have storylines with and I think for me, it’s just kind of focusing on what do I want to achieve at WWE and that’s to tell these stories to make people feel something,” she said. [H/T: Wrestling Inc]
It remains to be seen when Blake Monroe will receive her main roster call-up.
`;
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-yet-ready-move-main-roster?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













