”
], { 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);
});
});
})();
Matt and Chelsea featured on the latest episode of WWE Unreal, where their private lives were briefly disclosed. In a clip making rounds on social media, Green can be seen talking about her husband’s toy collection and how that occupies a lot of space in their home. Cardona shared the clip on his X handle with a tongue-in-cheek remark:
“I’m lucky I found a hot woman that is cool with my love for toys,” – he posted
WWE star has loved working with Chelsea Green
Chelsea Green has done phenomenal work since returning to WWE in 2023, and is currently one of the most popular names in the company’s women’s division. She recently started pairing with Tiffany Stratton, and the latter recently noted how much she has enjoyed working with the former Women’s United States Champion:
“I love working with Chelsea Green. She is somebody that makes the most out of any segment. Any match, any segment, she’s going to make her TV time worthwhile. I love being paired with Chelsea. I think there was a little bit of hesitation there because I felt like for the last year, it kind of felt like she would kick me when I was down. She wasn’t really ever wanting to be my friend and then all of the sudden, she wants to be besties with me. I was a little hesitant at first and I think now she’s kind of won me over a little bit. I’m coming around. I really enjoy being with her, working with her, talking with her. Very interesting person, I love her.” [H/T – Fightful]
Chelsea Green has featured prominently on WWE programming since her return. While she may not have won many matches, her character work is second to none, and she is currently one of the most popular stars in the company.
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-i-m-lucky-i-found-hot-woman-cool-love-toys-matt-cardona-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


