”
], { 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);
});
});
})();
Sol Ruca put forth an incredible performance against the 36-year-old and scored the win in a highly engaging contest that lasted around nine and a half minutes. Earlier today, Bayley took to X (formerly Twitter) to share a highlights video of their match and inform the former NXT Women’s North American Champion that she had not forgotten about the loss, seemingly teasing another match between the two in the future.
“I ain’t forget @SolRucaWWE,” Bayley wrote.
You can check out her tweet below:
For those unaware, after months of teasing, Zaria finally snapped and took out Ruca to end their partnership. The Aussie did so moments before the start of the NXT Women’s Championship match between her partner and Jacy Jayne. The 26-year-old was able to get to her feet and get the contest underway, only for the champion to floor her with the Rolling Encore for the win.
Sol Ruca got her revenge on WWE NXT
After taking out Ruca last week, Zaria demanded a shot at Jacy Jayne’s NXT Women’s Championship. The two stars went back and forth in an engaging battle on the March 3 edition of the developmental brand’s show.
However, the end of the match was all about Sol Ruca. The former Women’s Speed Champion took out Fatal Influence’s Fallon Henley and Jazmyn Nyx before delivering a double Sol Snatcher onto Zaria and Jacy Jayne, ending the match in No Contest.
Sol Ruca then posed with the NXT Women’s Championship, making it clear that despite her issues with Zaria, she is still chasing the title. Only time will tell whether she can win the gold before her eventual promotion to the main roster.
`;
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-6-time-wwe-champion-calls-sol-ruca-following-recent-breakup?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













