”
], { 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);
});
});
})();
Speaking in a recent appearance on RAW Meets World, Sol Ruca reminisced about the NXT match she had with Zaria. The match featured a segment where Ruca was thrown on a table, and she hit her head seriously enough to warrant a checkup from officials.
“We have a lot of adrenaline … especially when I went through the table, I had no idea that my head was split open. I landed, and I was like ‘Sweet, I made it.’ I wanted to hit both tables but I ended up under one of them. So, I was a bit confused. But I was just sitting there waiting for us to get off of live and medical came out and they’re like ‘Are you okay?’ And I’m like, ‘Yeah I’m fine.’ They’re asking me what day is it? Where are you? Making sure that I was all good to go. I had my hand over my head just because I knew how it looked, so I just wanted to sell it. So, I had my hand there, I went to sit up, and they’re like ‘Don’t move’ … I look at my hand and it’s covered in blood.” (H/T: WrestlingInc)
You can check out her comments below:
Sol Ruca also praised WWE veteran Bayley
According to Sol Ruca, Bayley had been a lot of help in making her feel welcome.
Speaking in the same interview, Ruca stated:
“I’ve learned just so much from Bayley, not necessarily anything that she has said. But she has just made it a lot easier for me to come up here and just like feel welcomed. She’s such a good locker room leader and she’s just, honestly, my favorite.”
As of now, Sol Ruca is gaining momentum in her pursuit of the WWE Women’s Intercontinental Championship belt, which is currently held by Raquel Rodriguez. Only time will tell what will happen next in WWE.
`;
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-sol-ruca-opens-scary-head-injury-wwe?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













