”
], { 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);
});
});
})();
Paul Walter Hauser, a star from Major League Wrestling recently retweeted a clip of Room’s recent match with Jackson Drake on NXT. He stated how the crowd there and the fans enjoyed it a lot despite the match not being on the level of a wrestling legend like Nick Bockwinkle. Jim Cornette got offended by this comment from Hauser and replied by taking shots at both him and Mason Rook. He compared Rook to Chaz Bono and stated that he looked like he was facing oxygen deprivation while simultaneously going off on Hauser.
Check out Cornette’s tweet here:
“It’s friends and family who got free tickets watching Chaz Bono endure oxygen deprivation, t*rdblossom. You couldn’t have parked Nick Bockwinkel’s car. F*ck off,” he wrote.
However, Mason Rook didn’t take the comment too seriously and had a hilarious response for Cornette. Rook thanked Jim and stated how grateful he was for the family and friends who attended the match in England.
“Thanks Jim, I’m so grateful all my friends and family from England were in attendance last night.”
It’s great to see a young star like Mason not take offense from such negative comments online.
Jim Cornette took shots at Mason Rook even after his WWE debut
It’s not the first time that Jim Cornette has criticised the young NXT star online. After Rook made his NXT debut, Cornette went on his podcast to criticise the star based on his attire and in-ring work. Cornette stated that the new NXT star needed better clothing and couldn’t even do a proper body slam.
“I was waiting to be impressed by what everybody says are these blow-away moves and athleticism and blah, blah, blah. He got in; he traded blah punches that nobody sold with D’Angelo. He couldn’t do a body slam. He jerked the guy up, hooked his head, and slammed him on his left hip. Why do they let him in front of a camera? He shouldn’t take a mug shot in street clothes? That just may… Oh my God. This is embarrassing,” he said
Despite such online comments, fans on NXT seem to love Mason Rook. Even John Cena has publicly confirmed that he’s a big fan of the NXT star.
`;
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-jim-cornette-blasts-mason-rook-wwe-star-responds-hilariously?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













