], { 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 Hot Mess was tagged into the match shortly afterward, but events quickly turned against her. With the referee distracted, Jade Cargill shoved Stratton into the steel ring steps outside, taking the champion out of the equation. Inside the ring, Michin battled back before B-Fab received the tag. Michin connected with a superkick on Green, allowing The Baddies to hit their double-team slam. B-Fab covered Green for the three-count, handing the former WWE Women’s Tag Team Champion an unexpected defeat just one night before SummerSlam.

The result comes at a crucial time for Green as The Hot Mess is officially set to compete in the Interim WWE Women’s Championship Ladder Match at SummerSlam, where she will battle Jade Cargill, Charlotte Flair, and Tiffany Stratton and Giulia/Lash Legend for the vacant championship following Rhea Ripley’s injury.

The closing moments of tonight’s match also added another layer to the rivalry surrounding the ladder match. After the bout ended, Charlotte Flair made her way to the ring and immediately went after Jade Cargill. Green and Stratton also joined the post-match brawl, attacking Michin and B-Fab at ringside as tensions boiled over just days before The Biggest Party of the Summer.

While the loss does not affect Green’s place in the title match, it does hand her a setback heading into one of the most important opportunities of her WWE career. It remains to be seen who wins the Interim Women’s Championship.

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-chelsea-green-suffers-shocking-defeat-ahead-major-wwe-summerslam-match?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