], { 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);
});
});
})();

This allowed Jayne to retain her championship quickly, as she pinned her opponent after hitting a Spear. Zaria then broke her silence following the betrayal. The Australian star took to X to respond to WWE’s clip of her attack on Sol. She made it clear that she won’t allow her former tag team partner to “walk over” her.

Now, the 26-year-old posted a series of photos of herself on Instagram along with the video of her attacking Sol. She also added a caption to go with it.

“B*tches get stitches 😈” she wrote.

It now remains to be seen how Sol Ruca responds to this betrayal that cost her the NXT Women’s Title match.


Zaria’s betrayal of Sol Ruca stemmed from jealousy

Sol Ruca had been gaining a lot of attention for her performances on NXT. Despite being in a tag team with Zaria, she was able to shine as a singles performer and got over with the fans thanks to her athletic ability and especially her unique Sol Snatcher finisher.

Sol also faced and beat Bayley at Saturday Night’s Main Event in December and recently competed in the women’s Royal Rumble match, making it to the final three.

However, this led to friction between the NXT 2025 Tag Team of the Year. Zaria was unhappy with being overlooked and her tag team partner getting more opportunities.

Hence, it seems when Sol got the pinfall in the tag team match last week to earn the NXT Women’s Title shot, it proved to be the breaking point for Zaria.

Why did you not like this content?


`;
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-heartbreaking-sol-ruca-breakup-wwe-star-b-tches-get-stitches?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

Leave A Reply

Exit mobile version