”
], { 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);
});
});
})();
This author spoke to sources in WWE, who have confirmed that the reason behind Chelsea Green’s viral video, where she appeared injured and needed help to get to the back, was that it was part of a story. They were hoping to write her off so that she could have time to recover from her real eye injury. The orbital fracture she suffered is going to take some time to heal. This gives her some time to heal up without having the risk of being hurt again.
It is also part of her storyline with her friendship with Tiffany Stratton.
The fact that it was kayfabe was also confirmed by False Finish.
“Chelsea is not injured again other than the eye. The video that went viral of her crying, in pain, and being helped out of the SmackDown taping went viral on purpose. They were working an angle, and that’s exactly what it was. It’s part of the storyline. The plan is to write her off TV so she can stay out of the ring and take her time to heal. The deadline that Nick Aldis issued is definitely still in effect, and they are hoping that things will be healed enough. But there’s no plan to take the title off her at all at this time.”
The video was worrying for the fans, and a lot of people panicked. It showed Green crying and being attended to by medical personnel ringside at the WWE tapings. She then also needed help to get to the back afterward.
Despite it being a storyline, Chelsea Green is actually hurt when it comes to her eye. It remains to be seen when she fully recovers from that injury.
`;
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-real-reason-chelsea-green-was-crying-in-worrying-video-amid-rumors-of-second-injury-exclusive?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













