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

Waller called out the men’s locker room in WWE NXT last month and claimed that they were soft. He vowed to capture the NXT Championship and stayed true to his promise with his victory today at Heatwave.

During his time on the main roster, Waller formed a tag team with Austin Theory known as A-Town Down, and the duo captured the WWE Tag Team Championships together. However, the tag team broke up last year, and Waller spent some time in an alliance with The New Day. Kofi Kingston and Xavier Woods have since left the company and made their AEW debuts today at All In 2026.

Rhea Ripley comments on viral WWE moment with Grayson Waller

Rhea Ripley discussed doing a shoey with Grayson Waller before WWE Elimination Chamber 2024 in Perth, Australia.

Speaking with Sneaker Shopping, The Eradicator explained what a “shoey” was and that Waller was better at it than she was. Ripley also stated that she ruined her shoes when she did one with Waller a couple of years ago.

“I did one on stage in Australia with Grayson and I had my brand new Chucks on. They were so new. Like it was probably the first week of me wearing them, and I was so sad because then after that it just smelled like beer. I was so upset,” said Rhea Ripley [H/T: Fightful]

Grayson Waller and Rhea Ripley drink beer from their shoes at the Elimination Chamber Press Event. 🥾🍺🇦🇺

It will be interesting to see who challenges Waller for the NXT Championship first following his victory at Heatwave.

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-grayson-waller-unique-celebration-following-wwe-title-win-heatwave?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