”
], { 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);
});
});
})();
Although they had been dating since 2017, it would take many years for Matt Cardona and Chelsea Green to show up as a married couple on WWE television. In a recent appearance on Casuals with Katie Nolan, Green mentioned that the two had different schedules before they ended up traveling together “all the time.” The WWE star gave an update on their relationship:
“It was an adjustment,” Chelsea Green said. “We had always been ships passing in the night because we had always worked at different companies until the indies, but that doesn’t really count because, yes, we’d come together for a show a weekend or maybe two, but we were also still doing stuff on our own. Whereas, when we get to WWE – now we really are together all the time because we are taking the same flight, staying in the same hotel room, going to the same venue, having the same schedule. So, it was an adjustment period for like the first four months. I feel like now we’re in a better flow, but I mean, hello – we’re still married. We still fight all the time.”
Matt Cardona then gave a hilarious example about the kind of things they fight about, as the conversation took an NSFW turn:
“We fought this morning,” Matt Cardona said. “Well, she didn’t like having to tan my back and stuff like that. Who’s going to tan my back, babe?”
[Are you tanning her back?] “At 1:00 AM. At 1:00 AM, this man,” Chelsea Green answered. “I’ve tanned every part of her body,” Matt Cardona confessed.
Chelsea Green revealed earlier, during the same interview, that she likes to go to sleep early. One would have to think a 1:00 AM tanning routine does not help in that regard. Green and Matt Cardona may not agree on certain things, but their relationship appears to be doing just fine.
Please credit Casuals with Katie Nolan and give an H/T to Sportskeeda for the transcription if you use quotes from this 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-ve-tanned-every-part-of-her-body-wwe-superstar-makes-18-confession?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













