], { 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);
});
});
})();

Mason Rook got under the skin of Grayson Waller by referencing his time on the main roster with Austin Theory and how he was not good enough to remain there. He finished his promo by referencing John Cena. He said:

“Grayson, you can call me whatever you like but if there is one thing I am not, and that is an idiot. You see, I know what you are trying to do. You want me to come out here, stand in the ring, go insult for insult with you, see who can get the funniest reaction from the crowd, who has got the wittiest line. You’ve been wanting me to come out here, so you can try and hold a verbal execution of me. And actually, maybe I will give it a go. Maybe there is a theory as to why you are back here in NXT. Maybe, just maybe, you didn’t quite fit the Vision on the main roster. Or maybe, you are just upset that John Cena knew who I was before I even stepped foot inside a WWE ring.”

What did John Cena say about Mason Rook?

John Cena spoke highly of Mason Rook in a recent interview with Metro. The leader of the Cenation said that he was floored by Rook’s storytelling and that the sky is the limit for him.

“He’s a very intelligent performer, and a lot of times you see at a younger age aspirational performers who want to do crazy stuff, but their in-ring intelligence, they just don’t have enough time or attention. I was floored by his storytelling… NXT is just the next step in what could be. The sky’s the limit for him,” Cena said.

That is as big a seal of approval as one can get and Mason Rook would have been over the moon hearing John Cena say that about him.

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-mason-rook-masterclass-rookie-wwe-star-lights-mic-on-fire-john-cena-referenced?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