”
], { 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);
});
});
})();
Ahead of WrestleMania, the former Women’s Champion spoke to SHAK Wrestling, where she had an interesting comment about Giulia and the fact that WWE hasn’t handed her many opportunities yet, despite the fact that she’s the Women’s United States Champion.
“You go back, and you watch my match with Giulia. Giulia is new to the main roster, but she’s been at this for a long time. But she hasn’t been given many big opportunities in WWE yet. Yes, she might be the [United States] Champion, but she also hasn’t been given long matches on the main roster and that spotlight to really show that she can shine,” she claimed.
Giulia doesn’t have a match this weekend at WrestleMania despite being a champion and is the only female champion who has been skipped. Instead, it’s likely that she will be part of SmackDown later tonight.
Rhea Ripley has been working on SmackDown over the past few months
Rhea Ripley has been working on the blue brand heading into WrestleMania since she is challenging Jade Cargill for the WWE Women’s Championship. The title is exclusive to the blue brand, and she has been forced to leave RAW behind in order to pursue gold, following her Elimination Chamber win.
This move will be made permanent if she is able to win the title this weekend, which would be huge for Rhea Ripley since she has spent her whole career on RAW.
Damian Priest was drafted over to SmackDown after The Judgment Day kicked him out of the group, and her recent move to the blue brand has allowed her to reunite with Priest, and even work with her Terror Twins teammate several times.
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-rhea-ripley-calls-wwe-offering-major-champion-bigger-opportunities?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


