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

“One time I got arrested in English class. I left a threatening post-it note at someone’s office,” she said.

Green then added that she was given a “peace bond” for her actions, which is basically a restraining order for someone under the age of 18.

“It’s a restraining order, but it doesn’t go on your record, and the minute you turn 18, it’s gone,” she added. (H/T: TJR Wrestling)

You can check out the full interview in the video below:

Chelsea Green & Matt Cardona on Marriage, WWE & Their Most Unhinged Stories | Chris Distefano

Matt Cardona and Chelsea Green are married in real life. Cardona is currently out of action due to a torn triceps. Green won a ladder match at SummerSlam to capture the WWE Women’s Championship. She defeated Nia Jax on the September 11 edition of SmackDown to retain her title.

Chelsea Green makes interesting WWE WrestleMania pitch for Matt Cardona

SmackDown star Chelsea Green made an interesting WrestleMania pitch for Matt Cardona.

During their appearance on Chrissy Chaos, Green shared that she just had to kiss someone for a movie role, and Cardona revealed that he wasn’t happy about it. The champion suggested that she would be fine with Cardona kissing a female star at WrestleMania if it was a big moment for him.

“I just had to kiss someone in a movie, and he had to deal with it… I mean, look, I think at the end of the day, there’s boundaries to everything. But for the love of the game, like if something I knew that he had to kiss a girl, but that was going to be like a WrestleMania moment for him, it’s like whatever. Just do it. I’m not going to look at it, but you just let me do it.”

Matt Cardona wasn’t happy about Chelsea Green being in a romantic scene with someone else. @TheMattCardona @ImChelseaGreen

It will be interesting to see how long Green can remain WWE Women’s Champion moving forward on SmackDown.

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-chelsea-green-opens-arrested?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