], { 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);
});
});
})();

He also faced some young talent and defeated Dominik Mysterio for the Intercontinental championship on RAW. A rematch between the two stars took place at Survivor Series, where Dirty Dom prevailed after help from The Judgment Day.

The match saw Roxanne Perez hit the Pop Rox on Cena at one point. Recently, during an appearance on the Busted Open Podcast, she talked about that moment and said she was the one who forced the 17-time World Champion into retirement.

“You wouldn’t have thought that Roxanne Perez would be the one to retire John Cena, right? Because it was me. It was me,” she said.

She claimed that she left John Cena so embarrassed that he decided not to step in the ring again.

“He was so embarrassed that I hit him with the Pop Rox. He was so embarrassed. He just can’t show his face ever again in a wrestling ring. I get it. I get it,” she added.

Roxanne Perez Exclusive | Busted Open WWE

John Cena was allegedly not happy with losing to The Rock in WWE

In 2012, John Cena faced The Rock at WrestleMania 28. The match was billed as “Once in a Lifetime” and had a year-long build-up.

Leading up to the match, the two stars had intense verbal battles on the mic and went after each other. The match at the Sun Life Stadium in Miami saw the Brahma Bull come out on top.

Recently, a clip from the match was shared on X, and veteran referee Mike Chioda, who officiated the bout, made a huge claim. Responding to the post, Chioda wrote that the Leader of the Cenation wasn’t happy about jobbing to the Great One on the night.

The two icons squared off again the following year at WrestleMania 29 for the WWE Championship. On this occasion, Cena came out on top to end their rivalry.


If you use quotes from this article, please credit the Busted Open Podcast and give an H/T to Sportskeeda Wrestling for the transcription.

Why did you not like this content?


`;
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-he-show-face-ever-again-female-wwe-star-claims-embarrassed-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

Leave A Reply

Exit mobile version