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

However, it was recently revealed that Rhea had undergone surgery and that she would be out for a while. Amidst that announcement, WWE subtly made a major change in the way Chelsea Green was going to be referred to.

After SummerSlam, she was referred to as interim women’s champion. That changed on SmackDown as she was introduced as the women’s champion, with the interim tag removed.

Sadly for Green, she did not get to enjoy that announcement fully as she suffered a broken orbital bone injury during her tag team match on SmackDown. To make things worse, she also ended up being pinned in that match.

Chelsea Green breaks silence after unfortunate injury

Chelsea Green immediately took to Instagram to break her silence after suffering an injury on SmackDown.

The former NXT star said that she was frustrated and that it feels different. Posting a video on Instagram, Chelsea Green said:

“Hey guys, so I was trying to keep this kind of private, but the internet knows everything, so I thought I’d come on here and clear things up. I did get injured last night. Stuff happens. It’s live television, it’s wrestling, it’s an occupational hazard. I ended up in the emergency room, and I have a broken orbital bone. It looks amazing, all things considered. It feels awful, but looks pretty amazing. I have no idea what that means for me. You know, usually you guys have seen me, like, play into every single injury. But this feels different, obviously. This feels very different. It feels frustrating.”

It really is unfortunate for WWE’s Resident Karen to be going through this as she recently won the women’s title. However, she will be back and will look to make up for lost time.

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-c-531aed62?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