”
], { 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);
});
});
})();
4. Becky Lynch
The former Women’s Intercontinental Champion has been a heel for nearly a year. She returned to WWE at WrestleMania 41 as Lyra Valkyria’s tag team partner, and turned on her on the very next episode of RAW, after losing the titles to The Judgment Day.
Lynch has been a flamboyant heel and has utilised her social media accounts to push her character incredibly well. However, the crashing out seems a bit too frequent now, and Lynch needs to reinvent herself once more, potentially after her feud with AJ Lee is over.
3. Sami Zayn
The Underdog From the Underground has been a babyface for years now. However, he has shown signs of going back to being a heel of late. Zayn failed to defeat Drew McIntyre for the Undisputed WWE Championship at the Royal Rumble Premium Live Event in Saudi Arabia, and also failed to make it to the Elimination Chamber.
Sami Zayn has been the epitome of the good guy in WWE. However, he seems to be realising that being the nice guy won’t get him to the world title. After stating his desire to win the big one for years, WWE urgently needs to make Zayn a bit more aggressive so that he can finally get the job done and restore his credibility.
2. Austin Theory
Theory was revealed as the masked man at Survivor Series WarGames and proceeded to join The Vision afterwards. However, he hasn’t quite fit in with the rest of the group and needs to move out.
With Bron Breakker and Bronson Reed injured, the lack of congruency in the faction has never been more evident. While Austin Theory has what it takes to be a top star, his association with The Vision seems like a clear mismatch. The former United States Champion needs to switch things up and re-establish himself as a singles competitor, even potentially revisiting his issues with Grayson Waller.
1. Chad Gable
Gable returned as The Original El Grande Americano at the Royal Rumble Premium Live Event. He has cost Ludwig Kaiser’s Americano several major matches, and it seems likely that a mask vs. mask match will be made for WrestleMania 42.
Chad Gable can tell a much better story as himself than Americano. On the other hand, Kaiser’s commitment to the character and leading Los Americanos has established him as a fan-favorite in AAA. With that in mind, Gable should be the one unmasked, and he should return to fulfilling his quest for a singles title in WWE, something he fully deserves after so long.
`;
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-stars-urgently-need-new-gimmick?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













