”
], { 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);
});
});
})();
In this listicle, we will look at five active WWE Superstars who may be in danger of missing WrestleMania 42.
#5. Ilja Dragunov
Ilja Dragunov returned in October last year and immediately captured the United States Championship. The Mad Dragon held the title for 70 days before dropping it to Carmelo Hayes.
After losing the US Title, Dragunov has been regularly featured on SmackDown, but hasn’t had a consistent storyline. At this pace, the Russian star could end up missing WrestleMania 42 unless the creative team decides to book him in a major program.
#4. WWE Women’s United States Champion Giulia
Giulia’s second reign as the Women’s United States Champion has been more eventful than the first. She has been a constant presence on television, defending her title and gunning for the WWE Women’s Tag Team Championship alongside Kiana James.
However, she may be in danger of missing WrestleMania, as the creative team rarely books the women’s midcard champions on PLEs.
#3. & #2. Solo Sikoa & The MFT
Solo Sikoa and Tama Tonga of The MFT currently hold the WWE Tag Team Championship. The duo dethroned The Wyatt Sicks on the January 23 episode of SmackDown.
The heel group has been involved in an extended feud with the Uncle Howdy-led faction, but it is unlikely to stretch until WrestleMania 42. The way things are going, The MFT could end up missing The Grandest Stage of Them All.
#1. LA Knight
LA Knight returned during the Men’s Royal Rumble Match, but couldn’t win the bout. The Megastar has been feuding with The Vision for months, but the rivalry hasn’t been going anywhere. Knight has faced the majority of the heel faction’s members on RAW, but the feud hasn’t resulted in any PLE matches.
Fans have been criticizing the creative team for underutilizing Knight and wasting his potential. If the former United States Champion continues to get booked like this, he is in danger of missing WrestleMania 42.
`;
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/5-active-wwe-superstars-may-danger-missing-wrestlemania-42?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













