”
], { 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);
});
});
})();
Recently, during an interview on 93.7 The Fan, The Hot Mess was asked whether there is anything she would say no to in a storyline. Responding to the query, the two-time Women’s United States Champion expressed that there are some things she would say no to. However, if the money is good, she would do it.
“Okay, I was just asked that question. I said no, but I feel like that’s setting myself up for absolute disaster. Do you know what I mean? There’s got to be something I’ll say no to. But at this point, like I said, if the check clears, I’m doing it,” she said. (H/T: Ringside.com)
Moreover, Green recalled the wildest moments in her career from her dumpster moment in WWE to her TNA storylines and claimed that nothing could get uglier than that.
“You’re going to put me in a dumpster? Say less. Pour salsa on my head? Say less. I’ve done so many ridiculous things. And the crazy thing is, I think the most ridiculous was when I was the drunk bride, the jilted bride in TNA in 2016–17. And I was single then, boys, that was real cringe. I don’t think it gets any worse than that,” she said. (H/T: Ringside.com)
WWE star Cody Rhodes’ wife went on a double date with Chelsea Green and her husband
The Hot Mess appeared on one of Brandi Rhodes’s A Shot with Brandi show, where Cody’s wife revealed that whenever they go on a double date with Green and her husband, Matt Cardona is the only time when they talk about what they should wear as the WWE SmackDown duo are jacked and always naked.
“When me and Cody go out with you and Matt, it’s the only time we have conversations about what we should wear. Because we’re like, first of all, both of y’all are jacked, and you’re always naked… So we’re like, I don’t, we don’t wanna look like your parents. Or you know, like your dowdy siblings,” Brandi said. [H/T TJR Wrestling]
That said, it will be interesting to see what Triple H and his WWE creative team have in store for Green as WrestleMania 42 approaches.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-if-check-clears-i-m-it-chelsea-green-makes-bold-wwe-claim?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



