”
], { 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 promo took many by surprise, with Waller putting the entire roster on notice. The intensity of his words made it a special segment, which even caught the attention of John Cena. The retired legend took to X to praise Waller, mentioning that he was excited to see what the WWE star did next.
“Effort + Authenticity = Respect. It appears @GraysonWWE has found his WHY. Eager to see what he does. @WWENXT”
You can check out the post below:
Grayson Waller had previously had meaningful conversations with WWE icon John Cena
A while back, Grayson Waller had talked about a conversation with John Cena that helped the former shift his perspective about the business.
Speaking on INSIGHT with Chris Van Vliet, Waller stated that he received some great advice from John Cena. He said:
“He [Cena] got up and he said something that really stuck with me, where he talked about, like, you know, you don’t have to do the Netflix break promo. You don’t have to wrestle before the show. You don’t have to do the dark match. It’s like — you get to. Like, you get to three minutes, say whatever you want on Netflix. You get to wrestle before the show when they’re the hottest, when they’re the most excited, and you get to wrestle another great [Superstar].”
He explained how this changed his perspective about the industry, helping him hone his craft. It appears that now, Waller is well on the way to have an explosive run in the Stamford-based promotion.
`;
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-effort-authenticity-respect-john-cena-heaps-praise-wwe-star-recent-appearance?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













