”
], { 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);
});
});
})();
A few weeks ago, it was revealed that Blake Monroe has been called up to the main roster and will join SmackDown. This came after she wrapped her run in NXT, where she won the Women’s North American Championship.
Since then, vignettes have been airing, teasing her arrival on Friday nights. She has shown up backstage for a couple of appearances but is yet to make her in-ring debut. Now, another vignette aired this week on SmackDown, and this time The Glamour shared a message for Charlotte Flair.
In the video, she praises the veteran as one of the greats but says she deluded herself in her alliance with Alexa Bliss.
“Dear diary, let’s talk about Charlotte Flair. Charlotte, I remember watching you as a part of the historic women’s evolution. You are truly one of the greats. And with Alexa Bliss by your side, well, you’re a match made in co-dependent heaven. I mean, what a farce; you’ve deluded yourself into thinking you are stronger together, and you’ve only turned soft, weak,” she said.
Monroe also pointed out that her friends aren’t something she keeps and teased about her arrival.
“Friends aren’t something I have ever burdened myself with. True stars shine brighter alone. And my beauty is blinding, hold on tight to each other, girls, because The Glamour is coming to SmackDown. Yours truly, Blake Monroe,” she said.
Charlotte Flair advanced in the Queen of the Ring tournament
This week on SmackDown, the Queen of the Ring tournament continued with a first-round qualifying match.
Charlotte Flair faced Lyra Valkyria, Jade Cargill, and Sol Ruca in a Fatal Four-Way match.
The finish saw Ruca hitting the Sol Snatcher on Cargill. However, she was cut off as Flair put Valkyria in a Figure Four submission, making her tap out to advance.
This now sets up a semifinal match where she will face Women’s World Champion Liv Morgan for a place in the final.
`;
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-you-ve-deluded-yourself-wwe-smackdown-superstar-teases-feud-charlotte-flair?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













