”
], { 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 WWE Superstars who need to reinvent themselves before 2026 ends.
#4. Dominik Mysterio
Dominik Mysterio is still one of WWE’s most recognizable heels. However, his momentum has taken a big hit over the past few months. He was involved in major storylines not too long ago.
However, things look very different now. Despite still being the AAA Mega Champion, Dominik is mostly defined by his role in The Judgment Day. He also suffered an embarrassing loss to Danhausen at SummerSlam. On the RAW after SummerSlam, he and JD McDonagh lost to Chad Gable and Penta.
That is why a change is needed. Leaving The Judgment Day could give him a fresh start. However, WWE could also take him in a different direction by turning him babyface or focusing more on the version of Dominik that fans have seen in AAA. Either way, he needs a new identity before 2026 comes to an end.
#3. Carmelo Hayes
Carmelo Hayes still calls himself “HIM.” However, his recent results have not matched that confidence. Since WrestleMania 42, Hayes has struggled to establish himself as one of SmackDown’s top singles stars. At the same time, young stars like Oba Femi and Trick Williams have continued to move up the card.
That could become part of his story. Hayes has always believed he belongs at the top. However, WWE has not rewarded him the way he thinks it should. Over time, that could turn into frustration.
Instead of keeping the same character, Melo should reinvent himself. A heel turn driven by feeling overlooked would feel natural. It would also give him a fresh direction before the end of the year.
#2. Roxanne Perez
Roxanne Perez has all the tools to become a top singles star. However, her character has not grown much in recent months. The biggest issue is not television time. It is her identity.
Since joining The Judgment Day, Roxanne has become part of Liv Morgan’s stories. She gets regular screen time. However, the spotlight usually ends up on Liv and the Women’s World Championship.
That is holding Roxanne back. WWE should let her step out on her own before the end of 2026. She could stay a heel or turn babyface. Either way, she needs her own direction. Instead of being known mainly as a member of The Judgment Day, Roxanne should be building her own legacy as “The Prodigy.”
#1. Former Undisputed WWE Champion Cody Rhodes
Cody Rhodes has reached a point where his character needs to evolve. Since returning to WWE, The American Nightmare has always found a way to overcome every setback. However, things have been very different over the past few months.
He lost the Undisputed WWE Championship. He then failed to win it back from CM Punk at SummerSlam after Randy Orton returned and cost him the match. To make matters worse, Kevin Owens is now the No. 1 contender, putting Cody even further away from the title.
That changes everything. For years, Cody’s character has been built around hope and perseverance. However, that approach may no longer be enough. WWE should show a different side of him. Cody does not have to turn heel. Instead, he could become more frustrated and begin questioning whether always doing the right thing has cost him his biggest opportunities. That would add another layer to his character before the end of 2026.
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-wwe-superstars-need-reinvent-2026-ends?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


