], { 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);
});
});
})();

The Baddies launched a brutal post-match assault on Little Miss Bliss. Cargill used a steel chair to attempt to bend the former Women’s Champion’s arm out of shape. Bliss’ arm was seriously injured in the beatdown, and she also showed off her bruises in a social media post.

This week on SmackDown, Adam Pearce announced that Rhea Ripley had been unable to defend the WWE Women’s Championship due to a knee injury. As a result, the sports entertainment juggernaut will host a Five-Way Ladder Match to crown the interim Women’s Champion at SummerSlam 2026.

Tiffany Stratton and Jade Cargill have already secured their spots in the high-stakes Ladder Match. Despite being injured, Bliss also wants to compete in the title contest. Moreover, she wants her Twisted Dolls tag team partner, Flair, to be added to the bout.

On X, Bliss claimed that the Twisted Dolls were worthy of the spotlight. She requested WWE book her in the world title match despite the injury.

“Put Charlotte & I in the ladder Match – I’d compete with one arm. Twisted Queens are worthy of the spotlight @MsCharlotteWWE,” Bliss wrote.

You can view the post below.

Ripley got hurt during her WWE Women’s Championship defense against Big Jade at Clash in Italy. The company was reportedly unsure about the severity of the injury until recently. However, last night, it was confirmed that Mami wouldn’t be able to continue her title reign.


Michin Took a Jab at Alexa Bliss

The Baddies have been at odds with Charlotte Flair and Alexa Bliss since their return to WWE following WrestleMania 42. Bliss and Flair supported Rhea Ripley in her feud against the heel faction ahead of Clash in Italy.

The two sides also collided in a huge six-woman tag team match at Saturday Night’s Main Event XLIV, where Cargill’s team reigned supreme. After The Baddies injured Alexa Bliss last Friday, she was seen in an arm brace.

Michin responded to a post about Bliss’ injury and took a hilarious jab at her. On X, the former Mia Yim wrote the following message:

“We love Alexa’s Go Go Gadget Era,” Michin wrote.

In response, Little Miss Bliss shared an Inspector Gadget GIF. It will be interesting to see if the former Women’s Champion can exact revenge on The Baddies heading into The Biggest Party of the Summer.

Why did you not like this content?


`;
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-alexa-bliss-makes-request-wwe-following-serious-injury?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

Leave A Reply

Exit mobile version