”
], { 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 a conversation with Emilio Sparks, Amore recalled that his tryout didn’t go well, but John Cena noticed him and wanted to give him a chance. After being a standout during the tryout for his amazing promo, Amore not only got a shot but also asked Cena if he could bring Cass along, which opened the door for both stars in WWE.
“I get there, and all the boys are kinda looking at me when I come in, and they all clap for me. I’m like, ‘What the f**k is happening?’. Because John Cena calls me over to him, and he goes, ‘I’ve been here for three hours, and I want you to know you’re the only thing that caught my attention all day. Would you like to come to the ring with me in the dark segment?” Amore said.
He added:
“I went, ‘Can I come to the ring with that big guy right there [Big Cass], seven-foot-tall guy? That’s my tag team partner; his name is Big Cass’, and John Cena goes, ‘Yeah, tell him to come’… F**k, no, we weren’t a tag team; we were just homies, and he [John Cena] was teaching me everything about wrestling, kayfabe. He was teaching me the psychology of the words we were using back here, what a gimmick is, but I didn’t understand. See, I wasn’t smart about the business when I broke in. I was just a fan,” Amore said.
Will Enzo Amore return to WWE?
Earlier this year, a report suggested WWE was in talks with Enzo Amore. The report also claimed that the company wants to rebuild its tag team division, and the two-time WWE Cruiserweight Champion could play a part. Later, the Wrestling Observer Newsletter reported that Amore is on his way back. While it hasn’t happened yet, there’s a chance it could in the coming months.
If you use quotes from the article, please credit Emilio Sparks and provide an H/T to Sportskeeda Wrestling for the transcription.
`;
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-what-f-k-happening-john-cena-saved-2-time-wwe-champion-s-career?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













