”
], { 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);
});
});
})();
“Hell yeah @ZariaWWE_ 👏🏽” Bronson Reed wrote.
The NXT star won the championship on the June 9, 2026, episode of NXT. She defeated Tatum Paxley to win her maiden title. Reed’s first and only title so far in WWE was the Men’s North American Championship. Both are former MCW Intercommonwealth Champions, which they won while at Melbourne City Wrestling.
Reed is part of the unfortunate injury trend that The Vision members are experiencing. Right after Bron Breakker was injured at the start of February, Reed also got hurt later that month during his Triple Threat Elimination Chamber qualification. Bronson was supposed to win that match, but his injury pivoted the outcome of the bout.
Bronson Reed sings the praises of Rhea Ripley
While appearing on the Rich Eisen Show, Bronson Reed revealed being a fan of Rhea Ripley even before she made it to WWE. The Auszilla said that he felt Ripley could be the Greatest of All Time with the momentum she has now, but admitted he could be biased.
“I just remember at the time, even when she had only been a few months in training and she wrestled on this same show that I was wrestling on, I remember watching her and being like, ‘Oh, she’s going to be a big deal.’ I knew then and there. I was like, ‘She’s going to be in WWE, and she’s going to be a big deal.’ So, I think she’s undoubtedly maybe the greatest of all time when it comes to women’s wrestling. I’m being a little biased, but she’s definitely on top of that mountain,” Bronson Reed said.
Reed has been off TV for a few months now, and there is no confirmed timeline for his return to WWE. It will be interesting to see what plans Creative has for him when he does come back.
`;
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-new-wwe-champion-crowned-bronson-reed-reacts?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













