”
], { 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);
});
});
})();
In the live event, Rhea Ripley and her allies were able to pick up a much needed win over The Fatal Influence. A fan captured the moment of their triumph in a short video.
You can check out the clip below:
Rhea Ripley has a tough match ahead of her at WWE Clash in Italy
While Rhea Ripley is considered to be one of the toughest names in the Women’s division right now, she has a credible opponent in the form of Jade Cargill.
The two squared off at WrestleMania 42 last, in a match that ended with Ripley dethroning Cargill. The rivalry hasn’t fizzled off yet, with a rematch between the two being set up for Clash in Italy.
The two WWE stars also had real life conflict after Cargill accused Ripley of influencing creative, which caused a back and forth on social media. However, The Eradicator stated on What’s your story? With Stephanie McMahon that their real life heat was now gone.
“I’m excited for this WrestleMania. I really am. I’m going against someone that I never wrestled before. I’ve never even touched pretty much. We haven’t done anything up until this point. She beat my a*s a little bit but, we haven’t really done anything. Started a little bit rocky but we’re on a path now and we’re telling a story and I’m intrigued to see how it goes and just pull off an awesome WrestleMania match. I want this to be a cool moment.”
As of now, it remains to be seen how the match between the two pans out at WWE Clash in Italy.
`;
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-breaking-rhea-ripley-s-team-hands-first-ever-main-roster-loss-wwe-stars?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













