”
], { 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);
});
});
})();
During a recent interview with Chris Van Vliet, Matt Cardona was asked what he was grateful for in his life. The former WWE champion started the list by naming his wife Chelsea Green, while dropping an NSFW comment about her in between.
“Chelsea for sure, you know, for so many reasons. One, you know, she’s my best friend and like we just have the best time together, but also, like, when I peel back the curtain and I think about it, like, I used to have posters of Divas on my bedroom wall. Now, I’m married to one. Now, I get to see her n*ked every day. Like, is that not living the life, bro? Like, I had all these posters, right? And now, like, I’m sleeping next to one. I don’t need the poster. You know what I’m saying? It’s pretty great. It’s the truth.”
WWE star Matt Cardona recently joked about going separate ways from Chelsea Green
Matt Cardona and Chelsea Green were together in WWE for a few years before they got released from the company in 2020 and 2021, respectively. While the female star returned to the global juggernaut soon after Triple H took over the creative team, Cardona returned only last year.
Both Chelsea and Cardona are now part of SmackDown, which means they get to travel together after years of different schedules. That, however, comes with its problems, as Green highlighted on WWE Unreal that she does not like Cardona’s tan messing up hotel bedsheets. The former then joked that they should get separate rooms.
Chelsea Green is one of the most prominent members of the women’s division, while Cardona is still finding his footing. However, the former Indy God has made it clear that he intends to become a world champion in WWE.
Please provide H/T to Sportskeeda Wrestling if you use any quotes from the article!
`;
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-i-see-nak-d-every-day-former-wwe-champion-appreciates-chelsea-green?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













