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

Earlier today, an Instagram user posted a video seemingly shot moments after the segment. While the NXT Champion was standing outside the ring, a fan mocked Waller, stating that Mason “cooked” him. Staying true to his arrogant heel persona, the 36-year-old fired back at the fan.

Grayson Waller claimed that no one could “cook” him and that he was “un-cookable.” He further told the fan that his opinion did not matter. Waller eventually broke character to acknowledge the banter, as he winked at the fan before walking away.

You can check out the video below:

At WWE NXT Heatwave, Grayson Waller defeated Tony D’Angelo, Cruz Montana, and Zilla Fatu in a fatal four-way match to win the NXT Championship. His first defense is set for next week’s episode of NXT against Mason Rook.

Grayson Waller wasn’t amused with how WWE’s most recent Australian tour panned out for him

While speaking on the Cheap Heat podcast, Grayson Waller revealed that when WWE headed to Australia for Crown Jewel 2025, he was told that there was no place for him on the show.

The Aussie Icon added that he was a little upset at the fact that the Stamford-based promotion could not find a spot for him in his home country. Waller then shrugged it off and claimed that he was going to make sure to be on the card the next time WWE tours to Australia.

“It was Australia when I, you know, I’m the Aussie icon. You know, we got Rhea and Bronson, but no one reps Australia like I do. No one does media for Australia like I do. I’ve got the flag on all my gear. Like, I love where I’m from. And to get told that there were three shows in Australia, SmackDown, Raw, and a PLE, ‘Sorry Grayson, we don’t have anything for you.’ Oh, there’s no story.’ Lad, I’m Australian. That is the story. I’m the Aussie icon. If you put me in the places that I was supposed to be, this could have been huge, so I was a little upset that we had three shows and you didn’t have a spot for Grayson Waller, but that’s okay because we’re going back, and I’ve told myself the next time we’re in Australia, I’m gonna make sure that I’m on that card and I’m doing something big, and that’s what I’m doing. I’m putting in the work, and I’m making it happen,” Waller said.

Grayson Waller hasn’t missed a beat since returning to WWE NXT. It remains to be seen what plans the creative team has for him going forward.

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-watch-current-wwe-champion-s-argument-fan-recent-show?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