”
], { 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);
});
});
})();
Chelsea Green has revealed in her interview with Chris Van Vliet that she knew she had a broken bone the moment it happened. She looked at the referee and informed the official that her face was broken. She thought that her cheek had cracked, and that was the issue. However, she had no idea that it was actually her orbital bone. She said that she had suffered several injuries in the past, including a cheek injury and a broken nose.
The WWE Women’s Champion admitted that adrenaline took over and that’s what carried her through the rest of the match, as she didn’t feel any pain. She admitted that it was her most painful injury to date.
“Immediately, it happened. I looked at the ref, and people have spotted this. I looked at the ref. I said, “My face is broken” and that was it. I knew. I always know. Wrestlers are very in tune with our body. Athletes are very in tune. You know immediately when something’s wrong, even if it’s like a minor little thing. But I’ve had quite a few things broken. I did think it was my cheek. I didn’t think it was my orbital bone. I thought I had cracked my cheek because I’ve had that before with a broken nose. But I heard kind of a crack, and then I felt a whoosh of heat. Whenever you break something, it’s just your adrenaline takes over, especially in front of a live audience. I should say, when you have 10 to 20,000 people watching you, usually you don’t feel the pain; you feel a big rush of heat. But this was my most painful injury to date, and that should tell you something.”
Green is now cleared to compete in WWE, but the injury may take some more time to heal.
We at Sportskeeda wish Chelsea Green a quick recovery.
`;
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-my-face-is-broken-beloved-wwe-smackdown-star-had-to-tell-referee-about-severe-injury-immediately-after-it-happened?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













