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

According to Dave Scherer during a PWInsider Q&A, Green is still listed internally as the interim champion despite her new shirt labeling her as the “permanent” title holder.

Chelsea Green teamed up with Women’s United States Champion Tiffany Stratton this past Friday night on SmackDown. The duo lost to Fatal Influence’s Fallon Henley and Lainey Reid, and Green injured her eye during the match. The Hot Mess was the inaugural Women’s United States Champion but had never won a major title in the company before her victory at SummerSlam.

Chelsea Green opens up about injury following WWE SmackDown

Interim WWE Women’s Champion Chelsea Green opened up about her untimely injury following SmackDown.

The popular star shared a video on social media and noted that injuries were part of the job. The champion also admitted that she had no idea what the injury meant for her title reign and added that it was a frustrating situation.

“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,” she said.

Chelsea Green confirms that she suffered a broken orbital bone on SmackDown “It feels frustrating. I’m upset. I feel like if I didn’t have bad luck, I’d have no luck at all. I just need to take a little bit more time to process.” (IG)

It will be fascinating to see how much time Chelsea Green will miss due to her injury.

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/rumor-backstage-update-chelsea-green-s-status-wwe-women-s-champion-report?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