”
], { 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);
});
});
})();
Speaking on Insight with Chris Van Vliet, Masters shared the story of how John Cena “shoot” on him with the STFU.
“It was a shoot STFU. I mean, again, I’m not saying that Cena was purposely doing it to shoot on me. I used to think sometimes with Cena, he got so fired up in the moment that he wouldn’t even know his own strength type of thing. So, yeah, he did it to me for a shoot. You’ll see my face starts turning red, I start trying to get it a little bit looser. I’m pretty sure that I heard later on that he was working with Kurt, and Kurt had to tell him to loosen it up a little bit,” Masters said. [H/T chrisvanvliet.com]
While John Cena initially used the STFU out of necessity to win a Submission Match, it became a part of his arsenal. He has won countless of matches for the rest of his career.
John Cena tapped out in his final WWE match
On December 13, 2025, John Cena faced Gunther in his retirement match at Saturday Night’s Main Event in Washington, D.C. Cena gave his all to beat The Ring General, but it wasn’t enough.
Gunther had Cena tight in a sleeper hold, forcing the man who preached to “never give up” to tap out. The result of the match wasn’t surprising, but the way Cena lost was received poorly by the WWE Universe.
Nevertheless, Cena was alright with the decision based on his post-retirement interviews. Gunther went on to add AJ Styles’ career to his resume, retiring The Phenomenal One more than a month later at the Royal Rumble.
`;
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-my-face-starts-turning-red-john-cena-legitimately-attacked-former-wwe-superstar?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













