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

On social media, Reed shared a photo with the rest of The Vision. Reacting to the same, Paul took to his Instagram story and commented with a two-word message.

“uh ohhhhh,” wrote Paul.

Check out a screengrab of Paul’s Instagram story:

Logan Paul Spoke About His Injury And Current Progress

Logan Paul suffered a triceps tendon tear off the bone during a tag team match at Saturday Night’s Main Event on May 23rd, 2026. Paul provided an update on his injury and claimed he is healing fast.

Speaking on his YouTube vlog, The Maverick also detailed the recent therapy he had undergone.

“I think people have forgotten that I tore my tricep off the bone. Still very much injured, but I’m healing very fast though. It’s because I’m religious about recovery and I’m doing something today called PRP. So that’s what they’re gonna do. They take my blood and they put it in a centrifuge, I think it’s called, and they spin it around and then something happens there. I don’t know what, but I think it has to do with the cells. I think it’s the white blood cells that get separated, which are the healing cells. Then they take those and they’ll put it back in my tricep.”

Logan Paul held the WWE World Tag Team Championships with Austin Theory. Following his injury, the title was handed over to Bron Breakker before he and Theory lost them to The Street Profits. Maxxine Dupri helped Theory and Breakker regain the titles and officially joined The Vision.

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-logan-paul-reacts-with-a-two-word-message-after-the-vision-is-reunited-following-bronson-reed-s-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