], { 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);
});
});
})();

On X, Mella recently reacted to a video of B3CCA performing her signature submission move in a match against Kris Statlander on AEW Collision. The Queen of Staten Island revealed that she hadn’t retired and might return to pro wrestling to teach some up-and-coming wrestlers a lesson.

Chelsea Green commented on Carmella’s post, writing that she was still waiting to team up with her, three years after they first aligned in WWE. The Hot Mess also uploaded a picture alongside The Queen of Staten Island.

“Still waiting on our tag team, sis,” Green wrote.

You can view Green’s post dedicated to Carmella below.


Chelsea Green sent a message to Alba Fyre after her release

While Chelsea Green’s partnership with Carmella didn’t bear fruit, she went on to win the Women’s Tag Team Championship with Sonya Deville. The Hot Mess also had a successful run in the tag team division alongside Piper Niven. She eventually formed The Green Regime alongside Niven and Alba Fyre.

Fans loved the trio’s chemistry and character work on SmackDown. However, Fyre was released from her WWE contract this past Friday. Green sent a message to her Slaygent A on X, predicting that she would have a bright future in the business.

“You guys didn’t get to see how talented KLR is. I know you saw bits & pieces, but trust me, there’s so much more to her. She’s a fearless wrestler… I’m sad to not have her on my side but this is just the beginning for my girl. Thank you for having my back, Slaygent A. Love you! @KLR_KayLeeRay.”

The Hot Mess is currently sidelined with an injury. However, she has been making appearances on SmackDown, primarily teasing a partnership with Tiffany Stratton.

Why did you not like this content?


`;
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-wwe-star-chelsea-green-wants-reunion-ex-partner-instant-breakup-3-years-ago?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

Leave A Reply

Exit mobile version