”
], { 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);
});
});
})();
Rhea Ripley was recently asked about her take on the Attitude era. The Eradicator said that it was chaotic, and had people attacking each other all around the building. She explained:
“Chaos. I just remember how chaotic everything was. People attacking each other in every square inch of the building. Just absolute chaos unfolding absolutely everywhere.”
You can check out her comments below:
Rhea Ripley has been consistently one of the top names in the women’s division in the last few years. After her tag team run with IYO SKY ended, she is now seemingly allied with Charlotte Flair and Alexa Bliss. The trio have their issues, with Flair not being completely up for being partners with Ripley. However, the three of them have the Fatal Influence to worry about now, which is led by Jacy Jayne.
Rhea Ripley may not get a rematch with Jade Cargill after WWE WrestleMania 42
WWE WrestleMania 42 had Jade Cargill and Rhea Ripley colliding in a singles match for the Women’s Championship.
The match ended with Cargill losing her title, despite putting up a tough defense. Speaking about the loss on Battleground Podcast, Cargill noted that a rematch was unlikely.
“I will hope so. I mean a lot of people don’t get rematches these days. When I defeated Tiffany I didn’t get my rematch. So, I don’t know it’s up to them I guess.” Cargill said.
Jade Cargill is considered to be one of the hottest prospects in the Stamford-based promotion right now. Before her loss to Ripley, she held the belt for 169 days. As of now, it remains to be seen what she plans to do next, and if she will be pursuing any other titles in the company.
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-people-attacking-other-rhea-ripley-gives-blunt-take-controversial-wwe-era?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


