”
], { 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);
});
});
})();
Charlotte Flair and Alexa Bliss should have just one aim right now on WWE SmackDown, but it’s not going to be easy for them at the moment. Soon after WrestleMania, Flair and Bliss were two of the stars taken out by the newly arrived Fatal Influence. Jacy Jayne’s group has already made an impression on the blue brand.
The stars were outnumbered last week and taken out by the Fatal Influence, who went so far as to also attack Brie Bella and Paige, showing their intent to put the entire SmackDown Women’s Division on notice. On top of that, they were clearly also interested in the titles, even if they were not going after them immediately.
Tonight, Rhea Ripley showed up and spoke to Alexa Bliss and Charlotte Flair while they were discussing being outnumbered in dealing with Fatal Influence. Ripley’s addition to the group was something Bliss was all for, but Charlotte was against it. The old rivalry prevented her from putting her ego aside to team up.
However, at the end of the night, that was exactly what she had to do. Charlotte was pinned by Jacy Jayne in a huge upset after interference from the rest of Fatal Influence, and a beatdown followed the bout, where Alexa alone was not able to stop it. Rhea Ripley’s arrival, though, changed things, and Jayne and her compatriots beat a hasty retreat. Charlotte finally shook hands with the star, confirming that they were a faction and the alliance was in effect.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-charlotte-flair-finally-confirms-new-faction-formed-as-ally-added-to-her-team-after-she-is-squashed?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


