], { 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 an appearance on the Up and Adams Show with Kay Adams, CM Punk was asked to pick the perfect final opponent for John Cena. Punk was serious when he revealed himself as the “perfect” star to face The GOAT in his retirement match.

“Perfect probably would have been me,” Punk said.

CM Punk on TEAM UP w/ Seth Rollins? Survivor Series: WarGames, John Cena & Getting Hit in the Balls!

CM Punk did acknowledge that the opportunity has passed him, especially after having a program with John Cena back in June. The Second City Saint challenged Cena for the Undisputed WWE Championship at Night of Champions in Saudi Arabia.

It was their final match against each other, with Cena successfully defending his title against his old rival. The feud also had a different dynamic than their previous ones because Cena was a heel and Punk was a babyface.


CM Punk named as John Cena’s greatest rival

In celebration of John Cena’s career, Erik Beaston of Bleacher Report ranked his 10 greatest rivals. CM Punk was listed as No. 1 due to how different their characters were, calling their rivalry “iconic.”

“The greatest rivalry in Cena’s career will always be with CM Punk. Two polar opposite characters but with the most undeniable in-ring chemistry of any pairing of main event stars in the last 15 years, they brought the best out of each other,” Beaston wrote.

The rest of the list from second to 10th was Edge, The Rock, Randy Orton, Brock Lesnar, AJ Styles, Batista, Kurt Angle, Shawn Michaels and Bray Wyatt.


Please credit the Up and Adams Show and give a H/T to Sportskeeda if you use the quote from the first part of this article.

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-10-time-wwe-champion-says-he-s-the-perfect-final-opponent-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