”
], { 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);
});
});
})();
“There’s no stopping us now♥️” wrote Green.
Chelsea Green still wore the PERMANENT over INTERIM crossed-out top. Her bruised right eye socket was quite visible, emphasizing the seriousness of her injury. It is fortunate that it was limited to near the eye and not on the eye itself. Still, she managed to convince Nick Aldis, the real person behind the authoritative General Manager role, not to strip her of the championship, to which he agreed. It will be exciting to see how Green will be booked, whether amidst this injury or after she recovers.
Chelsea Green was confronted by Gunther, and later Matt Cardona came to the rescue
Frustrated by his constant exclusion, Gunther came out on SmackDown to confront Nick Aldis and also took a shot at Chelsea Green. After Aldis added Kevin Owens to the No. 1 Contender’s Match at SummerSlam Night 2, which Owens won, The Ring General took out his anger on Green and her husband, Matt Cardona, whom he disrespected.
What started as a heated verbal back-and-forth turned physical when Gunther mocked Cardona. Enraged by this, Matt charged at the former World Heavyweight Champion, making it an impromptu match. Despite Cardona beginning with a low blow, Gunther quickly dominated the contest and locked in a brutal Boston Crab, forcing Cardona to tap out.
Even after the bell rang, Gunther refused to release his hold, driving Green to tearfully beg for mercy. Gunther finally let go, walking away laughing as Cardona lay beaten and Green wept in the ring.
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-chelsea-green-s-future-wwe-women-s-champion-decided-she-sends-message?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



