”
], { 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);
});
});
})();
Check out her post below:
Zaria and Ruca were one of the most beloved teams in NXT. The Australian powerhouse turned on her partner in February, sparking a feud between them. At Stand & Deliver, Ruca defeated Zaria after three Sol Snatchers.
On April 21 at NXT Revenge, the Australian star got her revenge as she defeated Ruca in a brutal Last Woman Standing Match, which marked Ruca’s last night in NXT.
Ruca has since joined RAW and has already captured the Women’s Intercontinental Championship by defeating Becky Lynch at Clash in Italy. It remains to be seen when Zaria and Sol Ruca cross paths next.
Sol Ruca opens up on her rivalry with Zaria
Sol Ruca recently appeared on No Contest Wrestling, where she opened up about her relationship with Zaria. Ruca stated that despite the animosity between them, she would love to team up with the Australian powerhouse again. However, she also noted that they needed some time apart.
“I do want to give a shout-out to Zaria even though, you know, we have some beef. I would love to end up tagging with her again. I do think we need some time apart. But I mean, I think the moments that her and I had throughout our time in NXT- like, I felt like both of us grew so much, and all the moments we’ve had together have been like some of my absolute favorite moments in wrestling so far,” said Ruca.
Fans of ZaRuca are delighted as both Zaria and Ruca are champions in their respective brands. Ruca was in action on this week’s episode of RAW, where she successfully defended the Women’s IC Title against the inaugural champion, Lyra Valkyria.
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-newly-crowned-wwe-champion-sends-fiery-message-sol-ruca?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


