”
], { 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);
});
});
})();
Here are four superstars WWE misses the most right now:
#4. Rhea Ripley
Rhea Ripley has been away from WWE since suffering an injury at Clash in Italy earlier this year. Her absence leaves a massive void at the top of the women’s division, something that is consistently felt. Ripley was riding a wave of momentum as the WWE Women’s Champion before her hiatus. None of the superstars have managed to fill her shoes ever since she was gone.
Even though the company has crowned an interim WWE Women’s Champion in her absence, nothing matches the sheer presence Mami used to bring. Besides, the SmackDown women’s division has been struggling of late. Top-tier talents like Charlotte Flair, Jade Cargill, and Tiffany Stratton have been involved in lackluster feuds, making Rhea Ripley’s absence feel more noticeable each day.
#3. Seth Rollins
Seth Rollins has been the cornerstone of Monday Night RAW for the past several years now. However, The Visionary has been on hiatus since losing to Roman Reigns at SummerSlam. As the steady force of Monday Night RAW who consistently delivers incredible performances and elevates every storyline, Rollins’ absence leaves a noticeable void in the main event scene.
Although stars like Bron Breakker, Solo Sikoa, LA Knight and Oba Femi have been carrying RAW, the absence of Seth Rollins makes the shows feel unfulfilling. Whether sliding into the world title picture or elevating mid-card rivalries, The Visionary acts as the glue holding major storylines together. WWE therefore deeply misses Rollins’ unmatched versatility and his presence on the weekly shows.
#2. Bianca Belair
Bianca Belair is one of those superstars whom WWE has been missing for a long time now. The EST has been sidelined from TV following a finger injury at WrestleMania 41. She has been on a hiatus for well over a year now due to a complicated recovery process and also because of her recent childbirth. Belair’s void is felt to this day as WWE has struggled to replace her.
During her presence, Bianca Belair consistently anchored premium live events and brought high-stakes intensity to every feud she stepped into. She was one of the top stars, carrying the women’s division on her back. However, WWE misses the reliable star power, the in-ring charisma and overwhelming fan connection that only Belair used to bring to the squared circle.
#1. WWE star Drew McIntyre
Drew McIntyre is one of the biggest names whose absence is stinging the company the most right now. The Scottish Warrior wasn’t just a top star; he was the ultimate package that kept the WWE product hot and consistently generated massive buzz. McIntyre’s sharp social media presence and his anti-hero arc made him one of the most compelling characters on television.
Without his looming presence around the world championship picture, the main event scene on SmackDown feels a bit off. Besides, the blue brand lacks an intriguing heel like Drew McIntyre, who made the storylines feel more intense. The Scottish Warrior is currently working on a Hollywood project and there’s no denying that WWE is desperately missing him.
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/4-superstars-wwe-misses-most-right-now?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


