”
], { 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);
});
});
})();
IShowSpeed simply said:
“We got WrestleMania coming up,” stating his need for the Grandest Stage of Them All. However, he’d prefer not to get beaten up much. He did keep the door open, stating that maybe the world can see him in WWE or maybe not. But getting that heavy on his body this time, Speed can’t take that.”
“We got WrestleMania coming up. You maybe see me there, maybe not. I’m not tryna get beat up. We’ll see.”
The YouTuber was at the Lucas Oil Stadium in Indianapolis last year for the Royal Rumble 2025. He was given the authority to stream live from all the backstage areas at Rumble. However, it wasn’t that easy. The real reason he was brought in the first place was to put him in the Men’s Royal Rumble match, replacing Akira Tozawa.
WrestleMania 42 has two matches nearly locked in
The first being WrestleMania 42 Night 2 main event between Roman Reigns and CM Punk. The match for Punk’s World Heavyweight Championship will close out the extravaganza. However, there is a slightest possibilty that The Best in the World might lose his title at Elimination Chamber against Finn Balor.
The other has not been made official, but is going down that line with Liv Morgan. The 2026 Women’s Royal Rumble winner is yet to make her decision. However, the interactions have made it somewhat clear that the Judgment Day member will take on Stephanie Vaquer for her Women’s World Championship.
`;
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-you-maybe-see-there-maybe-not-says-megastar-wrestlemania-42-status-amid-year-long-absence?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













