”
], { 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);
});
});
})();
WWE Unreal returned for Season 3 on Netflix a few days ago, and one of the episodes gave fans a sneak peek into their lives while they are on the road.
Chelsea Green explained why she doesn’t like sharing hotel rooms with Matt Cardona. The Canadian star said she and her husband make sure they don’t mix personal and professional lives since they are different travellers.
“Before he came back to WWE, I was maybe seeing him one week. I think that’s been the hardest part of him coming back, is that we get that time—the airport, on the plane, going to work. We have built-in time together, but I think we still have to work really hard on our relationship to make sure we have boundaries on work and play. We have to adjust. We are totally different travelers. I like my sleep. I love a clean hotel room. I don’t need to put 17 layers of tanner on and destroy the hotel sheets and bathroom with the tanner. We have to adjust.”
Matt Cardona came up with a solution, saying the two should have separate rooms. He also quipped about getting a third room so that they can spend some quality time together.
“I think we should go our separate ways—like have the two rooms. Have two rooms to do our thing, and then one to do our other thing, you know?” (H/T – Ringsidenews)
What’s next for Matt Cardona and Chelsea Green in WWE?
The power couple is currently working together as part of the SmackDown roster.
Chelsea Green is just finding her groove ever since turning babyface. She has aligned herself with the Women’s United States Champion, Tiffany Stratton.
The Buff Barbie and Hot Mess have staked their claim on the Women’s Tag Team Championships heading into SummerSlam.
As for Matt Cardona, he doesn’t have a clear path, but is getting significant TV time every week. He recently reached out to Danhausen, asking him to change his fortune.
Rumor has it that WWE originally wanted Matt Cardona to revert to his Zack Ryder gimmick upon his return earlier this year.
Will he undergo a gimmick change? Only time will tell.
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-think-go-separate-ways-says-wwe-star-matt-cardona-chelsea-green-made-shocking-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



