], { 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 interview with The Ringer’s Bill Simmons, the 17-time WWE World Champion addressed Vince McMahon’s absence from the industry and revealed one of the biggest lessons he learned from his former boss.

“So, of all the things he did and of all the things that he taught me, one piece that was very important is that no one is irreplaceable, and that’s the truth. The one thing that needs to stand firm is the consumer’s belief in what we do. And Vince has so much knowledge. I think what’s happened is unfortunate because you have this individual with so much depth of field who can still offer things, and we no longer can pull from that well, but it doesn’t mean that we don’t have able-bodied folks who can put on creative programming,” Cena said.

Moreover, Cena revealed that he was present on the day McMahon fired Stone Cold Steve Austin and stated he never wanted Vince to go due to his knowledge of the industry and the relationship that he built with his former boss in the promotion.

“I never wanted Vince [McMahon] to go because I love him, and I know how much he loves the business, but he taught me like we’re all going to go. All of us. And he taught me that not only through saying but also through his actions,” Cena said.

John Cena on His Final Match, Best Moments + Biggest Regrets, and Getting Drunk With The Undertaker

Who will John Cena face at WWE Saturday Night’s Main Event?

John Cena’s final run in the Stamford-based promotion under the new regime, and the management hosted a tournament to determine The Franchise Player’s last-ever opponent as an active performer. On the upcoming edition of WWE SmackDown, LA Knight will face Gunther in a one-on-one match, and the winner gets to face John Cena in Washington at WWE Saturday Night’s Main Event.

If you use quotes from the article, please credit Bill Simmons and provide 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-i-never-wanted-vince-mcmahon-go-john-cena-makes-shocking-revelation-ahead-wwe-saturday-night-s-main-event?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