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

Last week on SmackDown, general manager Nick Aldis teased stripping her of the Championship due to the injury but then handed the Title back to her with an ultimatum. Aldis told her that she has 30 days to get medically cleared and defend her Title.

Now, in an interview with Etalk, the Hot Mess revealed she is already making preparations to return to the ring. She said that she has her face mask ready to go in order to protect her orbital bone.

“I have my face mask ready to go that can protect my orbital bone. So if someone comes at me for this Title, know that I am prepared. Would you expect any less from me?”

Chelsea Green said that she has the mask “bedazzled” and that it will match her in-ring outfits.

“I bedazzled the entire thing. I’ve got eye patches ready to go as well that match my outfits, depending on what I wear,” she added.

WWE Women's Champ Chelsea Green calls out Rhea Ripley | Interview

With the face mask on, the Women’s Champion will be presenting a new look to the fans.


Chelsea Green showed up on SmackDown

Shortly after winning the Women’s Championship, Chelsea Green found herself in a feud with Nia Jax. Last week, Jax and Lash Legend looked to attack Green, but Tiffany Stratton tried to make the save.

This week on SmackDown, the Buff Barbie faced Lash Legend in a singles contest. A back-and-forth match saw Legend prevail after hitting the Lash Extension. Following the match, she was joined in the ring by Jax as the Irresistible Forces beat down Stratton.

However, Chelsea Green rushed to the ring with a kendo stick and took down both women, sending them out of the ring. Now, it remains to be seen when Green will be medically cleared to compete in a match.


If you use quotes from this article, please credit Etalk and give an H/T to Sportskeeda Wrestling for the transcription.

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-chelsea-green-set-change-look-wwe?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