”
], { 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);
});
});
})();
“I felt like Superman. I felt completely invincible walking out there because I knew that was my house, those are my people, and this was my match. So, I couldn’t have felt better, you know, like confidence through the roof. The normal pressure that I had before a match of not wanting to screw up, you know, I put myself at high risk situations and to fail something like that would just be the worst thing in the world to me,” he said. [H/T: Wrestling Inc]
You can check out the full interview in the video below:
RVD remains active on the independent wrestling scene and defeated Mick Moretti at BCW 68 last month in Australia.
WWE star breaks character to comment on wrestling John Cena
Dominik Mysterio broke character to discuss getting to battle John Cena during his WWE retirement tour.
Dirty Dom captured the Intercontinental Championship from Cena at Survivor Series 2025 but has since lost the title to Penta on WWE RAW. Speaking with Brad Gilmore on The Collection, The Judgment Day star noted that it was a surreal opportunity to face Cena.
“Super, super surreal. Not only was it John Cena’s last PLE, last Survivor Series, it was [also] the first wrestling event ever held at Petco Park in San Diego. Bro, I’m born and raised in San Diego… I lived there. I did a bunch of s**t I shouldn’t have done in downtown San Diego as well… But man, that was just so surreal for me. Walking in, in the city where I’m from, walking out as a double champion, beating John Cena. That s**t’s insane, man. You can’t write it. Stuff like that it just writes itself. It’s like a fairytale ending for me,” he said.
It will be interesting to see if Cena makes any appearances on WWE television on the road to 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/news-i-felt-like-superman-wwe-legend-reflects-iconic-match-john-cena?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













