], { 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 shared his first interaction with Reed after his return to the WWE. The two Vision stablemates ran into each other backstage, and the former United States Champion was left stunned when he found out that Reed was sidelined for 201 days.

“Hey hey hey, stop right there, what the f**k? What day is it?” said Paul. “201,” replied Reed. “Shut the f**k up,” said Paul.

Paul praised Reed’s transformation and mentioned that he slimmed down upon his return.

“Yo, you look good. You slimmed down,” added Paul. “Thank you, dude. Who thought dieting actually works?” replied Reed.

Watch the interaction between Reed and Paul here.

Paul himself is sidelined with a triceps injury and is expected to be sidelined till November. He suffered the injury on the May 23rd, 2026 edition of Saturday Night’s Main Event, when he and Austin Theory defended the World Tag Team Championships against The Street Profits.

Logan Paul Praised Bronson Reed For His Strength

Logan Paul continued to praise Bronson Reed after the backstage conversation with him at Sunday Night’s Main Event. The former WWE United States Champion highlighted Reed’s benching numbers.

“Bronson f**king Reed is back, and he’s looking good. He’s a strong motherf**ker. He benches like 400-500 pounds,” said Paul.

Bronson Reed and The Vision are feuding with Oba Femi on Monday Night RAW. The faction stood tall over The Ruler on Monday Night RAW after Sunday Night’s Main Event, with the numbers game clearly being a disadvantage for The Ruler.

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-former-wwe-united-states-champion-has-a-jaw-dropping-reaction-to-bronson-reed-s-incredible-transformation-after-return?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