”
], { 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);
});
});
})();
On the recent edition of Friday Night SmackDown, Lainey Reid defeated Brie Bella in a singles match. The victory came with major implications, and Reid has gained a lot of momentum, as it wasn’t an ordinary win. After the win, Reid and Fallon Henley officially received a title match against the champions.
However, Brie Bella’s loss goes further than an average loss, as it was the first time in a decade she lost a singles match on the blue brand. The last time Bella lost a singles match on Friday Night SmackDown was against Becky Lynch in January 2016.
Previously, the former Divas Champion defeated Summer Rae in 2016 and Maryse via DQ in 2018. Brie Bella remains undefeated in tag team action since WrestleMania 42, but unlike Paige, Bella hasn’t been able to win a singles match in the Stamford-based promotion.
What’s next for Fatal Influence in WWE?
Earlier this year, Fatal Influence appeared on the main roster and crossed paths with several notable names in the women’s division on Friday Night SmackDown. While Jacy Jayne is working her way to the top of the division, Fallon Henley and Lainey Reid are doing the same in the tag team division.
After Reid’s recent win against Brie Bella, Fatal Influence will face Brie Bella and Paige at Saturday Night’s Main Event in New York for the WWE Women’s Tag Team Championship. Unfortunately, Jayne won’t compete at the event but could be in Fatal Influence’s corner, as the company had different plans for her.
According to the Wrestling Observer Newsletter (WON), management originally wanted her to face Rhea Ripley at The Biggest Party of the Summer in Minnesota for the WWE Women’s Championship. Given Mami’s current status, there’s uncertainty around the rumored title match.
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-female-wwe-star-scores-huge-smackdown?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


