”
], { 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 Prince ultimately came out victorious, but after the show went off the air, Baron Corbin launched an attack on Williams. Mr. Lemon Pepper Stepper picked up the microphone afterward and challenged The Lone Wolf to a match at SummerSlam.
This would be Corbin’s first match since returning to WWE on the July 10 episode of SmackDown. The veteran disrupted the Trick Williams vs. Carmelo Hayes match and attacked both men before holding up the United States Championship upon his comeback.
Triple H has officially confirmed the match between Trick Williams and Baron Corbin for the United States Championship. The WWE CCO posted the following on his X account.
“One champion in his glory. One man looking to return to it. Trick Williams defends the US Title against Baron Corbin at #SummerSlam”
WWE star Trick Williams’ reaction to being attacked by Baron Corbin
Trick Williams was furious after getting ambushed by Baron Corbin following SmackDown. The United States Champion took shots at The Lone Wolf before challenging him to a match at SummerSlam.
“Hey, look here you big bald-headed bum. Maybe where you from, it’s okay to sneak a man while he ain’t looking. Fight when he don’t know what’s about to happen. But where I’m from, you knuckle up, look a man face to face, and fight like a real man. So prove to me that you ain’t scared. Prove to me that you don’t belong in retirement. Prove to me that you ain’t a b**ch. And you fight me one-on-one at SummerSlam,” Williams said.
It will be interesting to see if Corbin can dethrone Trick Williams at The Biggest Party of the Summer to capture the US Title for the second time in his career.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-triple-h-officially-announces-former-united-states-champion-is-returning-to-wwe-in-ring-competition-at-summerslam-2026?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



