”
], { 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);
});
});
})();
Speaking on The Nikki & Brie Show, the Hot Mess talked about her SummerSlam experience. She said she went into the Ladder match with her mind at peace, contrary to what she believed earlier.
“I feel like for some reason I wasn’t nervous. I thought I would be nervous when this moment came, if it ever came. I thought I would be so nervous. I felt very at peace. I was like, whatever happens, happens,” she said.
Green said it changed the moment she walked through the curtain for her entrance. She mentioned that she has been in the business long enough and can hear what the crowd is saying and take everything in, but on this occasion it was different.
“In that moment when I was making my entrance, I do feel like I kind of blacked out, and I turned into, like, a little bit of like a pop star. It felt like my concert, you know. Like, as I’m walking down to the ring, and you’ll see as I get into the ring and I’m having so much fun. I’m talking sh*t to Tiffany. I’m waving at my mom and my dad. I felt like I was truly so at peace,” she added.
WWE legend wants Chelsea Green to work through injury
On the August 7 episode of WWE SmackDown, Chelsea Green teamed up with Tiffany Stratton to take on The Fatal Influence in a tag team match.
During the match, she suffered a broken orbital bone, casting doubt over her status as the WWE Women’s Champion.
Speaking on his Hall of Fame podcast, Booker T urged that Green should work through the pain. He noted that she has worked too hard to get to this spot, and it wouldn’t be justice if she gave it up now.
He even suggested that she should wear a face mask and continue to work.
If you use quotes from this article, please credit The Nikki & Brie Show and give an H/T to Sportskeeda Wrestling for the transcription.
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-talking-sh-t-female-wwe-star-admits-blacked-entrance?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



