”
], { 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);
});
});
})();
Hail still defended the championship last night in an open challenge. Despite a strong effort, the Chase U alumn was beaten by Izzi Dame, earning Hail the record of shortest North American Championship reign at 21 days. Hail took to X earlier today, posting a video of herself shooting a crossbow at Blake Monroe targets. The Glamour responded as only she could: nonplussed.
“Did you need help turning off the child safety lock?”
Blake Monroe is clearly not nervous about any repercussions of her actions. At least, not in regards to Thea Hail, specifically.
Blake Monroe called out a WWE official after losing her title opportunity
Immediately after attacking Thea Hail, Monroe was confronted by WWE authority figure Ava. The Tuesday night GM was forced to change the show around, swapping match placement in order to keep things moving. Fed up with Blake’s antics, Ava took her Women’s NA Title shot away and banned her from the building.
Last week, Blake asked Ava for a different referee for her rematch with Thea to guarantee no shenanigans would arise. Ava instead told her to “bring back The Glamour.” So if we’re to blame anyone here, it might be Ava’s fault all along.
Monroe would go to X soon after getting tossed out, calling Ava a “nepo baby b****” in a now-deleted tweet. While it’s not official yet, Monroe is apparently poised to join the main roster in the near future. If she isn’t leaving right at this moment, we could be seeing the start of a Monroe-Ava feud, especially if Monroe continues to call out NXT’s own Final Boss.
`;
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-s-blake-monroe-mocks-blatant-threat-did-need-help-turning-child-safety-lock?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












