”
], { 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 week on SmackDown, Cargill featured in a backstage segment with Michin and B-Fab and talked about running the division. She then sent a warning to Tiffany Stratton before claiming that she is the one who injured Ripley.
“Well, I did injure Rhea Ripley. You’re welcome,” she said.
She then issued a challenge to Stratton for the Women’s US title at Night of Champions. Her comments about injuring Ripley seem like a continuation of their feud that began on the road to WrestleMania.
The Nightmare took the Women’s Title from Cargill at the Show of Shows before successfully defending it at Clash in Italy. Right now, there isn’t any clear update on when Rhea Ripley can return to action.
Rhea Ripley’s injury leads to creative reshuffle in WWE
The first indication that Rhea Ripley’s knee injury was serious was when the US champion Tiffany Stratton replaced her on the Night of Champions poster. This indicated that the 29-year-old may miss significant time.
Her injury also led to major creative changes within WWE. According to a report from WrestleVotes Radio on Fightful Select, her absence has led to significant shuffling not only in her direction but also for several women in the SmackDown Women’s Division.
The promotion is reportedly looking to cover all bases by adjusting many plans in case she is out for an extended period of time. Stratton’s impending US title defense against Jade Cargill at Night of Champions could be an indication of the change the creative was forced to make after Ripley’s injury.
For now, fans will have to wait and see when the Women’s Chamion can return to action.
`;
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-i-did-injure-rhea-ripley-you-re-welcome-top-wwe-superstar-confesses?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













