”
], { 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);
});
});
})();
The former champion took to Instagram today to share a heartwarming tribute to the 48-year-old. Strowman stated that he was honored to have had the chance to work with Cena and claimed he was the greatest of all time.
“Not many people get to go out on their own terms in the wrestling business. @johncena has told one hell of a story his entire career and doing the business a huge favor on his way out. He doesn’t have to he does it cause he loves it. This was the last them we had a singles match and John was always good to me in the ring and behind the curtain. Honored to have been a small part of you life’s work. You really are the #GOAT,” he wrote.
LA Knight and Gunther will be squaring off in the finals of the Last Time is Now tournament to determine who will get the chance to battle John Cena in his retirement match later this month.
Popular WWE star praises John Cena’s strength
The Judgment Day’s Finn Balor recently praised John Cena’s strength after he attacked the legend at WWE Survivor Series.
Dominik Mysterio challenged Cena for the Intercontinental Championship at the PLE this past Saturday night. Finn Balor and JD McDonagh got involved in the match, but Cena planted them both with a double Attitude Adjustment. Following the show, Balor took to social media to compliment Cena’s strength.
“I used to think John Cena was strong… I was wrong, He is REALLY strong,” he wrote.
Only time will tell if Cena can win his final match later this month at WWE Saturday Night’s Main Event.
`;
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-former-wwe-star-braun-strowman-shares-heartfelt-tribute-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













